diff options
author | Sam James <sam@gentoo.org> | 2020-11-06 02:52:46 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-11-06 03:20:40 +0000 |
commit | 0e6da03ffc2b588404c0a951eb75b0c76685075b (patch) | |
tree | 78f1a9925413c8f8ec08d3f21c1a093e625451f1 /app-text/blahtexml | |
parent | dev-ruby/execjs: Stabilize 2.7.0 arm64, #753047 (diff) | |
download | gentoo-0e6da03ffc2b588404c0a951eb75b0c76685075b.tar.gz gentoo-0e6da03ffc2b588404c0a951eb75b0c76685075b.tar.bz2 gentoo-0e6da03ffc2b588404c0a951eb75b0c76685075b.zip |
app-text/blahtexml: Stabilize 0.9 arm64, #753047
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/blahtexml')
-rw-r--r-- | app-text/blahtexml/blahtexml-0.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/blahtexml/blahtexml-0.9.ebuild b/app-text/blahtexml/blahtexml-0.9.ebuild index ee195e68bed9..7a32d14559cd 100644 --- a/app-text/blahtexml/blahtexml-0.9.ebuild +++ b/app-text/blahtexml/blahtexml-0.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,7 +11,7 @@ SRC_URI="http://gva.noekeon.org/${PN}/${P}-src.tar.gz" LICENSE="BSD CC-BY-3.0 ZLIB" SLOT="0" -KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 x86" +KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 x86" IUSE="doc" RDEPEND="dev-libs/xerces-c" |