diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 14:38:08 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 14:38:08 +0100 |
commit | f36f513eab9ee2162b96e2565abee955a59e5c6b (patch) | |
tree | 45ee38d6ad4633892dd876239a17aae495bc3078 /app-text | |
parent | app-text/par: drop x86-macos (diff) | |
download | gentoo-f36f513eab9ee2162b96e2565abee955a59e5c6b.tar.gz gentoo-f36f513eab9ee2162b96e2565abee955a59e5c6b.tar.bz2 gentoo-f36f513eab9ee2162b96e2565abee955a59e5c6b.zip |
app-text/pdfjam: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/pdfjam/pdfjam-2.08-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/pdfjam/pdfjam-2.08-r1.ebuild b/app-text/pdfjam/pdfjam-2.08-r1.ebuild index 927fef83557a..692950ac5474 100644 --- a/app-text/pdfjam/pdfjam-2.08-r1.ebuild +++ b/app-text/pdfjam/pdfjam-2.08-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ SRC_URI="http://www.warwick.ac.uk/go/pdfjam/${PN}_${MY_PV}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="" S="${WORKDIR}"/${PN} |