diff options
author | 2022-07-15 10:04:59 +0100 | |
---|---|---|
committer | 2022-07-15 10:04:59 +0100 | |
commit | 580e92a5fd2e1bc59fffb769c13b774d75066dc5 (patch) | |
tree | 75d062f4fa870c4615982a82033ce0a98e5bf0c6 /app-misc | |
parent | app-misc/abduco: add github upstream metadata (diff) | |
download | gentoo-580e92a5fd2e1bc59fffb769c13b774d75066dc5.tar.gz gentoo-580e92a5fd2e1bc59fffb769c13b774d75066dc5.tar.bz2 gentoo-580e92a5fd2e1bc59fffb769c13b774d75066dc5.zip |
app-misc/abduco: update EAPI 6 -> 7
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/abduco/abduco-0.6.ebuild | 12 |
1 files 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() { |