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.orig (-2 / +9 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2006 Gentoo Foundation
1
# Copyright 1999-2006 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtkmm/gtkmm-2.8.3.ebuild,v 1.11 2006/08/16 15:00:55 corsair Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtkmm/gtkmm-2.8.3.ebuild,v 1.10 2006/07/18 05:13:30 flameeyes Exp $
4
4
5
inherit gnome2
5
inherit gnome2
6
6
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 22-24 Link Here
22
G2CONF="--disable-examples --disable-demos"
22
G2CONF="--disable-examples --disable-demos"
23
23
24
DOCS="AUTHORS CHANGES ChangeLog PORTING NEWS README"
24
DOCS="AUTHORS CHANGES ChangeLog PORTING NEWS README"
25
26
src_compile() {
27
	econf $(use_enable examples) $(use_enable demos) || die
28
	emake || die
29
}
30
31

Return to bug 143588