diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-06-20 14:47:00 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-06-20 15:15:19 +0200 |
commit | e1289effd5d212a6873539d8851b1dcdde52681f (patch) | |
tree | d107f31b4eb9a859025025656f572bbb2513d222 /app-shells | |
parent | app-shells/gentoo-bashcomp: mark arm64 stable to catchup with other arches (diff) | |
download | gentoo-e1289effd5d212a6873539d8851b1dcdde52681f.tar.gz gentoo-e1289effd5d212a6873539d8851b1dcdde52681f.tar.bz2 gentoo-e1289effd5d212a6873539d8851b1dcdde52681f.zip |
app-shells/bash-completion: mark arm64 stable to catchup with other arches
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash-completion/bash-completion-2.4-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/bash-completion/bash-completion-2.4-r1.ebuild b/app-shells/bash-completion/bash-completion-2.4-r1.ebuild index e6de9f40dccf..cf649cac408a 100644 --- a/app-shells/bash-completion/bash-completion-2.4-r1.ebuild +++ b/app-shells/bash-completion/bash-completion-2.4-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/scop/bash-completion/releases/download/${PV}/${P}.ta LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris" IUSE="" RDEPEND=">=app-shells/bash-4.3_p30-r1 |