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

(-)bind-tools-9.2.3-r1.ebuild.old (-1 / +5 lines)
Lines 13-19 Link Here
13
13
14
LICENSE="as-is"
14
LICENSE="as-is"
15
SLOT="0"
15
SLOT="0"
16
KEYWORDS="x86 ppc sparc ~alpha arm hppa ~amd64 ~ia64 s390 mips"
16
KEYWORDS="x86 ppc sparc ~alpha arm hppa ~amd64 ~ia64 s390 mips ppc64"
17
IUSE=""
17
IUSE=""
18
18
19
DEPEND="virtual/glibc"
19
DEPEND="virtual/glibc"
Lines 25-30 Link Here
25
		append-flags -fPIC
25
		append-flags -fPIC
26
	fi
26
	fi
27
27
28
	if [ "${ARCH}" = "ppc64" ] ; then
29
		libtoolize -c -f || die "libtoolize failed"
30
	fi
31
28
	use ipv6 && myconf="${myconf} --enable-ipv6" || myconf="${myconf} --enable-ipv6=no"
32
	use ipv6 && myconf="${myconf} --enable-ipv6" || myconf="${myconf} --enable-ipv6=no"
29
33
30
	econf ${myconf} || die "Configure failed"
34
	econf ${myconf} || die "Configure failed"

Return to bug 52706