blob: 006d0bd9b009096fcf45ae1dcf85ee8a1b460d61 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-libglade2/ruby-libglade2-0.9.1.ebuild,v 1.8 2004/10/05 17:50:07 usata Exp $
inherit ruby ruby-gnome2
DESCRIPTION="Ruby Libglade2 bindings"
KEYWORDS="alpha x86 ~ia64 ~ppc ~sparc"
IUSE="gnome"
USE_RUBY="ruby18 ruby19" # ruby16 is not supported
DEPEND="${DEPEND} >=gnome-base/libglade-2"
RDEPEND="${RDEPEND} >=gnome-base/libglade-2
gnome? ( >=dev-ruby/ruby-gnome2-${PV} )
!gnome? ( >=dev-ruby/ruby-gtk2-${PV} )"
|