diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-03-10 10:47:59 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-03-10 10:47:59 +0100 |
commit | d6e78c35a648ba29854449fd0b0a197585c6e349 (patch) | |
tree | 542e484464d870f394f7bef2134add0b249e2754 /sys-apps | |
parent | dev-lang/execline: Stabilize 2.8.2.0 x86, #834437 (diff) | |
download | gentoo-d6e78c35a648ba29854449fd0b0a197585c6e349.tar.gz gentoo-d6e78c35a648ba29854449fd0b0a197585c6e349.tar.bz2 gentoo-d6e78c35a648ba29854449fd0b0a197585c6e349.zip |
sys-apps/s6: Stabilize 2.11.0.1 x86, #834437
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/s6/s6-2.11.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/s6/s6-2.11.0.1.ebuild b/sys-apps/s6/s6-2.11.0.1.ebuild index 3827e604be40..e4566808cd8a 100644 --- a/sys-apps/s6/s6-2.11.0.1.ebuild +++ b/sys-apps/s6/s6-2.11.0.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz" LICENSE="ISC" SLOT="0/$(ver_cut 1-2)" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64 ~arm x86" IUSE="+execline static static-libs" REQUIRED_USE="static? ( static-libs )" |