diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2021-12-16 17:38:29 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2021-12-16 17:38:29 +0100 |
commit | 2372de34762216631cbe764ad9bb61505569d00e (patch) | |
tree | 27c3e79516a4ccce42212cae76b4fc51dc1c8adb /sys-apps/s6/s6-2.9.2.0.ebuild | |
parent | dev-lang/execline: Stabilize 2.6.1.1 amd64, #819246 (diff) | |
download | gentoo-2372de34762216631cbe764ad9bb61505569d00e.tar.gz gentoo-2372de34762216631cbe764ad9bb61505569d00e.tar.bz2 gentoo-2372de34762216631cbe764ad9bb61505569d00e.zip |
sys-apps/s6: Stabilize 2.9.2.0 amd64, #819246
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'sys-apps/s6/s6-2.9.2.0.ebuild')
-rw-r--r-- | sys-apps/s6/s6-2.9.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/s6/s6-2.9.2.0.ebuild b/sys-apps/s6/s6-2.9.2.0.ebuild index f3a95ba0a93b..0c346b687ba5 100644 --- a/sys-apps/s6/s6-2.9.2.0.ebuild +++ b/sys-apps/s6/s6-2.9.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 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 ~arm ~x86" +KEYWORDS="amd64 ~arm ~x86" IUSE="+execline static static-libs" REQUIRED_USE="static? ( static-libs )" |