Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/
Date: Mon, 28 Feb 2022 23:59:44
Message-Id: 1646092753.c6a5fc53fdf1c6fc3fce2dca0da51d9fecb981c7.sam@gentoo
1 commit: c6a5fc53fdf1c6fc3fce2dca0da51d9fecb981c7
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 28 23:59:13 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 28 23:59:13 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6a5fc53
7
8 app-i18n/unicode-data: Stabilize 14.0.0 amd64, #834427
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-i18n/unicode-data/unicode-data-14.0.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-i18n/unicode-data/unicode-data-14.0.0.ebuild b/app-i18n/unicode-data/unicode-data-14.0.0.ebuild
16 index e0780f6a33f9..22587d2d0d1a 100644
17 --- a/app-i18n/unicode-data/unicode-data-14.0.0.ebuild
18 +++ b/app-i18n/unicode-data/unicode-data-14.0.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -10,7 +10,7 @@ SRC_URI="https://unicode.org/Public/zipped/${PV}/UCD.zip -> ${P}-UCD.zip
26
27 LICENSE="unicode"
28 SLOT="0"
29 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
30 +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
31
32 DEPEND="app-arch/unzip"
33 S="${WORKDIR}"