diff options
author | Sam James <sam@gentoo.org> | 2022-12-24 12:49:57 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-24 12:49:57 +0000 |
commit | d631fad139c8e71c6ee71b990f0e576861b6a373 (patch) | |
tree | ff6923810e82f39ccb84f88961e62ea9b314c44a /net-misc/pps-tools | |
parent | net-misc/ethercard-diag: EAPI 8 (diff) | |
download | gentoo-d631fad139c8e71c6ee71b990f0e576861b6a373.tar.gz gentoo-d631fad139c8e71c6ee71b990f0e576861b6a373.tar.bz2 gentoo-d631fad139c8e71c6ee71b990f0e576861b6a373.zip |
net-misc/pps-tools: EAPI 8
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/pps-tools')
-rw-r--r-- | net-misc/pps-tools/pps-tools-1.0.2-r1.ebuild (renamed from net-misc/pps-tools/pps-tools-1.0.2.ebuild) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-misc/pps-tools/pps-tools-1.0.2.ebuild b/net-misc/pps-tools/pps-tools-1.0.2-r1.ebuild index a9e3b176796b..d279c9009305 100644 --- a/net-misc/pps-tools/pps-tools-1.0.2.ebuild +++ b/net-misc/pps-tools/pps-tools-1.0.2-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI=8 inherit toolchain-funcs @@ -12,7 +12,6 @@ SRC_URI="https://github.com/redlab-i/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ppc ppc64 ~riscv ~sparc x86" -IUSE="" PATCHES=( "${FILESDIR}"/${PN}-1.0.2-build.patch |