diff options
author | Sam James <sam@gentoo.org> | 2022-12-25 20:20:15 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-25 21:24:07 +0000 |
commit | 28be37dd01aaa78635d20d5006c215705cb087c5 (patch) | |
tree | 82c0b848a4100a43af769a421c841cf97d71c654 /sys-apps/arrayprobe | |
parent | dev-python/sip: drop 6.6.2, 6.7.4 (diff) | |
download | gentoo-28be37dd01aaa78635d20d5006c215705cb087c5.tar.gz gentoo-28be37dd01aaa78635d20d5006c215705cb087c5.tar.bz2 gentoo-28be37dd01aaa78635d20d5006c215705cb087c5.zip |
sys-apps/arrayprobe: EAPI 8
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/arrayprobe')
-rw-r--r-- | sys-apps/arrayprobe/arrayprobe-2.0-r3.ebuild (renamed from sys-apps/arrayprobe/arrayprobe-2.0-r2.ebuild) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-apps/arrayprobe/arrayprobe-2.0-r2.ebuild b/sys-apps/arrayprobe/arrayprobe-2.0-r3.ebuild index 5f961969810b..6aca72bbef67 100644 --- a/sys-apps/arrayprobe/arrayprobe-2.0-r2.ebuild +++ b/sys-apps/arrayprobe/arrayprobe-2.0-r3.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 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,7 +12,6 @@ SRC_URI="http://www.strocamp.net/opensource/compaq/downloads/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~ia64 x86" -IUSE="" PATCHES=( "${FILESDIR}/${PV}-malloc-strlen.patch" |