diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2018-05-16 04:41:27 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2018-05-16 04:41:27 -0400 |
commit | 461740d7ac84c9edc01c14b3c8f880fd54f1f5d8 (patch) | |
tree | 55f9782aa348190de672bb72ac27713f8da1eeaf /sys-libs/uclibc-ng | |
parent | net-misc/tigervnc: Stable for HPPA too. (diff) | |
download | gentoo-461740d7ac84c9edc01c14b3c8f880fd54f1f5d8.tar.gz gentoo-461740d7ac84c9edc01c14b3c8f880fd54f1f5d8.tar.bz2 gentoo-461740d7ac84c9edc01c14b3c8f880fd54f1f5d8.zip |
sys-libs/uclibc-ng: 1.0.30-r1 stable on amd64 and x86
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'sys-libs/uclibc-ng')
-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 ca35a2cc5bc4..77dc21a58bc3 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" |