diff options
author | Sam James <sam@gentoo.org> | 2024-08-24 17:25:13 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-08-24 17:25:13 +0100 |
commit | ba49432c33eb50aed9b22dd4c71390dc61573b81 (patch) | |
tree | c973ea7f9092aac85ba5b975241d4b0783ece301 /dev-util | |
parent | dev-util/elfkickers: drop 3.1a (diff) | |
download | gentoo-ba49432c33eb50aed9b22dd4c71390dc61573b81.tar.gz gentoo-ba49432c33eb50aed9b22dd4c71390dc61573b81.tar.bz2 gentoo-ba49432c33eb50aed9b22dd4c71390dc61573b81.zip |
dev-util/elfkickers: EAPI 8, small cleanups
* Drop useless USE=doc
* DEPEND->BDEPEND for pax-utils
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/elfkickers/elfkickers-3.2-r1.ebuild (renamed from dev-util/elfkickers/elfkickers-3.2.ebuild) | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-util/elfkickers/elfkickers-3.2.ebuild b/dev-util/elfkickers/elfkickers-3.2-r1.ebuild index 7e2dc5872307..4efa3e72f2b2 100644 --- a/dev-util/elfkickers/elfkickers-3.2.ebuild +++ b/dev-util/elfkickers/elfkickers-3.2-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit toolchain-funcs @@ -15,9 +15,8 @@ S="${WORKDIR}"/${MY_PN} LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 arm ~hppa ~mips sparc x86" -IUSE="doc" -DEPEND="app-misc/pax-utils" +BDEPEND="app-misc/pax-utils" PATCHES=( "${FILESDIR}"/${PN}-3.1-respect-CFLAGS-LDFLAGS.patch |