diff options
author | Sam James <sam@gentoo.org> | 2021-02-25 15:41:57 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-25 15:41:57 +0000 |
commit | b8a3303c8b7dd526a8607ab813f8713132e4839e (patch) | |
tree | cf01e1b65552dbe1aa34d632a3d2cc0acb467cbb /dev-libs/libutf8proc | |
parent | app-i18n/unicode-data: Stabilize 13.0.0 ppc, #772905 (diff) | |
download | gentoo-b8a3303c8b7dd526a8607ab813f8713132e4839e.tar.gz gentoo-b8a3303c8b7dd526a8607ab813f8713132e4839e.tar.bz2 gentoo-b8a3303c8b7dd526a8607ab813f8713132e4839e.zip |
dev-libs/libutf8proc: Stabilize 2.5.0 ppc, #772905
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libutf8proc')
-rw-r--r-- | dev-libs/libutf8proc/libutf8proc-2.5.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libutf8proc/libutf8proc-2.5.0.ebuild b/dev-libs/libutf8proc/libutf8proc-2.5.0.ebuild index 5d41081fd989..0e037ed099a7 100644 --- a/dev-libs/libutf8proc/libutf8proc-2.5.0.ebuild +++ b/dev-libs/libutf8proc/libutf8proc-2.5.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" @@ -12,7 +12,7 @@ SRC_URI="https://github.com/JuliaStrings/${PN#lib}/archive/v${PV}.tar.gz -> ${P} LICENSE="MIT" SLOT="0/${PV}" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux" IUSE="cjk static-libs test" RESTRICT="!test? ( test )" |