diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2018-01-10 21:07:10 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2018-01-10 21:07:10 -0500 |
commit | dd4c34a499c785675f586e74e10d1ea25b053220 (patch) | |
tree | b76b6395c185ea8fd1531bf155fdb4393eb9cfd6 /sys-libs/uclibc-ng | |
parent | net-misc/electrum: clean up older unstable versions (diff) | |
download | gentoo-dd4c34a499c785675f586e74e10d1ea25b053220.tar.gz gentoo-dd4c34a499c785675f586e74e10d1ea25b053220.tar.bz2 gentoo-dd4c34a499c785675f586e74e10d1ea25b053220.zip |
sys-libs/uclibc-ng: 1.0.27 is broken on mips
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'sys-libs/uclibc-ng')
-rw-r--r-- | sys-libs/uclibc-ng/uclibc-ng-1.0.27.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/uclibc-ng/uclibc-ng-1.0.27.ebuild b/sys-libs/uclibc-ng/uclibc-ng-1.0.27.ebuild index 9c2e972dc4c0..b42ff88c947e 100644 --- a/sys-libs/uclibc-ng/uclibc-ng-1.0.27.ebuild +++ b/sys-libs/uclibc-ng/uclibc-ng-1.0.27.ebuild @@ -18,7 +18,7 @@ HOMEPAGE="http://www.uclibc-ng.org/" if [[ ${PV} != "9999" ]] ; then PATCH_VER="" SRC_URI="http://downloads.uclibc-ng.org/releases/${PV}/${MY_P}.tar.bz2" - KEYWORDS="-* ~amd64 ~arm ~mips ~ppc ~x86" + KEYWORDS="-* ~amd64 ~arm ~ppc ~x86" fi LICENSE="LGPL-2" |