diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2022-01-26 16:25:04 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-28 07:59:23 +0000 |
commit | 10f043bab12f29854689692a70cf42cee834fc01 (patch) | |
tree | 97445ad00808bc3e46867318f247164e0edbe7f3 /sys-apps/s6-rc | |
parent | net-misc/s6-networking: add myself as a proxy maintainer (diff) | |
download | gentoo-10f043bab12f29854689692a70cf42cee834fc01.tar.gz gentoo-10f043bab12f29854689692a70cf42cee834fc01.tar.bz2 gentoo-10f043bab12f29854689692a70cf42cee834fc01.zip |
*/*: limit dependencies for older versions of skarnet software
Multiple incompatible changes were presented in
dev-libs/skalibs-2.10.0.0 and sys-apps/s6-2.10.0.0, therefore it is
necessary to limit dependencies correctly for older ebuilds.
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Closes: https://github.com/gentoo/gentoo/pull/20895
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/s6-rc')
-rw-r--r-- | sys-apps/s6-rc/s6-rc-0.5.2.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/s6-rc/s6-rc-0.5.2.0.ebuild b/sys-apps/s6-rc/s6-rc-0.5.2.0.ebuild index d260c7317805..88fb3dd4c768 100644 --- a/sys-apps/s6-rc/s6-rc-0.5.2.0.ebuild +++ b/sys-apps/s6-rc/s6-rc-0.5.2.0.ebuild @@ -16,9 +16,9 @@ IUSE="static static-libs" REQUIRED_USE="static? ( static-libs )" -RDEPEND=">=dev-lang/execline-2.6.1.1:=[static-libs?] - >=dev-libs/skalibs-2.9.3.0:=[static-libs?] - >=sys-apps/s6-2.9.2.0:=[execline,static-libs?] +RDEPEND="<dev-lang/execline-2.7.0.0:=[static-libs?] + <dev-libs/skalibs-2.10.0.0:=[static-libs?] + <sys-apps/s6-2.10.0.0:=[execline,static-libs?] " DEPEND="${RDEPEND}" |