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

Collapse All | Expand All

(-)gtkmm-2.8.3.ebuild~ (-3 / +7 lines)
Lines 10-16 Link Here
10
LICENSE="LGPL-2.1"
10
LICENSE="LGPL-2.1"
11
SLOT="2.4"
11
SLOT="2.4"
12
KEYWORDS="~alpha amd64 arm hppa ia64 ppc ~ppc64 sh sparc x86 ~x86-fbsd"
12
KEYWORDS="~alpha amd64 arm hppa ia64 ppc ~ppc64 sh sparc x86 ~x86-fbsd"
13
IUSE=""
13
IUSE="examples demos"
14
14
15
RDEPEND=">=dev-cpp/glibmm-2.7
15
RDEPEND=">=dev-cpp/glibmm-2.7
16
	>=x11-libs/gtk+-2.7
16
	>=x11-libs/gtk+-2.7
Lines 19-24 Link Here
19
DEPEND="${RDEPEND}
19
DEPEND="${RDEPEND}
20
	dev-util/pkgconfig"
20
	dev-util/pkgconfig"
21
21
22
G2CONF="--disable-examples --disable-demos"
23
24
DOCS="AUTHORS CHANGES ChangeLog PORTING NEWS README"
22
DOCS="AUTHORS CHANGES ChangeLog PORTING NEWS README"
23
24
src_compile() {
25
	econf $(use_enable examples) $(use_enable demos) || die
26
	emake || die
27
}
28

Return to bug 143588