diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-09-13 13:23:14 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-09-13 13:23:14 +0000 |
commit | 439842343a00f84ad0da0b76465684f180c8a486 (patch) | |
tree | d7e715b74ca5ed8ff49faed46a92fa6a70478d89 /dev-ruby/ruby-gconf2 | |
parent | Use jpeg-compat wrt #283241, thanks to Silvio Gerli for reporting. (diff) | |
download | historical-439842343a00f84ad0da0b76465684f180c8a486.tar.gz historical-439842343a00f84ad0da0b76465684f180c8a486.tar.bz2 historical-439842343a00f84ad0da0b76465684f180c8a486.zip |
Don't enable ruby 1.9 support (doesn't work with ruby-gnome2 yet).
Package-Manager: portage-2.2_rc40/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/ruby-gconf2')
-rw-r--r-- | dev-ruby/ruby-gconf2/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/ruby-gconf2/ruby-gconf2-0.19.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/ruby-gconf2/ChangeLog b/dev-ruby/ruby-gconf2/ChangeLog index 0944b68ed3d9..0636abafaf87 100644 --- a/dev-ruby/ruby-gconf2/ChangeLog +++ b/dev-ruby/ruby-gconf2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/ruby-gconf2 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gconf2/ChangeLog,v 1.41 2009/09/13 06:41:10 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gconf2/ChangeLog,v 1.42 2009/09/13 13:23:14 flameeyes Exp $ + + 13 Sep 2009; Diego E. Pettenò <flameeyes@gentoo.org> + ruby-gconf2-0.19.1.ebuild: + Don't enable ruby 1.9 support (doesn't work with ruby-gnome2 yet). *ruby-gconf2-0.19.1 (13 Sep 2009) diff --git a/dev-ruby/ruby-gconf2/ruby-gconf2-0.19.1.ebuild b/dev-ruby/ruby-gconf2/ruby-gconf2-0.19.1.ebuild index 8e3ccde0b6df..2c1a99bb1725 100644 --- a/dev-ruby/ruby-gconf2/ruby-gconf2-0.19.1.ebuild +++ b/dev-ruby/ruby-gconf2/ruby-gconf2-0.19.1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gconf2/ruby-gconf2-0.19.1.ebuild,v 1.1 2009/09/13 06:41:10 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gconf2/ruby-gconf2-0.19.1.ebuild,v 1.2 2009/09/13 13:23:14 flameeyes Exp $ inherit ruby ruby-gnome2 DESCRIPTION="Ruby GConf2 bindings" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" IUSE="" -USE_RUBY="ruby18 ruby19" +USE_RUBY="ruby18" DEPEND=">=gnome-base/gconf-2 dev-util/pkgconfig" RDEPEND=">=gnome-base/gconf-2 |