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

(-)file_not_specified_in_diff (-3 / +7 lines)
Line  Link Here
0
-- /usr/portage/net-misc/neon/neon-0.26.1-r1.ebuild    2006-10-18 09:06:13.000000000 -0400
0
++ neon-0.26.1-r1.ebuild       2006-12-28 14:31:58.000000000 -0500
Lines 11-23 Link Here
11
LICENSE="GPL-2"
11
LICENSE="GPL-2"
12
SLOT="0"
12
SLOT="0"
13
KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ~ppc-macos ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
13
KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ~ppc-macos ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
14
IUSE="expat nls socks5 ssl zlib"
14
IUSE="expat nls socks5 ssl zlib kerberos"
15
RESTRICT="test"
15
RESTRICT="test"
16
16
17
DEPEND="expat? ( dev-libs/expat )
17
DEPEND="expat? ( dev-libs/expat )
18
       !expat? ( dev-libs/libxml2 )
18
       !expat? ( dev-libs/libxml2 )
19
       socks5? ( net-proxy/dante )
19
       socks5? ( net-proxy/dante )
20
       zlib? ( sys-libs/zlib )
20
       zlib? ( sys-libs/zlib )
21
       kerberos? ( virtual/krb5 ) 
21
       ssl? ( >=dev-libs/openssl-0.9.6f )"
22
       ssl? ( >=dev-libs/openssl-0.9.6f )"
22
23
23
src_unpack() {
24
src_unpack() {
Lines 52-61 Link Here
52
           myconf="${myconf} --disable-nls"
53
           myconf="${myconf} --disable-nls"
53
       fi
54
       fi
54
55
56
       if use kerberos; then
57
               myconf="${myconf} --with-gssapi"
58
       fi
59
55
       econf \
60
       econf \
56
               --enable-static \
61
               --enable-static \
57
               --enable-shared \
62
               --enable-shared \
58
               --without-gssapi \
59
               $(use_with zlib) \
63
               $(use_with zlib) \
60
               $(use_enable socks5 socks) \
64
               $(use_enable socks5 socks) \
61
               ${myconf} \
65
               ${myconf} \

Return to bug 159303