Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 214801 | Differences between
and this patch

Collapse All | Expand All

(-)policykit-gnome-0.6.ebuild (-5 / +2 lines)
Lines 13-19 Link Here
13
LICENSE="|| ( LGPL-2 GPL-2 )"
13
LICENSE="|| ( LGPL-2 GPL-2 )"
14
SLOT="0"
14
SLOT="0"
15
KEYWORDS="~amd64 ~x86"
15
KEYWORDS="~amd64 ~x86"
16
IUSE=""
16
IUSE="examples"
17
17
18
S="${WORKDIR}/${MY_PN}-${PV}"
18
S="${WORKDIR}/${MY_PN}-${PV}"
19
19
Lines 28-34 Link Here
28
	>=dev-util/intltool-0.35.0
28
	>=dev-util/intltool-0.35.0
29
	sys-devel/gettext"
29
	sys-devel/gettext"
30
30
31
pkg_setup()
31
G2CONF="$(use_enable examples)"
32
{
33
		G2CONF="--disable-examples"
34
}

Return to bug 214801