diff options
author | 2012-09-28 15:37:11 +0000 | |
---|---|---|
committer | 2012-09-28 15:37:11 +0000 | |
commit | 58cfc85f85fd7c40662586cd0e68c85b19aaa919 (patch) | |
tree | 3ea5a75fb5a17fbd77538e355ee8f7d63984c25a /dev-ruby/ruby-gdkpixbuf2 | |
parent | ppc stable wrt #428040 (diff) | |
download | gentoo-2-58cfc85f85fd7c40662586cd0e68c85b19aaa919.tar.gz gentoo-2-58cfc85f85fd7c40662586cd0e68c85b19aaa919.tar.bz2 gentoo-2-58cfc85f85fd7c40662586cd0e68c85b19aaa919.zip |
ppc stable wrt #428040
(Portage version: 2.2.0_alpha128/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/ruby-gdkpixbuf2')
-rw-r--r-- | dev-ruby/ruby-gdkpixbuf2/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-1.1.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/ruby-gdkpixbuf2/ChangeLog b/dev-ruby/ruby-gdkpixbuf2/ChangeLog index 0c837b31de86..48c086a6bce4 100644 --- a/dev-ruby/ruby-gdkpixbuf2/ChangeLog +++ b/dev-ruby/ruby-gdkpixbuf2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/ruby-gdkpixbuf2 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gdkpixbuf2/ChangeLog,v 1.79 2012/09/27 08:52:40 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gdkpixbuf2/ChangeLog,v 1.80 2012/09/28 15:37:11 ssuominen Exp $ + + 28 Sep 2012; Samuli Suominen <ssuominen@gentoo.org> + ruby-gdkpixbuf2-1.1.3.ebuild: + ppc stable wrt #428040 27 Sep 2012; Samuli Suominen <ssuominen@gentoo.org> ruby-gdkpixbuf2-1.1.3.ebuild, ruby-gdkpixbuf2-1.1.4.ebuild: diff --git a/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-1.1.3.ebuild b/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-1.1.3.ebuild index 083eee32bda1..646774411f27 100644 --- a/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-1.1.3.ebuild +++ b/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-1.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-1.1.3.ebuild,v 1.4 2012/09/27 08:52:40 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-1.1.3.ebuild,v 1.5 2012/09/28 15:37:11 ssuominen Exp $ EAPI="2" USE_RUBY="ruby18 ruby19 ree18" @@ -12,7 +12,7 @@ inherit ruby-ng-gnome2 S=${WORKDIR}/ruby-gnome2-all-${PV}/gdk_pixbuf2 DESCRIPTION="Ruby GdkPixbuf2 bindings" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="amd64 ppc x86" IUSE="" RDEPEND="x11-libs/gtk+:2" |