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

(-)/usr/portage/dev-libs/protobuf-c/protobuf-c-1.0.0_rc2.ebuild (-1 / +7 lines)
Lines 16-25 Link Here
16
LICENSE="BSD-2"
16
LICENSE="BSD-2"
17
SLOT="0"
17
SLOT="0"
18
KEYWORDS="~amd64 ~x86"
18
KEYWORDS="~amd64 ~x86"
19
IUSE="static-libs"
19
IUSE="static-libs test"
20
20
21
RDEPEND="dev-libs/protobuf"
21
RDEPEND="dev-libs/protobuf"
22
DEPEND="${RDEPEND}
22
DEPEND="${RDEPEND}
23
	virtual/pkgconfig"
23
	virtual/pkgconfig"
24
24
25
S=${WORKDIR}/${MY_P}
25
S=${WORKDIR}/${MY_P}
26
27
src_prepare() {
28
	if ! use test; then
29
		sed -i 's/BUILD_COMPILER_TRUE.*\bt\///;T;d' "${S}/Makefile.in"
30
	fi
31
}

Return to bug 518440