diff options
author | Roy Bamford <neddyseagoon@gentoo.org> | 2019-03-02 15:37:55 +0000 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-03-03 00:28:02 +0100 |
commit | 038ac1a6582269a8cb14db42933536d4755b256f (patch) | |
tree | 96aa87a087be9a30f385d29b45dc667f355087ba /app-text/tidy-html5 | |
parent | kde-misc/kwebkitpart: added ~arm64 (diff) | |
download | gentoo-038ac1a6582269a8cb14db42933536d4755b256f.tar.gz gentoo-038ac1a6582269a8cb14db42933536d4755b256f.tar.bz2 gentoo-038ac1a6582269a8cb14db42933536d4755b256f.zip |
app-text/tidy-html5: added ~arm64
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Roy Bamford <neddyseagoon@gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-text/tidy-html5')
-rw-r--r-- | app-text/tidy-html5/tidy-html5-5.6.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/tidy-html5/tidy-html5-5.6.0.ebuild b/app-text/tidy-html5/tidy-html5-5.6.0.ebuild index 57460fad43e4..6c6220f29dd3 100644 --- a/app-text/tidy-html5/tidy-html5-5.6.0.ebuild +++ b/app-text/tidy-html5/tidy-html5-5.6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/htacg/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86" RDEPEND="!app-text/htmltidy" |