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

(-)liboil-0.3.2.ebuild (-2 / +2 lines)
Lines 10-23 Link Here
10
LICENSE="LGPL-2"
10
LICENSE="LGPL-2"
11
SLOT="0.3"
11
SLOT="0.3"
12
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
12
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
13
IUSE=""
13
IUSE="doc"
14
#RESTRICT="nostrip"
14
#RESTRICT="nostrip"
15
DEPEND="=dev-libs/glib-2*"
15
DEPEND="=dev-libs/glib-2*"
16
#RDEPEND=""
16
#RDEPEND=""
17
#S=${WORKDIR}/${P}
17
#S=${WORKDIR}/${P}
18
18
19
src_compile() {
19
src_compile() {
20
	econf || die "econf failed"
20
	econf $(use_enable doc gtk-doc) || die "econf failed"
21
	emake -j1 || die "emake failed"
21
	emake -j1 || die "emake failed"
22
}
22
}
23
23

Return to bug 107267