commit: 035fea046b304adcaad5d702a61b68f391f992e7 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Sun Apr 16 12:35:26 2023 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sun Apr 16 12:35:26 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=035fea04
x11-misc/xautomation: update EAPI 6 -> 8 Signed-off-by: David Seifert <soap <AT> gentoo.org> ...xautomation-1.09-r1.ebuild => xautomation-1.09-r2.ebuild} | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/x11-misc/xautomation/xautomation-1.09-r1.ebuild b/x11-misc/xautomation/xautomation-1.09-r2.ebuild similarity index 77% rename from x11-misc/xautomation/xautomation-1.09-r1.ebuild rename to x11-misc/xautomation/xautomation-1.09-r2.ebuild index ee773eb1d6fb..e210038f66e1 100644 --- a/x11-misc/xautomation/xautomation-1.09-r1.ebuild +++ b/x11-misc/xautomation/xautomation-1.09-r2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DESCRIPTION="Control X from command line and find things on screen" HOMEPAGE="https://hoopajoo.net/projects/xautomation.html" @@ -12,12 +12,10 @@ SLOT="0" KEYWORDS="amd64 ~arm ~arm64 ppc x86" RDEPEND=" - >=media-libs/libpng-1.2:0 + media-libs/libpng:= x11-libs/libX11 x11-libs/libXi - x11-libs/libXtst -" + x11-libs/libXtst" DEPEND=" ${RDEPEND} - x11-base/xorg-proto -" + x11-base/xorg-proto"
