diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2017-07-21 07:09:22 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2017-07-21 07:09:22 -0400 |
commit | a7ceb7e3ed317f6d6f572d0f17634fa4743795ff (patch) | |
tree | 8bca0d526c616b712be1c5efa585a48b5e2a9b9d | |
parent | 2c9f654a728aa1581270642b126ebc23b9f2c30d (diff) | |
download | gentoo-a7ceb7e3ed317f6d6f572d0f17634fa4743795ff.tar.gz gentoo-a7ceb7e3ed317f6d6f572d0f17634fa4743795ff.tar.xz |
sys-libs/uclibc-ng: mark 1.0.25 stable on amd64 and x86
Package-Manager: Portage-2.3.6, Repoman-2.3.1
-rw-r--r-- | sys-libs/uclibc-ng/uclibc-ng-1.0.25.ebuild | 2 |
1 files changed, 1 insertions, 1 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 c0d6e8d0953..2492d87f815 100644 --- a/sys-libs/uclibc-ng/uclibc-ng-1.0.25.ebuild +++ b/sys-libs/uclibc-ng/uclibc-ng-1.0.25.ebuild @@ -19,7 +19,7 @@ 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 ~ppc x86" fi LICENSE="LGPL-2" |