diff options
author | Joonas Niilola <juippis@gentoo.org> | 2021-07-23 10:40:36 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-07-23 10:41:02 +0300 |
commit | 3fc2f9758ae5a44471189289bc5abd28484aede7 (patch) | |
tree | c27c3ad7943107eda830f3f0a07a080e1c0ad262 /dev-libs | |
parent | dev-libs/imath: add blocker for v3.0.1 (diff) | |
download | gentoo-3fc2f9758ae5a44471189289bc5abd28484aede7.tar.gz gentoo-3fc2f9758ae5a44471189289bc5abd28484aede7.tar.bz2 gentoo-3fc2f9758ae5a44471189289bc5abd28484aede7.zip |
dev-libs/imath: simplify the blocker
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/imath/imath-3.0.5-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/imath/imath-3.0.5-r1.ebuild b/dev-libs/imath/imath-3.0.5-r1.ebuild index 153166187781..dadfa6007aa2 100644 --- a/dev-libs/imath/imath-3.0.5-r1.ebuild +++ b/dev-libs/imath/imath-3.0.5-r1.ebuild @@ -25,7 +25,7 @@ RESTRICT="!test? ( test )" # blocker due to file collision #803347 RDEPEND=" - !~dev-libs/imath-3.0.1:0 + !dev-libs/imath:0 sys-libs/zlib python? ( ${PYTHON_DEPS} |