# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/www/viewcvs.gentoo.org/raw_cvs/gentoo-x86/dev-ruby/ruby-glib2/ruby-glib2-0.16.0.ebuild,v 1.7 2007/05/21 11:04:25 armin76 Exp $ EAPI="prefix" inherit ruby ruby-gnome2 # eutils DESCRIPTION="Ruby Glib2 bindings" KEYWORDS="~amd64 ~ia64 ~x86 ~x86-macos" IUSE="" USE_RUBY="ruby18 ruby19" DEPEND=">=dev-libs/glib-2" src_unpack() { ruby-gnome2_src_unpack ${A} cd "${S}" epatch "${FILESDIR}"/${P}-glib-2.14.patch }