diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-07-18 11:59:49 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-07-18 11:59:49 -0400 |
commit | e029a05cf7242e3cdd635eab888190ed4ef6a6c3 (patch) | |
tree | 62350f1cb10d370c7384afcc9e2fd7e3ba23b9a1 /sys-libs | |
parent | www-apps/grafana-bin: Fix pidfile handling (diff) | |
download | gentoo-e029a05cf7242e3cdd635eab888190ed4ef6a6c3.tar.gz gentoo-e029a05cf7242e3cdd635eab888190ed4ef6a6c3.tar.bz2 gentoo-e029a05cf7242e3cdd635eab888190ed4ef6a6c3.zip |
sys-libs/uclibc-ng: stable on arm
Package-Manager: portage-2.2.28
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/uclibc-ng/uclibc-ng-1.0.16.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/uclibc-ng/uclibc-ng-1.0.16.ebuild b/sys-libs/uclibc-ng/uclibc-ng-1.0.16.ebuild index d3a5305462e6..1311c9b6ac51 100644 --- a/sys-libs/uclibc-ng/uclibc-ng-1.0.16.ebuild +++ b/sys-libs/uclibc-ng/uclibc-ng-1.0.16.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" |