diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2022-02-01 00:00:00 +0000 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-02-01 19:10:30 +0100 |
commit | 8de70e616d823668d7cb4c06a05ef108e6e0efc9 (patch) | |
tree | 44b398788bfbb44f51343d413911c1726a76a0dd /net-libs/neon | |
parent | net-misc/cadaver: Set Jakov Smolić as proxy (diff) | |
download | gentoo-8de70e616d823668d7cb4c06a05ef108e6e0efc9.tar.gz gentoo-8de70e616d823668d7cb4c06a05ef108e6e0efc9.tar.bz2 gentoo-8de70e616d823668d7cb4c06a05ef108e6e0efc9.zip |
net-libs/neon: Enable "expat" USE flag by default
Using of Expat instead of Libxml2 is upstream default.
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/neon/neon-0.32.2.ebuild b/net-libs/neon/neon-0.32.2.ebuild index 5b8c581eca2c..0f096d2be00d 100644 --- a/net-libs/neon/neon-0.32.2.ebuild +++ b/net-libs/neon/neon-0.32.2.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://notroj.github.io/neon/${P}.tar.gz" LICENSE="GPL-2" SLOT="0/27" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="doc expat gnutls kerberos libproxy nls pkcs11 ssl static-libs zlib" +IUSE="doc +expat gnutls kerberos libproxy nls pkcs11 ssl static-libs zlib" RESTRICT="test" BDEPEND="virtual/pkgconfig" |