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

(-)/usr/portage/dev-libs/libcroco/libcroco-0.6.8.ebuild (-1 / +2 lines)
Lines 13-19 Link Here
13
13
14
LICENSE="LGPL-2"
14
LICENSE="LGPL-2"
15
SLOT="0.6"
15
SLOT="0.6"
16
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
16
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
17
IUSE="test"
17
IUSE="test"
18
18
19
RDEPEND="dev-libs/glib:2
19
RDEPEND="dev-libs/glib:2
Lines 25-30 Link Here
25
src_prepare() {
25
src_prepare() {
26
	DOCS="AUTHORS ChangeLog HACKING NEWS README TODO"
26
	DOCS="AUTHORS ChangeLog HACKING NEWS README TODO"
27
	G2CONF+=" --disable-static"
27
	G2CONF+=" --disable-static"
28
	[[ ${CHOST} == *-darwin* ]] && G2CONF+=" --disable-Bsymbolic"
28
29
29
	if ! use test; then
30
	if ! use test; then
30
		# don't waste time building tests
31
		# don't waste time building tests

Return to bug 440078