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: Thu, 10 Aug 2017 10:04:58
Message-Id: 1502359488.b23e88568c2e8f87c39cca7a8b2435fdeefe130c.blueness@gentoo
1 commit: b23e88568c2e8f87c39cca7a8b2435fdeefe130c
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 10 10:01:02 2017 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 10 10:04:48 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b23e8856
7
8 sys-libs/uclibc-ng: 1.0.25 stable on arm and keyworded ~mips
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 sys-libs/uclibc-ng/uclibc-ng-1.0.25.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/sys-libs/uclibc-ng/uclibc-ng-1.0.25.ebuild b/sys-libs/uclibc-ng/uclibc-ng-1.0.25.ebuild
16 index a5231d33810..89d2e372716 100644
17 --- a/sys-libs/uclibc-ng/uclibc-ng-1.0.25.ebuild
18 +++ b/sys-libs/uclibc-ng/uclibc-ng-1.0.25.ebuild
19 @@ -18,8 +18,7 @@ HOMEPAGE="http://www.uclibc-ng.org/"
20 if [[ ${PV} != "9999" ]] ; then
21 PATCH_VER=""
22 SRC_URI="http://downloads.uclibc-ng.org/releases/${PV}/${MY_P}.tar.bz2"
23 - #KEYWORDS="-* ~amd64 ~arm ~mips ~ppc ~x86"
24 - KEYWORDS="-* amd64 ~arm ppc x86"
25 + KEYWORDS="-* amd64 arm ~mips ppc x86"
26 fi
27
28 LICENSE="LGPL-2"