diff options
Diffstat (limited to 'net-misc')
-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 |