diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-06-17 14:03:27 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-06-17 16:41:21 +0200 |
commit | b4acc1474e697a406c9f1e559d1cecabebd38768 (patch) | |
tree | 3221473e6ad3b79eecda8fa0725e445da6eefb4d /app-text/pdfjam | |
parent | fddf4baa6920dc0f065aecca5da4f1968b469c5c (diff) | |
download | gentoo-b4acc1474e697a406c9f1e559d1cecabebd38768.tar.gz gentoo-b4acc1474e697a406c9f1e559d1cecabebd38768.tar.xz |
app-text/pdfjam: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'app-text/pdfjam')
-rw-r--r-- | app-text/pdfjam/pdfjam-2.08.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/pdfjam/pdfjam-2.08.ebuild b/app-text/pdfjam/pdfjam-2.08.ebuild index 86a63b73d45..0924dc583b9 100644 --- a/app-text/pdfjam/pdfjam-2.08.ebuild +++ b/app-text/pdfjam/pdfjam-2.08.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 MY_PV=${PV/./} @@ -8,7 +8,7 @@ SRC_URI="http://www.warwick.ac.uk/go/pdfjam/${PN}_${MY_PV}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="" S=${WORKDIR}/${PN} |