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, 18 Nov 2019 13:38:57
Message-Id: 1574084312.62ae8449047e8efcb669eb6d4602f2ae5073d7f8.blueness@gentoo
1 commit: 62ae8449047e8efcb669eb6d4602f2ae5073d7f8
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 18 13:38:32 2019 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 18 13:38:32 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62ae8449
7
8 sys-libs/uclibc-ng: 1.0.32 stable on ppc
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.16
11 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
12
13 sys-libs/uclibc-ng/uclibc-ng-1.0.32.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-libs/uclibc-ng/uclibc-ng-1.0.32.ebuild b/sys-libs/uclibc-ng/uclibc-ng-1.0.32.ebuild
17 index 5e58388e402..62423b51aec 100644
18 --- a/sys-libs/uclibc-ng/uclibc-ng-1.0.32.ebuild
19 +++ b/sys-libs/uclibc-ng/uclibc-ng-1.0.32.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"