Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/uclibc-ng/
Date: Mon, 31 Dec 2018 17:55:31
Message-Id: 1546278904.d04ac05f36c1fd564b53b88fe5f720490fd44915.blueness@gentoo
1 commit: d04ac05f36c1fd564b53b88fe5f720490fd44915
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 31 17:55:04 2018 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 31 17:55:04 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d04ac05f
7
8 sys-libs/uclibc-ng: 1.0.31 stable on amd64 arm ppc x86
9
10 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 sys-libs/uclibc-ng/uclibc-ng-1.0.31.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-libs/uclibc-ng/uclibc-ng-1.0.31.ebuild b/sys-libs/uclibc-ng/uclibc-ng-1.0.31.ebuild
17 index 9e216067cb3..36f1b9db8bb 100644
18 --- a/sys-libs/uclibc-ng/uclibc-ng-1.0.31.ebuild
19 +++ b/sys-libs/uclibc-ng/uclibc-ng-1.0.31.ebuild
20 @@ -18,7 +18,7 @@ HOMEPAGE="https://uclibc-ng.org/"
21 if [[ ${PV} != "9999" ]] ; then
22 PATCH_VER=""
23 SRC_URI="https://downloads.uclibc-ng.org/releases/${PV}/${MY_P}.tar.bz2"
24 - KEYWORDS="-* ~amd64 ~arm ~mips ~ppc ~x86"
25 + KEYWORDS="-* amd64 arm ~mips ppc x86"
26 fi
27
28 LICENSE="LGPL-2"