diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2022-01-30 05:00:00 +0000 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-02-01 19:10:23 +0100 |
commit | aad613e72e1eaeac4dcdbbd6cb07c6e318c2da06 (patch) | |
tree | b897aef7801574a469e3adc04a86467954c066d9 /net-libs/neon | |
parent | net-libs/neon: Delete old versions (<0.31.2) (diff) | |
download | gentoo-aad613e72e1eaeac4dcdbbd6cb07c6e318c2da06.tar.gz gentoo-aad613e72e1eaeac4dcdbbd6cb07c6e318c2da06.tar.bz2 gentoo-aad613e72e1eaeac4dcdbbd6cb07c6e318c2da06.zip |
net-libs/neon: Delete no longer needed dependencies
https://github.com/notroj/neon/issues/67
https://github.com/notroj/neon/commit/90584a3063ce28d262a946c433c891a98af9b5f8
Bug: https://bugs.gentoo.org/815049
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'net-libs/neon')
-rw-r--r-- | net-libs/neon/neon-0.32.2.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/net-libs/neon/neon-0.32.2.ebuild b/net-libs/neon/neon-0.32.2.ebuild index b318674ec7f0..e380e3fd9cb2 100644 --- a/net-libs/neon/neon-0.32.2.ebuild +++ b/net-libs/neon/neon-0.32.2.ebuild @@ -15,6 +15,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~ IUSE="doc expat gnutls kerberos libproxy nls pkcs11 ssl static-libs zlib" RESTRICT="test" +BDEPEND="virtual/pkgconfig" RDEPEND="expat? ( dev-libs/expat:0=[${MULTILIB_USEDEP}] ) !expat? ( dev-libs/libxml2:2=[${MULTILIB_USEDEP}] ) kerberos? ( virtual/krb5:0=[${MULTILIB_USEDEP}] ) @@ -32,11 +33,6 @@ RDEPEND="expat? ( dev-libs/expat:0=[${MULTILIB_USEDEP}] ) ) zlib? ( sys-libs/zlib:0=[${MULTILIB_USEDEP}] )" DEPEND="${RDEPEND}" -BDEPEND=" - app-text/docbook-xml-dtd:4.5 - app-text/xmlto - virtual/pkgconfig -" MULTILIB_CHOST_TOOLS=( /usr/bin/neon-config |