blob: cc3394fcd5db800aef25029d1d183bd7107d0f9c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gnome2/ruby-gnome2-0.11.0.ebuild,v 1.1 2004/11/25 03:46:00 usata Exp $
inherit ruby-gnome2
DESCRIPTION="Ruby Gnome2 bindings"
KEYWORDS="~alpha ~x86 ~ia64 ~ppc ~sparc ~amd64"
IUSE=""
DEPEND=">=gnome-base/libgnome-2.2
>=gnome-base/libgnomeui-2.2"
RDEPEND="${DEPEND}
>=dev-ruby/ruby-gnomecanvas2-${PV}"
|