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

(-)file_not_specified_in_diff (-2 / +3 lines)
Line  Link Here
0
-- xinetd-2.3.14.ebuild.old       2006-10-25 22:56:31.000000000 +0200
0
++ xinetd-2.3.14.ebuild   2006-10-25 22:57:10.000000000 +0200
Lines 11-17 Link Here
11
LICENSE="BSD"
11
LICENSE="BSD"
12
SLOT="0"
12
SLOT="0"
13
KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
13
KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
14
IUSE="perl tcpd"
14
IUSE="ipv6 perl tcpd"
15
15
16
DEPEND="tcpd? ( >=sys-apps/tcp-wrappers-7.6-r2 )"
16
DEPEND="tcpd? ( >=sys-apps/tcp-wrappers-7.6-r2 )"
17
RDEPEND="${DEPEND}
17
RDEPEND="${DEPEND}
Lines 29-34 Link Here
29
src_compile() {
29
src_compile() {
30
       econf \
30
       econf \
31
               $(use_with tcpd libwrap) \
31
               $(use_with tcpd libwrap) \
32
               $(use_with ipv6 inet6) \
32
               --with-loadavg \
33
               --with-loadavg \
33
               || die "econf failed"
34
               || die "econf failed"
34
       emake || die "Failed to compile"
35
       emake || die "Failed to compile"

Return to bug 152821