diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-08-17 10:23:57 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-08-17 10:23:57 +0000 |
commit | d9870e831f5d6aae0b98c825c3577aa477c88969 (patch) | |
tree | ec42a3bf754facf2097fa368a6b5b21a837e8d67 /dev-ruby/ruby-gdkpixbuf2 | |
parent | Stable for amd64, wrt bug #480974 (diff) | |
download | gentoo-2-d9870e831f5d6aae0b98c825c3577aa477c88969.tar.gz gentoo-2-d9870e831f5d6aae0b98c825c3577aa477c88969.tar.bz2 gentoo-2-d9870e831f5d6aae0b98c825c3577aa477c88969.zip |
Stable for amd64, wrt bug #480974
(Portage version: 2.1.13.7/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-ruby/ruby-gdkpixbuf2')
-rw-r--r-- | dev-ruby/ruby-gdkpixbuf2/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-1.1.8.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-ruby/ruby-gdkpixbuf2/ChangeLog b/dev-ruby/ruby-gdkpixbuf2/ChangeLog index 519906146a86..5ac65a8b4b27 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.86 2013/08/14 05:54:43 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gdkpixbuf2/ChangeLog,v 1.87 2013/08/17 10:23:57 ago Exp $ + + 17 Aug 2013; Agostino Sarubbo <ago@gentoo.org> ruby-gdkpixbuf2-1.1.8.ebuild: + Stable for amd64, wrt bug #480974 14 Aug 2013; Hans de Graaff <graaff@gentoo.org> -ruby-gdkpixbuf2-1.0.3.ebuild, -ruby-gdkpixbuf2-1.1.4.ebuild, 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 18a74efdea3c..27a0caa55334 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-2012 Gentoo Foundation +# 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.1 2012/12/26 06:42:40 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-1.1.8.ebuild,v 1.2 2013/08/17 10:23:57 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" |