diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2023-01-16 11:59:08 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-17 01:52:12 +0000 |
commit | d7a29255bb33238703157018623c0e7eb40e9ae0 (patch) | |
tree | ca50f71177d14908ee7d608ecaabe98021c8d716 /sys-apps/s6 | |
parent | dev-lang/execline: add 2.9.1.0 (diff) | |
download | gentoo-d7a29255bb33238703157018623c0e7eb40e9ae0.tar.gz gentoo-d7a29255bb33238703157018623c0e7eb40e9ae0.tar.bz2 gentoo-d7a29255bb33238703157018623c0e7eb40e9ae0.zip |
sys-apps/s6: limit dependency due to an API change
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/s6')
-rw-r--r-- | sys-apps/s6/s6-2.11.1.2-r1.ebuild (renamed from sys-apps/s6/s6-2.11.1.2.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/s6/s6-2.11.1.2.ebuild b/sys-apps/s6/s6-2.11.1.2-r1.ebuild index 3dae363c48c3..a9240e9e4205 100644 --- a/sys-apps/s6/s6-2.11.1.2.ebuild +++ b/sys-apps/s6/s6-2.11.1.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ SLOT="0/$(ver_cut 1-2)" KEYWORDS="amd64 arm x86" IUSE="+execline" -RDEPEND="dev-libs/skalibs:= +RDEPEND="<dev-libs/skalibs-2.13.0.0:= execline? ( dev-lang/execline:= ) " DEPEND="${RDEPEND}" |