diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-04 07:34:27 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-04 07:34:27 +0200 |
commit | 25cf83415ce660bcdce29a42e9ba3e66528e38e2 (patch) | |
tree | 8eb3a9d47c3fae190cbcc31318c993a03d5c0b9d /sys-apps/baselayout | |
parent | net-firewall/firewalld: Stabilize 1.3.0 arm, #899228 (diff) | |
download | gentoo-25cf83415ce660bcdce29a42e9ba3e66528e38e2.tar.gz gentoo-25cf83415ce660bcdce29a42e9ba3e66528e38e2.tar.bz2 gentoo-25cf83415ce660bcdce29a42e9ba3e66528e38e2.zip |
sys-apps/baselayout: Stabilize 2.13-r1 ALLARCHES, #899366
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-apps/baselayout')
-rw-r--r-- | sys-apps/baselayout/baselayout-2.13-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/baselayout/baselayout-2.13-r1.ebuild b/sys-apps/baselayout/baselayout-2.13-r1.ebuild index 64d8126ed757..b4cae7e3bf71 100644 --- a/sys-apps/baselayout/baselayout-2.13-r1.ebuild +++ b/sys-apps/baselayout/baselayout-2.13-r1.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 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" fi LICENSE="GPL-2" |