diff options
author | Sam James <sam@gentoo.org> | 2020-07-15 12:28:11 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-07-15 12:30:30 +0000 |
commit | 431ebe6ebdb987884635aa9353508f4754d5d3d9 (patch) | |
tree | 9a129a0714995cdd57ce3b6bd593067f8de90c6c /sys-apps | |
parent | app-misc/zygrib: Fix build with Qt 5.15 (diff) | |
download | gentoo-431ebe6ebdb987884635aa9353508f4754d5d3d9.tar.gz gentoo-431ebe6ebdb987884635aa9353508f4754d5d3d9.tar.bz2 gentoo-431ebe6ebdb987884635aa9353508f4754d5d3d9.zip |
sys-apps/s6-linux-init: arm keyworded (bug #705540)
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/s6-linux-init/s6-linux-init-1.0.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/s6-linux-init/s6-linux-init-1.0.3.1.ebuild b/sys-apps/s6-linux-init/s6-linux-init-1.0.3.1.ebuild index e8370a330209..c68f5e1a426b 100644 --- a/sys-apps/s6-linux-init/s6-linux-init-1.0.3.1.ebuild +++ b/sys-apps/s6-linux-init/s6-linux-init-1.0.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz" LICENSE="ISC" SLOT="0/$(ver_cut 1-2)" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~x86" IUSE="static static-libs +sysv-utils" REQUIRED_USE="static? ( static-libs )" |