diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 15:48:03 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 16:06:37 +0100 |
commit | 7e96b6308dcb9e023cac19c23eec16a06cee029d (patch) | |
tree | 1e9373d6d48e8bb4d0260f279ba5d59a31d4dc20 /net-misc/keychain | |
parent | net-misc/iperf: drop x86-macos (diff) | |
download | gentoo-7e96b6308dcb9e023cac19c23eec16a06cee029d.tar.gz gentoo-7e96b6308dcb9e023cac19c23eec16a06cee029d.tar.bz2 gentoo-7e96b6308dcb9e023cac19c23eec16a06cee029d.zip |
net-misc/keychain: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'net-misc/keychain')
-rw-r--r-- | net-misc/keychain/keychain-2.8.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/keychain/keychain-2.8.5.ebuild b/net-misc/keychain/keychain-2.8.5.ebuild index 1b3a87b347f0..46f1e43d8fb0 100644 --- a/net-misc/keychain/keychain-2.8.5.ebuild +++ b/net-misc/keychain/keychain-2.8.5.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=6 @@ -9,7 +9,7 @@ SRC_URI="https://github.com/funtoo/keychain/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" DEPEND="dev-lang/perl" |