blob: 6d1b3802a4a1e8cdea91655ba49005e9919ad8a3 (
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.7.ebuild,v 1.3 2005/04/10 22:39:34 cryos 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 ~alpha ~hppa"
IUSE=""
DEPEND="${RDEPEND}
dev-util/pkgconfig"
RDEPEND=">=dev-libs/libsigc++-2.0
>=dev-libs/glib-2.4"
DOCS="AUTHORS CHANGES ChangeLog NEWS README"
|