diff options
author | David Seifert <soap@gentoo.org> | 2023-04-16 14:35:26 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2023-04-16 14:35:26 +0200 |
commit | 035fea046b304adcaad5d702a61b68f391f992e7 (patch) | |
tree | 6acaa564c1ed20fb53e1687dd490eef91008589d /x11-misc/xautomation | |
parent | x11-misc/icon-naming-utils: update EAPI 6 -> 8 (diff) | |
download | gentoo-035fea046b304adcaad5d702a61b68f391f992e7.tar.gz gentoo-035fea046b304adcaad5d702a61b68f391f992e7.tar.bz2 gentoo-035fea046b304adcaad5d702a61b68f391f992e7.zip |
x11-misc/xautomation: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'x11-misc/xautomation')
-rw-r--r-- | x11-misc/xautomation/xautomation-1.09-r2.ebuild (renamed from x11-misc/xautomation/xautomation-1.09-r1.ebuild) | 12 |
1 files 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 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" |