diff options
author | Sam James <sam@gentoo.org> | 2023-08-18 11:47:06 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-08-18 11:47:06 +0100 |
commit | 9f445e071e34e17fa4e50e5ddda134309ac2019e (patch) | |
tree | bf12f9efa0a4503cef3be81c1e3446800fee5030 /app-arch/pigz/pigz-2.7-r1.ebuild | |
parent | sys-auth/polkit: add trivial lower bounds (diff) | |
download | gentoo-9f445e071e34e17fa4e50e5ddda134309ac2019e.tar.gz gentoo-9f445e071e34e17fa4e50e5ddda134309ac2019e.tar.bz2 gentoo-9f445e071e34e17fa4e50e5ddda134309ac2019e.zip |
app-arch/pigz: add trivial lower bound on zlib
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-arch/pigz/pigz-2.7-r1.ebuild')
-rw-r--r-- | app-arch/pigz/pigz-2.7-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/pigz/pigz-2.7-r1.ebuild b/app-arch/pigz/pigz-2.7-r1.ebuild index 6918d7ad4f6c..c07380f70b83 100644 --- a/app-arch/pigz/pigz-2.7-r1.ebuild +++ b/app-arch/pigz/pigz-2.7-r1.ebuild @@ -15,7 +15,7 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 IUSE="static test" RESTRICT="!test? ( test )" -LIB_DEPEND="sys-libs/zlib[static-libs(+)]" +LIB_DEPEND=">=sys-libs/zlib-1.2.3[static-libs(+)]" RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )" DEPEND="${RDEPEND} static? ( ${LIB_DEPEND} ) |