Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/gettext/
Date: Mon, 31 Aug 2020 21:24:13
Message-Id: 1598909046.5b1c6ada0274361e8da24e55231b75f967014fee.sam@gentoo
1 commit: 5b1c6ada0274361e8da24e55231b75f967014fee
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 31 21:23:17 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 31 21:24:06 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b1c6ada
7
8 sys-devel/gettext: Stabilize 0.21 ppc, #717936
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-devel/gettext/gettext-0.21.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-devel/gettext/gettext-0.21.ebuild b/sys-devel/gettext/gettext-0.21.ebuild
16 index 677c5572284..b9804d06e84 100644
17 --- a/sys-devel/gettext/gettext-0.21.ebuild
18 +++ b/sys-devel/gettext/gettext-0.21.ebuild
19 @@ -14,7 +14,7 @@ if [[ "${PV}" == *_rc* ]] ; then
20 S="${WORKDIR}/${P/_/-}"
21 else
22 SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
23 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv s390 ~sparc x86"
24 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv s390 ~sparc x86"
25 fi
26 # Only libasprintf is under the LGPL (and libintl is in a sep package),
27 # so put that license behind USE=cxx.