diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-02-22 07:01:58 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-02-22 07:02:14 -0500 |
commit | ba98b4aa281535eb9650e6118c313d3db4cd2e18 (patch) | |
tree | 553f2c10c2ff7fed8ddb540b3f32c512d82cc91f /sys-libs | |
parent | x11-wm/xpra: RDEPEND on dev-python/pyopengl_accelerate (bug 572122), dev-pyth... (diff) | |
download | gentoo-ba98b4aa281535eb9650e6118c313d3db4cd2e18.tar.gz gentoo-ba98b4aa281535eb9650e6118c313d3db4cd2e18.tar.bz2 gentoo-ba98b4aa281535eb9650e6118c313d3db4cd2e18.zip |
sys-libs/musl: stable on amd64, arm, ppc and x86
Package-Manager: portage-2.2.26
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/musl/musl-1.1.14.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/musl/musl-1.1.14.ebuild b/sys-libs/musl/musl-1.1.14.ebuild index 85bdc9b32d9b..98e65f4623af 100644 --- a/sys-libs/musl/musl-1.1.14.ebuild +++ b/sys-libs/musl/musl-1.1.14.ebuild @@ -23,7 +23,7 @@ HOMEPAGE="http://www.musl-libc.org/" if [[ ${PV} != "9999" ]] ; then PATCH_VER="" SRC_URI="http://www.musl-libc.org/releases/${P}.tar.gz" - KEYWORDS="-* ~amd64 ~arm ~mips ~ppc ~x86" + KEYWORDS="-* amd64 arm ~mips ppc x86" fi LICENSE="MIT LGPL-2 GPL-2" |