diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-11-19 19:39:22 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-11-19 20:23:23 -0500 |
commit | 12d66d92e932156f23e017e718119b5a47e2b668 (patch) | |
tree | a1a9ccdb06d955ed901fc025efffc249c268771a /app-text/qpdf | |
parent | media-libs/openjpeg: add arm64 love (diff) | |
download | gentoo-12d66d92e932156f23e017e718119b5a47e2b668.tar.gz gentoo-12d66d92e932156f23e017e718119b5a47e2b668.tar.bz2 gentoo-12d66d92e932156f23e017e718119b5a47e2b668.zip |
app-text/qpdf: add arm64 love
Diffstat (limited to 'app-text/qpdf')
-rw-r--r-- | app-text/qpdf/qpdf-5.1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/qpdf/qpdf-5.1.2.ebuild b/app-text/qpdf/qpdf-5.1.2.ebuild index 67e53490cb7d..694f56c97f30 100644 --- a/app-text/qpdf/qpdf-5.1.2.ebuild +++ b/app-text/qpdf/qpdf-5.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/qpdf/${P}.tar.gz" LICENSE="Artistic-2" SLOT="0/13" # subslot = libqpdf soname version -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~m68k-mint ~sparc-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~m68k-mint ~sparc-solaris" IUSE="doc examples static-libs test" RDEPEND="dev-libs/libpcre |