diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 13:47:47 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 13:51:53 +0100 |
commit | 72604bd01c763a82a15e515d60ec1a0d908e02d8 (patch) | |
tree | 1863af4c5980fde3a4e3d72eea52636a49bdc485 /app-arch | |
parent | app-arch/deb2targz: drop x86-macos (diff) | |
download | gentoo-72604bd01c763a82a15e515d60ec1a0d908e02d8.tar.gz gentoo-72604bd01c763a82a15e515d60ec1a0d908e02d8.tar.bz2 gentoo-72604bd01c763a82a15e515d60ec1a0d908e02d8.zip |
app-arch/fastjar: 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-arch')
-rw-r--r-- | app-arch/fastjar/fastjar-0.98-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/fastjar/fastjar-0.98-r3.ebuild b/app-arch/fastjar/fastjar-0.98-r3.ebuild index 791e30817363..77a5df7acc1a 100644 --- a/app-arch/fastjar/fastjar-0.98-r3.ebuild +++ b/app-arch/fastjar/fastjar-0.98-r3.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 @@ -9,7 +9,7 @@ SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris" +KEYWORDS="amd64 ~arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~sparc-solaris" DEPEND="sys-libs/zlib" RDEPEND=" |