diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-04-07 14:47:27 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-04-07 14:47:27 +0200 |
commit | 9690ad575a58ded720682903e049dc9a26160531 (patch) | |
tree | f7c479608e91bc7aba33c506e21e789d0868cfa7 /net-mail/isync | |
parent | sci-libs/armadillo: drop 10.7.1 (diff) | |
download | gentoo-9690ad575a58ded720682903e049dc9a26160531.tar.gz gentoo-9690ad575a58ded720682903e049dc9a26160531.tar.bz2 gentoo-9690ad575a58ded720682903e049dc9a26160531.zip |
net-mail/isync: add blocker on sci-chemistry/mdtraj
This combo is obscure enough...
Closes: https://bugs.gentoo.org/881471
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'net-mail/isync')
-rw-r--r-- | net-mail/isync/isync-1.4.4-r1.ebuild | 3 | ||||
-rw-r--r-- | net-mail/isync/isync-1.4.4.ebuild | 3 | ||||
-rw-r--r-- | net-mail/isync/isync-9999.ebuild | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/net-mail/isync/isync-1.4.4-r1.ebuild b/net-mail/isync/isync-1.4.4-r1.ebuild index 2030c04369f8..0cab2b524dfe 100644 --- a/net-mail/isync/isync-1.4.4-r1.ebuild +++ b/net-mail/isync/isync-1.4.4-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=7 @@ -23,6 +23,7 @@ RDEPEND=" sasl? ( dev-libs/cyrus-sasl ) ssl? ( >=dev-libs/openssl-0.9.6:0= ) zlib? ( sys-libs/zlib:0= ) + !sci-chemistry/mdtraj " DEPEND="${RDEPEND}" BDEPEND=" diff --git a/net-mail/isync/isync-1.4.4.ebuild b/net-mail/isync/isync-1.4.4.ebuild index df50151e8187..47cd7082dba7 100644 --- a/net-mail/isync/isync-1.4.4.ebuild +++ b/net-mail/isync/isync-1.4.4.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=7 @@ -23,6 +23,7 @@ RDEPEND=" sasl? ( dev-libs/cyrus-sasl ) ssl? ( >=dev-libs/openssl-0.9.6:0= ) zlib? ( sys-libs/zlib:0= ) + !sci-chemistry/mdtraj " DEPEND=${RDEPEND} BDEPEND=" diff --git a/net-mail/isync/isync-9999.ebuild b/net-mail/isync/isync-9999.ebuild index 5af1e39800aa..2337ee0bdb33 100644 --- a/net-mail/isync/isync-9999.ebuild +++ b/net-mail/isync/isync-9999.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=7 @@ -23,6 +23,7 @@ RDEPEND=" sasl? ( dev-libs/cyrus-sasl ) ssl? ( >=dev-libs/openssl-0.9.6:0= ) zlib? ( sys-libs/zlib:0= ) + !sci-chemistry/mdtraj " DEPEND=${RDEPEND} BDEPEND=" |