diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2020-01-14 19:30:57 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2020-01-14 19:30:57 -0500 |
commit | 4f84e4ab7a18343834b6f9a6966412d37df3b05a (patch) | |
tree | 95885962a7828ec48889efb58f210fd3f944e6f0 /sys-libs | |
parent | sys-libs/uclibc-ng: fall back on 1.0.30 for arm (diff) | |
download | gentoo-4f84e4ab7a18343834b6f9a6966412d37df3b05a.tar.gz gentoo-4f84e4ab7a18343834b6f9a6966412d37df3b05a.tar.bz2 gentoo-4f84e4ab7a18343834b6f9a6966412d37df3b05a.zip |
sys-libs/uclibc-ng: mark 1.0.30-r1 stable 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')
-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 ffc8453e07f1..a795cffae546 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="-* ~arm" + KEYWORDS="-* arm" fi LICENSE="LGPL-2" |