diff options
author | 2013-08-17 10:37:11 +0000 | |
---|---|---|
committer | 2013-08-17 10:37:11 +0000 | |
commit | f32c2e723f03ea764971a5f403483ddb6c6218b7 (patch) | |
tree | 35f281aacaec77c401ab3c059a8281d35cc60bc4 | |
parent | Stable for ppc, wrt bug #480974 (diff) | |
download | gentoo-2-f32c2e723f03ea764971a5f403483ddb6c6218b7.tar.gz gentoo-2-f32c2e723f03ea764971a5f403483ddb6c6218b7.tar.bz2 gentoo-2-f32c2e723f03ea764971a5f403483ddb6c6218b7.zip |
Stable for ppc, wrt bug #480974
(Portage version: 2.1.13.7/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
-rw-r--r-- | dev-ruby/ruby-gdkpixbuf2/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-1.1.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/ruby-gdkpixbuf2/ChangeLog b/dev-ruby/ruby-gdkpixbuf2/ChangeLog index 05d9fc273184..f04ae972b9e6 100644 --- a/dev-ruby/ruby-gdkpixbuf2/ChangeLog +++ b/dev-ruby/ruby-gdkpixbuf2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/ruby-gdkpixbuf2 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gdkpixbuf2/ChangeLog,v 1.88 2013/08/17 10:25:26 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gdkpixbuf2/ChangeLog,v 1.89 2013/08/17 10:37:11 ago Exp $ + + 17 Aug 2013; Agostino Sarubbo <ago@gentoo.org> ruby-gdkpixbuf2-1.1.8.ebuild: + Stable for ppc, wrt bug #480974 17 Aug 2013; Agostino Sarubbo <ago@gentoo.org> ruby-gdkpixbuf2-1.1.8.ebuild: Stable for x86, wrt bug #480974 diff --git a/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-1.1.8.ebuild b/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-1.1.8.ebuild index e18fda3b150a..1d9a29848cbb 100644 --- a/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-1.1.8.ebuild +++ b/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-1.1.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.8.ebuild,v 1.3 2013/08/17 10:25:26 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-1.1.8.ebuild,v 1.4 2013/08/17 10:37:11 ago Exp $ EAPI=4 USE_RUBY="ruby18 ruby19 ree18" @@ -12,7 +12,7 @@ inherit ruby-ng-gnome2 RUBY_S=ruby-gnome2-all-${PV}/${RUBY_FAKEGEM_NAME} DESCRIPTION="Ruby GdkPixbuf2 bindings" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="amd64 ppc x86" IUSE="" RDEPEND="x11-libs/gtk+:2" |