diff options
author | Roy Bamford <neddyseagoon@gentoo.org> | 2020-02-18 11:20:11 +0000 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-02-18 21:05:03 +0100 |
commit | 68c213358323609ce484b44c072fa24c059a4dd4 (patch) | |
tree | dbd51934509647cb6cca071fe7e1a2c5ef3605c1 /app-text | |
parent | kde-misc/kio-stash: added ~arm64 keyword (diff) | |
download | gentoo-68c213358323609ce484b44c072fa24c059a4dd4.tar.gz gentoo-68c213358323609ce484b44c072fa24c059a4dd4.tar.bz2 gentoo-68c213358323609ce484b44c072fa24c059a4dd4.zip |
app-text/podofo: added ~arm64 keyword
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Roy Bamford <neddyseagoon@gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/podofo/podofo-0.9.6_p20180715.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/podofo/podofo-0.9.6_p20180715.ebuild b/app-text/podofo/podofo-0.9.6_p20180715.ebuild index 667a02839159..e53db8b61f42 100644 --- a/app-text/podofo/podofo-0.9.6_p20180715.ebuild +++ b/app-text/podofo/podofo-0.9.6_p20180715.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${P}.tar.xz" LICENSE="GPL-2 LGPL-2.1" SLOT="0/${PV%_*}" -KEYWORDS="amd64 ~arm hppa ppc ppc64 ~sparc x86" +KEYWORDS="amd64 ~arm ~arm64 hppa ppc ppc64 ~sparc x86" IUSE="+boost idn libressl debug test +tools" RESTRICT="!test? ( test )" REQUIRED_USE="test? ( tools )" |