Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 504844 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/net-misc/jwhois/jwhois-4.0-r1.ebuild (-6 / +12 lines)
Lines 4-10 Link Here
4
4
5
EAPI="4"
5
EAPI="4"
6
6
7
inherit eutils
7
inherit eutils autotools
8
8
9
DESCRIPTION="Advanced Internet Whois client capable of recursive queries"
9
DESCRIPTION="Advanced Internet Whois client capable of recursive queries"
10
HOMEPAGE="http://www.gnu.org/software/jwhois/"
10
HOMEPAGE="http://www.gnu.org/software/jwhois/"
Lines 15-30 Link Here
15
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
15
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
16
IUSE="idn nls"
16
IUSE="idn nls"
17
17
18
RDEPEND="idn? ( net-dns/libidn )"
18
RDEPEND="idn? ( net-dns/libidn )
19
DEPEND="${RDEPEND}"
19
	virtual/libiconv
20
"
21
DEPEND="${RDEPEND}
22
	sys-devel/automake:1.9
23
"
20
24
21
src_prepare() {
25
src_prepare() {
22
	epatch "${FILESDIR}"/${P}-connect-logic.patch #208875
26
	epatch "${FILESDIR}/${P}-connect-logic.patch" #208875
27
28
	epatch "${FILESDIR}/${P}-libiconv.patch"
29
	eautomake
23
}
30
}
24
31
25
src_configure() {
32
src_configure() {
26
	econf \
33
	econf	--localstatedir="${EPREFIX}/var/cache" \
27
		--localstatedir="${EPREFIX}/var/cache" \
28
		--without-cache \
34
		--without-cache \
29
		$(use_enable nls) \
35
		$(use_enable nls) \
30
		$(use_with idn libidn)
36
		$(use_with idn libidn)

Return to bug 504844