summaryrefslogtreecommitdiff
blob: 63cdea8f7973fe6dabeeb6aa9be55f2b4a5183a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/glibmm/glibmm-2.4.4.ebuild,v 1.10 2005/06/28 13:40:48 ka0ttic Exp $

inherit gnome2

DESCRIPTION="C++ interface for glib2"
HOMEPAGE="http://gtkmm.sourceforge.net/"

LICENSE="LGPL-2.1"
SLOT="2"
KEYWORDS="x86 ppc amd64 sparc ppc64 hppa"
IUSE=""

RDEPEND=">=dev-libs/libsigc++-2.0
	>=dev-libs/glib-2.4"

DEPEND="${RDEPEND}
	dev-util/pkgconfig"

DOCS="AUTHORS CHANGES ChangeLog NEWS README"