diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-08-03 13:46:20 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-08-03 13:46:20 +0000 |
commit | cf37a0f51d3c57d1df6d583cd72ae137d087e0e5 (patch) | |
tree | 3556df7e031d0388963ca33b2b8337deb6e2cc15 /dev-ruby/ruby-gtksourceview | |
parent | Stable for amd64, wrt bug #554164 (diff) | |
download | gentoo-2-cf37a0f51d3c57d1df6d583cd72ae137d087e0e5.tar.gz gentoo-2-cf37a0f51d3c57d1df6d583cd72ae137d087e0e5.tar.bz2 gentoo-2-cf37a0f51d3c57d1df6d583cd72ae137d087e0e5.zip |
Stable for amd64, wrt bug #554164
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-ruby/ruby-gtksourceview')
-rw-r--r-- | dev-ruby/ruby-gtksourceview/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/ruby-gtksourceview/ruby-gtksourceview-2.2.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/ruby-gtksourceview/ChangeLog b/dev-ruby/ruby-gtksourceview/ChangeLog index 64967075a549..1a841d7ebebd 100644 --- a/dev-ruby/ruby-gtksourceview/ChangeLog +++ b/dev-ruby/ruby-gtksourceview/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/ruby-gtksourceview # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog,v 1.65 2015/07/11 06:44:01 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog,v 1.66 2015/08/03 13:46:20 ago Exp $ + + 03 Aug 2015; Agostino Sarubbo <ago@gentoo.org> + ruby-gtksourceview-2.2.3.ebuild: + Stable for amd64, wrt bug #554164 *ruby-gtksourceview-2.2.5 (11 Jul 2015) diff --git a/dev-ruby/ruby-gtksourceview/ruby-gtksourceview-2.2.3.ebuild b/dev-ruby/ruby-gtksourceview/ruby-gtksourceview-2.2.3.ebuild index 01260b777983..fcb9c1aa9a8c 100644 --- a/dev-ruby/ruby-gtksourceview/ruby-gtksourceview-2.2.3.ebuild +++ b/dev-ruby/ruby-gtksourceview/ruby-gtksourceview-2.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview/ruby-gtksourceview-2.2.3.ebuild,v 1.3 2015/07/05 10:34:27 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview/ruby-gtksourceview-2.2.3.ebuild,v 1.4 2015/08/03 13:46:20 ago Exp $ EAPI=5 USE_RUBY="ruby19 ruby20" @@ -12,7 +12,7 @@ inherit ruby-ng-gnome2 RUBY_S=ruby-gnome2-all-${PV}/gtksourceview2 DESCRIPTION="Ruby bindings for gtksourceview" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" IUSE="" RDEPEND+=" x11-libs/gtksourceview:2.0" |