diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 14:24:25 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 14:24:25 +0100 |
commit | c1105162348d6919b512e9e4ef7034c3e450cddf (patch) | |
tree | a602182164c3deb9d5654e8debb2448659e32c38 /app-shells/bash-completion | |
parent | app-shells/bash: drop x86-macos (diff) | |
download | gentoo-c1105162348d6919b512e9e4ef7034c3e450cddf.tar.gz gentoo-c1105162348d6919b512e9e4ef7034c3e450cddf.tar.bz2 gentoo-c1105162348d6919b512e9e4ef7034c3e450cddf.zip |
app-shells/bash-completion: 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-shells/bash-completion')
-rw-r--r-- | app-shells/bash-completion/bash-completion-2.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/bash-completion/bash-completion-2.11.ebuild b/app-shells/bash-completion/bash-completion-2.11.ebuild index 6ccb5b58b134..6329c5eb0375 100644 --- a/app-shells/bash-completion/bash-completion-2.11.ebuild +++ b/app-shells/bash-completion/bash-completion-2.11.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 @@ -15,7 +15,7 @@ SRC_URI=" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris" IUSE="+eselect test" RESTRICT="!test? ( test )" |