summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2020-01-14 19:30:22 -0500
committerAnthony G. Basile <blueness@gentoo.org>2020-01-14 19:30:22 -0500
commit632605dca9cd6c3b2b31172f01079871b228d63c (patch)
treea22d910a81e163bb6144f3643b6c2c2213e783d1 /sys-libs/uclibc-ng/uclibc-ng-1.0.32.ebuild
parentsys-kernel/gentoo-sources: Linux patch 5.4.12 (diff)
downloadgentoo-632605dca9cd6c3b2b31172f01079871b228d63c.tar.gz
gentoo-632605dca9cd6c3b2b31172f01079871b228d63c.tar.bz2
gentoo-632605dca9cd6c3b2b31172f01079871b228d63c.zip
sys-libs/uclibc-ng: fall back on 1.0.30 for arm
Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'sys-libs/uclibc-ng/uclibc-ng-1.0.32.ebuild')
-rw-r--r--sys-libs/uclibc-ng/uclibc-ng-1.0.32.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/uclibc-ng/uclibc-ng-1.0.32.ebuild b/sys-libs/uclibc-ng/uclibc-ng-1.0.32.ebuild
index fae0c97e7b5f..82ccf77573e2 100644
--- a/sys-libs/uclibc-ng/uclibc-ng-1.0.32.ebuild
+++ b/sys-libs/uclibc-ng/uclibc-ng-1.0.32.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 ~mips ppc x86"
fi
LICENSE="LGPL-2"