diff options
author | Jeroen Roovers <jer@gentoo.org> | 2017-03-20 09:05:11 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2017-03-20 09:05:25 +0100 |
commit | c18bd5698a7b6113e0719df6be285ff4a57a3969 (patch) | |
tree | 7590b1fb4221275d307d68f26e139bb46932c66a /net-dns | |
parent | dev-libs/libpcre: add upstream fixes for pcregrep & jit compiler #609592 (diff) | |
download | gentoo-c18bd5698a7b6113e0719df6be285ff4a57a3969.tar.gz gentoo-c18bd5698a7b6113e0719df6be285ff4a57a3969.tar.bz2 gentoo-c18bd5698a7b6113e0719df6be285ff4a57a3969.zip |
net-dns/libidn2: Disable gtk-doc (bug #613168 by Oleg).
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/libidn2/libidn2-0.16-r1.ebuild | 3 | ||||
-rw-r--r-- | net-dns/libidn2/libidn2-0.16-r2.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/net-dns/libidn2/libidn2-0.16-r1.ebuild b/net-dns/libidn2/libidn2-0.16-r1.ebuild index 07b545602fc0..5d99fa80eb1d 100644 --- a/net-dns/libidn2/libidn2-0.16-r1.ebuild +++ b/net-dns/libidn2/libidn2-0.16-r1.ebuild @@ -42,7 +42,8 @@ src_prepare() { multilib_src_configure() { econf \ - $(use_enable static-libs static) + $(use_enable static-libs static) \ + --disable-gtk-doc } multilib_src_install() { diff --git a/net-dns/libidn2/libidn2-0.16-r2.ebuild b/net-dns/libidn2/libidn2-0.16-r2.ebuild index bf57ff464f28..ba1da393b3a0 100644 --- a/net-dns/libidn2/libidn2-0.16-r2.ebuild +++ b/net-dns/libidn2/libidn2-0.16-r2.ebuild @@ -48,7 +48,8 @@ src_prepare() { multilib_src_configure() { econf \ - $(use_enable static-libs static) + $(use_enable static-libs static) \ + --disable-gtk-doc } multilib_src_install() { |