From 5bb9ff1ee56d2b5e75e01a7f066d8b0cec84ec02 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 20 Mar 2021 14:27:17 +0000 Subject: gentoo resync : 20.03.2021 --- x11-apps/xeyes/Manifest | 2 +- x11-apps/xeyes/xeyes-1.1.2.ebuild | 14 ++++++++------ 2 files changed, 9 insertions(+), 7 deletions(-) (limited to 'x11-apps/xeyes') diff --git a/x11-apps/xeyes/Manifest b/x11-apps/xeyes/Manifest index 448fe1506cb7..86978223c3b4 100644 --- a/x11-apps/xeyes/Manifest +++ b/x11-apps/xeyes/Manifest @@ -1,3 +1,3 @@ DIST xeyes-1.1.2.tar.bz2 133160 BLAKE2B c3f31a2df7988517e4f8903fce6b0cbfbaad01e84d89c7b9f7755eccebba95fbb8b75377644ae97f090e9f4a3a245698966e78f738275f7513f5927193b5dd19 SHA512 008d76f03ddabd3d86ad9e52a540504553b94cb7a6743b20cf08897549eb27505667365ab9af21956a1b5ec7297acca8903a326536e6195a30e643cd93297ee0 -EBUILD xeyes-1.1.2.ebuild 452 BLAKE2B d64808f6da09c4c8157869431751edf17ababd41e461caf749a64747256f5967b2ac77205ec60148304752a2c4e33ad029bead786c843f4880828c4fdb5bacbd SHA512 fa98c557c99bf24c57f8c5e904c65c6f87d7f13047a1181d3a914ebd6d4952ef22d02e260e62b06fa65a7d36de9d5c86cda3d5f2915a1ed35ebe1d6e5d7f96c9 +EBUILD xeyes-1.1.2.ebuild 450 BLAKE2B 656e720004791543c7753549e3c2517e2b8b3ff23d7dc1ee1d511a3e3be88d20241c8291a80326114bc67f8a44cb4674626691522aec328e4c38fcd34391115b SHA512 fa05b8dccfb7a0946c122ff49a57be3f67084a46b1cc7b5121cb259b73e06b0332a159770fd5d7076963502f62d975835ae84096d5da4b8749d388c569be4804 MISC metadata.xml 230 BLAKE2B 70bf59e64305ef14908197f2aa7ffbc1769ade265097da68e001245451658af5921760c91cb74aae717543ea0017e2471fd94bfc5c4c447d2d60e2c23aa3b007 SHA512 d7a2643abd1904cc5ff4d91cbb6f1baeb7f75fd1db542c5e14f19412f4f0bd4b903f8e703a7662ba7482c79dac5529057760b6427599d35e0842755fd946e057 diff --git a/x11-apps/xeyes/xeyes-1.1.2.ebuild b/x11-apps/xeyes/xeyes-1.1.2.ebuild index 1630ff25ee18..770341c49443 100644 --- a/x11-apps/xeyes/xeyes-1.1.2.ebuild +++ b/x11-apps/xeyes/xeyes-1.1.2.ebuild @@ -1,18 +1,20 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -inherit xorg-2 +inherit xorg-3 DESCRIPTION="X.Org xeyes application" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~sparc64-solaris" -IUSE="" -RDEPEND="x11-libs/libX11 + +RDEPEND=" + x11-libs/libX11 x11-libs/libXt x11-libs/libXext x11-libs/libXmu x11-libs/libXrender" DEPEND="${RDEPEND}" -XORG_CONFIGURE_OPTIONS="--with-xrender" +XORG_CONFIGURE_OPTIONS=( --with-xrender ) -- cgit v1.2.3