diff options
author | Sam James <sam@gentoo.org> | 2021-02-25 15:41:56 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-25 15:41:56 +0000 |
commit | 7ad6117b79e1cbfcc18e9fb3ec958a352a763f2c (patch) | |
tree | 4f1048e4a9e9695712d97d40b2c2f5f6b88cae2e /app-i18n/unicode-data | |
parent | net-libs/srt: Switch to cmake.eclass (diff) | |
download | gentoo-7ad6117b79e1cbfcc18e9fb3ec958a352a763f2c.tar.gz gentoo-7ad6117b79e1cbfcc18e9fb3ec958a352a763f2c.tar.bz2 gentoo-7ad6117b79e1cbfcc18e9fb3ec958a352a763f2c.zip |
app-i18n/unicode-data: Stabilize 13.0.0 ppc, #772905
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-i18n/unicode-data')
-rw-r--r-- | app-i18n/unicode-data/unicode-data-13.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-i18n/unicode-data/unicode-data-13.0.0.ebuild b/app-i18n/unicode-data/unicode-data-13.0.0.ebuild index 02c0e2af5cab..ce03ef7a6e1b 100644 --- a/app-i18n/unicode-data/unicode-data-13.0.0.ebuild +++ b/app-i18n/unicode-data/unicode-data-13.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -10,7 +10,7 @@ SRC_URI="https://unicode.org/Public/zipped/${PV}/UCD.zip -> ${P}-UCD.zip LICENSE="unicode" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc ~x86" IUSE="" DEPEND="app-arch/unzip" |