blob: 5b2a7699c0d75e726baa8af465709660b7f6e636 (
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-pango/ruby-pango-0.11.0.ebuild,v 1.1 2004/11/25 03:13:49 usata Exp $
inherit ruby ruby-gnome2
DESCRIPTION="Ruby Pango bindings"
KEYWORDS="~alpha ~x86 ~ppc ~ia64 ~sparc ~amd64"
IUSE=""
USE_RUBY="ruby16 ruby18 ruby19"
DEPEND=">=x11-libs/pango-1.2.1"
RDEPEND="${DEPEND}
>=dev-ruby/ruby-glib2-${PV}"
|