diff options
author | 2021-12-08 21:57:50 +0100 | |
---|---|---|
committer | 2021-12-08 22:17:43 +0100 | |
commit | b6891b528a03b09f566114085e61a66c54d21c42 (patch) | |
tree | 9807a260c195b029b60f7a7aa6bb9ef0f6333bd7 | |
parent | app-emulation/libvirt: v7.(9|10).0: (temporary) fix cgroup v2 support (diff) | |
download | gentoo-b6891b528a03b09f566114085e61a66c54d21c42.tar.gz gentoo-b6891b528a03b09f566114085e61a66c54d21c42.tar.bz2 gentoo-b6891b528a03b09f566114085e61a66c54d21c42.zip |
dev-perl/Sys-CPU: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r-- | dev-perl/Sys-CPU/Sys-CPU-0.610.0-r2.ebuild (renamed from dev-perl/Sys-CPU/Sys-CPU-0.610.0-r1.ebuild) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-perl/Sys-CPU/Sys-CPU-0.610.0-r1.ebuild b/dev-perl/Sys-CPU/Sys-CPU-0.610.0-r2.ebuild index 651d74be91ea..d86dfc109668 100644 --- a/dev-perl/Sys-CPU/Sys-CPU-0.610.0-r1.ebuild +++ b/dev-perl/Sys-CPU/Sys-CPU-0.610.0-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DIST_AUTHOR=MZSANFORD DIST_VERSION=0.61 @@ -11,7 +11,6 @@ DESCRIPTION="Access CPU info. number, etc on Win and UNIX" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~sparc x86 ~ppc-macos" -IUSE="" PATCHES=( "${FILESDIR}"/${PN}-0.610.0-musl-unistd-h.patch |