diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2020-04-24 14:44:35 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2020-04-24 14:44:49 -0400 |
commit | 7408af53f05999c2b20675d716848d0ada9e001d (patch) | |
tree | 942b63a9998f4701ee749a673c305ebcb8d66b59 /sys-libs/uclibc-ng | |
parent | net-mail/b4: bump to 0.4.0 (diff) | |
download | gentoo-7408af53f05999c2b20675d716848d0ada9e001d.tar.gz gentoo-7408af53f05999c2b20675d716848d0ada9e001d.tar.bz2 gentoo-7408af53f05999c2b20675d716848d0ada9e001d.zip |
sys-libs/uclibc-ng: 1.0.33 stable on amd64
Package-Manager: Portage-2.3.89, Repoman-2.3.20
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.33.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/uclibc-ng/uclibc-ng-1.0.33.ebuild b/sys-libs/uclibc-ng/uclibc-ng-1.0.33.ebuild index 5ef7e61a3a91..6f884b80c8ca 100644 --- a/sys-libs/uclibc-ng/uclibc-ng-1.0.33.ebuild +++ b/sys-libs/uclibc-ng/uclibc-ng-1.0.33.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" |