diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2019-11-17 11:29:04 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2019-11-17 11:29:04 -0500 |
commit | 6c3900366099220296f7765bd1f0668d980d0d29 (patch) | |
tree | 4b6e121245dbd45a7606ffadaa6c44267e00ac5e /sys-libs/uclibc-ng | |
parent | sys-firmware/sigrok-firmware-fx2lafw: Version bump to 0.1.7 (diff) | |
download | gentoo-6c3900366099220296f7765bd1f0668d980d0d29.tar.gz gentoo-6c3900366099220296f7765bd1f0668d980d0d29.tar.bz2 gentoo-6c3900366099220296f7765bd1f0668d980d0d29.zip |
sys-libs/uclibc-ng: 1.0.32 stable on amd64 and x86
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'sys-libs/uclibc-ng')
-rw-r--r-- | sys-libs/uclibc-ng/uclibc-ng-1.0.32.ebuild | 2 |
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 b534fa8966ed..5e58388e4022 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 ~arm ~mips ~ppc x86" fi LICENSE="LGPL-2" |