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: Fri, 24 Apr 2020 18:44:58
Message-Id: 1587753889.7408af53f05999c2b20675d716848d0ada9e001d.blueness@gentoo
1 commit: 7408af53f05999c2b20675d716848d0ada9e001d
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 24 18:44:35 2020 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 24 18:44:49 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7408af53
7
8 sys-libs/uclibc-ng: 1.0.33 stable on amd64
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
12
13 sys-libs/uclibc-ng/uclibc-ng-1.0.33.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-libs/uclibc-ng/uclibc-ng-1.0.33.ebuild b/sys-libs/uclibc-ng/uclibc-ng-1.0.33.ebuild
17 index 5ef7e61a3a9..6f884b80c8c 100644
18 --- a/sys-libs/uclibc-ng/uclibc-ng-1.0.33.ebuild
19 +++ b/sys-libs/uclibc-ng/uclibc-ng-1.0.33.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"