diff options
author | Sam James <sam@gentoo.org> | 2021-01-09 09:42:15 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-09 10:36:00 +0000 |
commit | c4e0d786f489ff87cf01b92004dafb24b9d31ad2 (patch) | |
tree | e08c054fe85897236d39abafc68f6b4cd832347f /virtual/podofo-build | |
parent | virtual/resolvconf: Stabilize 1 for hppa (diff) | |
download | gentoo-c4e0d786f489ff87cf01b92004dafb24b9d31ad2.tar.gz gentoo-c4e0d786f489ff87cf01b92004dafb24b9d31ad2.tar.bz2 gentoo-c4e0d786f489ff87cf01b92004dafb24b9d31ad2.zip |
virtual/podofo-build: Keyword 0.9.6 for arm64
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'virtual/podofo-build')
-rw-r--r-- | virtual/podofo-build/podofo-build-0.9.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual/podofo-build/podofo-build-0.9.6.ebuild b/virtual/podofo-build/podofo-build-0.9.6.ebuild index 57469e675cd8..1904880ae188 100644 --- a/virtual/podofo-build/podofo-build-0.9.6.ebuild +++ b/virtual/podofo-build/podofo-build-0.9.6.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 DESCRIPTION="Virtual package for building against PoDoFo" SLOT="0/${PV}" -KEYWORDS="amd64 ~arm ~hppa ppc ppc64 ~sparc x86" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc x86" IUSE="+boost idn debug test +tools" RESTRICT="!test? ( test )" |