commit:     580e92a5fd2e1bc59fffb769c13b774d75066dc5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 15 09:04:59 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 15 09:04:59 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=580e92a5

app-misc/abduco: update EAPI 6 -> 7

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

 app-misc/abduco/abduco-0.6.ebuild | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/app-misc/abduco/abduco-0.6.ebuild 
b/app-misc/abduco/abduco-0.6.ebuild
index 636f2f8dd807..1baefae57e0b 100644
--- a/app-misc/abduco/abduco-0.6.ebuild
+++ b/app-misc/abduco/abduco-0.6.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit savedconfig toolchain-funcs
 
@@ -12,12 +12,10 @@ 
SRC_URI="https://www.brain-dump.org/projects/${PN}/${P}.tar.gz";
 LICENSE="ISC"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
 
 src_prepare() {
+       default
+
        sed -e 's:^PREFIX.*:PREFIX = /usr:' \
                -e 's/-Os//' \
                -e '/^CC/d' \
@@ -33,8 +31,6 @@ src_prepare() {
        restore_config config.def.h
 
        tc-export CC
-
-       default
 }
 
 src_test() {

Reply via email to