aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2018-12-06 18:36:10 -0500
committerAnthony G. Basile <blueness@gentoo.org>2018-12-06 18:36:10 -0500
commite7ff71c217388ef20bb467a7fbb99d5d7a539d92 (patch)
treefd304133d7cdee921efaf25a2d016afa3ad419ca
parentdev-perl/Sys-CPU: musl doesn't have <sys/unistd.h> (diff)
downloadmusl-e7ff71c217388ef20bb467a7fbb99d5d7a539d92.tar.gz
musl-e7ff71c217388ef20bb467a7fbb99d5d7a539d92.tar.bz2
musl-e7ff71c217388ef20bb467a7fbb99d5d7a539d92.zip
dev-perl/Sys-CPU: stable on arches supported on musl
Signed-off-by: Anthony G. Basile <blueness@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
-rw-r--r--dev-perl/Sys-CPU/Sys-CPU-0.610.0-r1.ebuild2
1 files changed, 1 insertions, 1 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-r1.ebuild
index c404e1d3..062b8908 100644
--- a/dev-perl/Sys-CPU/Sys-CPU-0.610.0-r1.ebuild
+++ b/dev-perl/Sys-CPU/Sys-CPU-0.610.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Access CPU info. number, etc on Win and UNIX"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS="amd64 arm ~mips ppc x86"
IUSE=""
PATCHES=( "${FILESDIR}"/${PN}-${DIST_VERSION}-fix-unistd-h.patch )