diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-12-01 20:23:18 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-12-01 20:23:55 -0500 |
commit | 40524bc7033af4413351b3885c311152a3df9163 (patch) | |
tree | 0e246238d1d5452ac3d1a165ee549a3ee1562d67 /sys-libs | |
parent | sci-mathematics/rstudio: Bump to 1.0.44, thanks to David Luna for reporting. (diff) | |
download | gentoo-40524bc7033af4413351b3885c311152a3df9163.tar.gz gentoo-40524bc7033af4413351b3885c311152a3df9163.tar.bz2 gentoo-40524bc7033af4413351b3885c311152a3df9163.zip |
sys-libs/uclibc-ng: stable on amd64, arm, ppc and x86
Package-Manager: portage-2.3.0
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/uclibc-ng/uclibc-ng-1.0.19.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/uclibc-ng/uclibc-ng-1.0.19.ebuild b/sys-libs/uclibc-ng/uclibc-ng-1.0.19.ebuild index 3cb1ea9887c7..a455fce78cb3 100644 --- a/sys-libs/uclibc-ng/uclibc-ng-1.0.19.ebuild +++ b/sys-libs/uclibc-ng/uclibc-ng-1.0.19.ebuild @@ -19,7 +19,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 ~mips ppc x86" fi LICENSE="LGPL-2" |