summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@atlas.cz>2022-01-26 16:25:04 +0100
committerSam James <sam@gentoo.org>2022-01-28 07:59:23 +0000
commit10f043bab12f29854689692a70cf42cee834fc01 (patch)
tree97445ad00808bc3e46867318f247164e0edbe7f3 /sys-apps/s6-portable-utils
parentnet-misc/s6-networking: add myself as a proxy maintainer (diff)
downloadgentoo-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-portable-utils')
-rw-r--r--sys-apps/s6-portable-utils/s6-portable-utils-2.2.3.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/s6-portable-utils/s6-portable-utils-2.2.3.0.ebuild b/sys-apps/s6-portable-utils/s6-portable-utils-2.2.3.0.ebuild
index 367204b5c902..321cb2248504 100644
--- a/sys-apps/s6-portable-utils/s6-portable-utils-2.2.3.0.ebuild
+++ b/sys-apps/s6-portable-utils/s6-portable-utils-2.2.3.0.ebuild
@@ -14,9 +14,9 @@ SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="static"
-RDEPEND="!static? ( >=dev-libs/skalibs-2.9.3.0:= )"
+RDEPEND="!static? ( >=dev-libs/skalibs-2.10.0.0:= )"
DEPEND="${RDEPEND}
- static? ( >=dev-libs/skalibs-2.9.3.0[static-libs] )
+ static? ( >=dev-libs/skalibs-2.10.0.0[static-libs] )
"
HTML_DOCS=( doc/. )