diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2017-08-10 06:01:02 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2017-08-10 06:04:48 -0400 |
commit | b23e88568c2e8f87c39cca7a8b2435fdeefe130c (patch) | |
tree | b5b1c07fe1a8f5fdb83d0be6f0fce9e8aed3ba32 /sys-libs/uclibc-ng | |
parent | profiles/package.mask: mask dev-java/toolkit-0.{4,5}.0. (diff) | |
download | gentoo-b23e88568c2e8f87c39cca7a8b2435fdeefe130c.tar.gz gentoo-b23e88568c2e8f87c39cca7a8b2435fdeefe130c.tar.bz2 gentoo-b23e88568c2e8f87c39cca7a8b2435fdeefe130c.zip |
sys-libs/uclibc-ng: 1.0.25 stable on arm and keyworded ~mips
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'sys-libs/uclibc-ng')
-rw-r--r-- | sys-libs/uclibc-ng/uclibc-ng-1.0.25.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-libs/uclibc-ng/uclibc-ng-1.0.25.ebuild b/sys-libs/uclibc-ng/uclibc-ng-1.0.25.ebuild index a5231d33810d..89d2e3727161 100644 --- a/sys-libs/uclibc-ng/uclibc-ng-1.0.25.ebuild +++ b/sys-libs/uclibc-ng/uclibc-ng-1.0.25.ebuild @@ -18,8 +18,7 @@ HOMEPAGE="http://www.uclibc-ng.org/" if [[ ${PV} != "9999" ]] ; then PATCH_VER="" SRC_URI="http://downloads.uclibc-ng.org/releases/${PV}/${MY_P}.tar.bz2" - #KEYWORDS="-* ~amd64 ~arm ~mips ~ppc ~x86" - KEYWORDS="-* amd64 ~arm ppc x86" + KEYWORDS="-* amd64 arm ~mips ppc x86" fi LICENSE="LGPL-2" |