commit:     0421fe994af58caa2a5292515d56a8cbc262357c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 14 09:36:46 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jul 14 11:06:03 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0421fe99

x11-apps/xrectsel: EAPI 8

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../xrectsel/{xrectsel-0.3.2.ebuild => xrectsel-0.3.2-r1.ebuild}   | 7 +++----
 1 file 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
similarity index 85%
rename from x11-apps/xrectsel/xrectsel-0.3.2.ebuild
rename to 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
 }

Reply via email to