diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 16:35:45 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 16:35:45 +0100 |
commit | 705977a3c7adc21745ef24a710bb770909a29c20 (patch) | |
tree | 5e8d609f22f5e72f2f40ba67c68b0d3e2daac79d /sys-process/pkill-darwin | |
parent | sys-libs/zlib: drop x86-macos (diff) | |
download | gentoo-705977a3c7adc21745ef24a710bb770909a29c20.tar.gz gentoo-705977a3c7adc21745ef24a710bb770909a29c20.tar.bz2 gentoo-705977a3c7adc21745ef24a710bb770909a29c20.zip |
sys-process/pkill-darwin: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'sys-process/pkill-darwin')
-rw-r--r-- | sys-process/pkill-darwin/pkill-darwin-1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-process/pkill-darwin/pkill-darwin-1.0.ebuild b/sys-process/pkill-darwin/pkill-darwin-1.0.ebuild index dd80960b677f..c4f2ad05eff2 100644 --- a/sys-process/pkill-darwin/pkill-darwin-1.0.ebuild +++ b/sys-process/pkill-darwin/pkill-darwin-1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="https://www.gentoo.org/~grobian/distfiles/${P}.tar.xz" LICENSE="BSD" SLOT="0" -KEYWORDS="~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~ppc-macos ~x64-macos" IUSE="" src_compile() { |