diff options
author | Sam James <sam@gentoo.org> | 2023-08-19 07:23:20 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-08-19 07:23:20 +0100 |
commit | f707985bc0f9cfe3ee1ecce3a174cb8724b9eec3 (patch) | |
tree | 9591fa81393366656239da092daa7b13aa95868e /sys-apps/baselayout | |
parent | sys-apps/debianutils: Stabilize 5.8 arm64, #912565 (diff) | |
download | gentoo-f707985bc0f9cfe3ee1ecce3a174cb8724b9eec3.tar.gz gentoo-f707985bc0f9cfe3ee1ecce3a174cb8724b9eec3.tar.bz2 gentoo-f707985bc0f9cfe3ee1ecce3a174cb8724b9eec3.zip |
sys-apps/baselayout: Stabilize 2.14 ALLARCHES, #912566
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/baselayout')
-rw-r--r-- | sys-apps/baselayout/baselayout-2.14.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/baselayout/baselayout-2.14.ebuild b/sys-apps/baselayout/baselayout-2.14.ebuild index a588c68f51e9..8cc92f9d92cc 100644 --- a/sys-apps/baselayout/baselayout-2.14.ebuild +++ b/sys-apps/baselayout/baselayout-2.14.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} = 9999 ]]; then inherit git-r3 else SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.bz2" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" fi LICENSE="GPL-2" |