diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2018-12-31 12:55:04 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2018-12-31 12:55:04 -0500 |
commit | d04ac05f36c1fd564b53b88fe5f720490fd44915 (patch) | |
tree | 62b3bc052253397e4dea751649124b243a9cb98b /sys-libs/uclibc-ng | |
parent | net-analyzer/tcpreplay: Old (diff) | |
download | gentoo-d04ac05f36c1fd564b53b88fe5f720490fd44915.tar.gz gentoo-d04ac05f36c1fd564b53b88fe5f720490fd44915.tar.bz2 gentoo-d04ac05f36c1fd564b53b88fe5f720490fd44915.zip |
sys-libs/uclibc-ng: 1.0.31 stable on amd64 arm ppc x86
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'sys-libs/uclibc-ng')
-rw-r--r-- | sys-libs/uclibc-ng/uclibc-ng-1.0.31.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/uclibc-ng/uclibc-ng-1.0.31.ebuild b/sys-libs/uclibc-ng/uclibc-ng-1.0.31.ebuild index 9e216067cb34..36f1b9db8bb7 100644 --- a/sys-libs/uclibc-ng/uclibc-ng-1.0.31.ebuild +++ b/sys-libs/uclibc-ng/uclibc-ng-1.0.31.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" |