From: Anthony G. Basile Date: Tue, 14 Jan 2020 20:10:22 +0000 (-0500) Subject: sys-libs/uclibc-ng: 1.0.32 stable on arm X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=77da48e5d70ec56909f97fcf04eb69853a4e36c4;p=gentoo.git sys-libs/uclibc-ng: 1.0.32 stable on arm Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Anthony G. Basile --- 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 62423b51aec2..c4498ecfcd3f 100644 --- a/sys-libs/uclibc-ng/uclibc-ng-1.0.32.ebuild +++ b/sys-libs/uclibc-ng/uclibc-ng-1.0.32.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -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"