Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 334431
Collapse All | Expand All

(-)/usr/portage/dev-libs/libgcrypt/libgcrypt-1.4.6.ebuild (-1 / +2 lines)
Lines 4-10 Link Here
4
4
5
EAPI="2"
5
EAPI="2"
6
6
7
inherit eutils flag-o-matic toolchain-funcs
7
inherit eutils flag-o-matic toolchain-funcs autotools
8
8
9
DESCRIPTION="General purpose crypto library based on the code used in GnuPG"
9
DESCRIPTION="General purpose crypto library based on the code used in GnuPG"
10
HOMEPAGE="http://www.gnupg.org/"
10
HOMEPAGE="http://www.gnupg.org/"
Lines 25-30 Link Here
25
25
26
src_configure() {
26
src_configure() {
27
	# --disable-padlock-support for bug #201917
27
	# --disable-padlock-support for bug #201917
28
	eautoreconf
28
	econf \
29
	econf \
29
		--disable-padlock-support \
30
		--disable-padlock-support \
30
		--disable-dependency-tracking \
31
		--disable-dependency-tracking \

Return to bug 334431