diff options
author | 2018-10-04 17:41:07 -0400 | |
---|---|---|
committer | 2018-10-04 17:41:07 -0400 | |
commit | 8219d2d6041611b3a7c4f12ab574ef104732bae5 (patch) | |
tree | 14f4a9445e9a2f0f04dd01b4386145c2b0581340 /sys-libs | |
parent | sys-libs/musl: version 1.1.20-r1 stable on amd64 and x86 (diff) | |
download | gentoo-8219d2d6041611b3a7c4f12ab574ef104732bae5.tar.gz gentoo-8219d2d6041611b3a7c4f12ab574ef104732bae5.tar.bz2 gentoo-8219d2d6041611b3a7c4f12ab574ef104732bae5.zip |
sys-libs/uclibc-ng: version 1.0.30-r1 stable on arm
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/uclibc-ng/uclibc-ng-1.0.30-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/uclibc-ng/uclibc-ng-1.0.30-r1.ebuild b/sys-libs/uclibc-ng/uclibc-ng-1.0.30-r1.ebuild index 4b7f7e366e45..87c97563169a 100644 --- a/sys-libs/uclibc-ng/uclibc-ng-1.0.30-r1.ebuild +++ b/sys-libs/uclibc-ng/uclibc-ng-1.0.30-r1.ebuild @@ -18,7 +18,7 @@ HOMEPAGE="https://uclibc-ng.org/" if [[ ${PV} != "9999" ]] ; then PATCH_VER="" SRC_URI="https://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" |