diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2025-01-10 09:38:19 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2025-01-10 09:38:19 +0200 |
commit | 11a8ba82fe25f60d827c640d12023032cdca4510 (patch) | |
tree | 7b2f95aa387430a6138d9717a360a30b829baf60 /app-shells | |
parent | app-misc/when: drop 1.1.40, EAPI=7-- (diff) | |
download | gentoo-11a8ba82fe25f60d827c640d12023032cdca4510.tar.gz gentoo-11a8ba82fe25f60d827c640d12023032cdca4510.tar.bz2 gentoo-11a8ba82fe25f60d827c640d12023032cdca4510.zip |
app-shells/bash-completion: Stabilize 2.15.0 ALLARCHES, #947735
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash-completion/bash-completion-2.15.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/bash-completion/bash-completion-2.15.0.ebuild b/app-shells/bash-completion/bash-completion-2.15.0.ebuild index 2f0621239eec..ab76f23fc0e2 100644 --- a/app-shells/bash-completion/bash-completion-2.15.0.ebuild +++ b/app-shells/bash-completion/bash-completion-2.15.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -19,7 +19,7 @@ SRC_URI=" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="+eselect test" RESTRICT="!test? ( test )" |