diff options
author | William Hubbs <williamh@gentoo.org> | 2023-01-28 16:03:22 -0600 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2023-01-28 16:06:05 -0600 |
commit | dab116d7128c9ce1566f2841696765663240ca36 (patch) | |
tree | 6ffe737b91513a666067bc06f9fbb8be12f27828 /sys-apps/baselayout | |
parent | sys-apps/baselayout: fix the passwd file path for prefix (diff) | |
download | gentoo-dab116d7128c9ce1566f2841696765663240ca36.tar.gz gentoo-dab116d7128c9ce1566f2841696765663240ca36.tar.bz2 gentoo-dab116d7128c9ce1566f2841696765663240ca36.zip |
sys-apps/baselayout: keyword 2.13-r1
Signed-off-by: William Hubbs <williamh@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 5ef1316a5e6c..afc0043d403a 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" |