Lines 12-18
Link Here
|
12 |
|
12 |
|
13 |
LICENSE="GPL-2" |
13 |
LICENSE="GPL-2" |
14 |
SLOT="0" |
14 |
SLOT="0" |
15 |
KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" |
15 |
KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris" |
16 |
IUSE="daemon debug ipv6 test xmlrpc" |
16 |
IUSE="daemon debug ipv6 test xmlrpc" |
17 |
|
17 |
|
18 |
COMMON_DEPEND="~net-libs/libtorrent-0.13.${PV##*.} |
18 |
COMMON_DEPEND="~net-libs/libtorrent-0.13.${PV##*.} |
Lines 34-39
Link Here
|
34 |
} |
34 |
} |
35 |
|
35 |
|
36 |
src_configure() { |
36 |
src_configure() { |
|
|
37 |
# need this, or configure script bombs out on some null shift, bug #291229 |
38 |
export CONFIG_SHELL=${BASH} |
37 |
econf \ |
39 |
econf \ |
38 |
--disable-dependency-tracking \ |
40 |
--disable-dependency-tracking \ |
39 |
$(use_enable debug) \ |
41 |
$(use_enable debug) \ |