summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-07-14 10:36:46 +0100
committerSam James <sam@gentoo.org>2022-07-14 12:06:03 +0100
commit0421fe994af58caa2a5292515d56a8cbc262357c (patch)
treedf79f0a2e0a1685b87af74f5b058914584886866 /x11-apps/xrectsel
parentxfce-extra/xfce4-xkb-plugin: Bump to 0.8.3 (diff)
downloadgentoo-0421fe994af58caa2a5292515d56a8cbc262357c.tar.gz
gentoo-0421fe994af58caa2a5292515d56a8cbc262357c.tar.bz2
gentoo-0421fe994af58caa2a5292515d56a8cbc262357c.zip
x11-apps/xrectsel: EAPI 8
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-apps/xrectsel')
-rw-r--r--x11-apps/xrectsel/xrectsel-0.3.2-r1.ebuild (renamed from x11-apps/xrectsel/xrectsel-0.3.2.ebuild)7
1 files changed, 3 insertions, 4 deletions
diff --git a/x11-apps/xrectsel/xrectsel-0.3.2.ebuild b/x11-apps/xrectsel/xrectsel-0.3.2-r1.ebuild
index 9286f5208a28..b3663c2afc7d 100644
--- a/x11-apps/xrectsel/xrectsel-0.3.2.ebuild
+++ b/x11-apps/xrectsel/xrectsel-0.3.2-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
inherit autotools
@@ -12,12 +12,11 @@ SRC_URI="https://github.com/lolilolicon/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE=""
DEPEND="x11-libs/libX11"
RDEPEND="${DEPEND}"
src_prepare() {
- eapply_user
+ default
eautoreconf
}