diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-06-11 14:25:35 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-06-11 14:25:35 +0000 |
commit | 3749107292a944244b2af134a3ae336e0e18d0d8 (patch) | |
tree | 34aad2ee854fab6eb269326694218b5012d5de73 /dev-ruby | |
parent | Stable for ppc, wrt bug #550308 (diff) | |
download | gentoo-2-3749107292a944244b2af134a3ae336e0e18d0d8.tar.gz gentoo-2-3749107292a944244b2af134a3ae336e0e18d0d8.tar.bz2 gentoo-2-3749107292a944244b2af134a3ae336e0e18d0d8.zip |
Stable for ppc, wrt bug #550314
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/bundler/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/bundler/bundler-1.7.13.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/bundler/ChangeLog b/dev-ruby/bundler/ChangeLog index fd048b944a2c..68a2d64c5cf7 100644 --- a/dev-ruby/bundler/ChangeLog +++ b/dev-ruby/bundler/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/bundler # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bundler/ChangeLog,v 1.95 2015/06/09 04:34:39 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bundler/ChangeLog,v 1.96 2015/06/11 14:25:35 ago Exp $ + + 11 Jun 2015; Agostino Sarubbo <ago@gentoo.org> bundler-1.7.13.ebuild: + Stable for ppc, wrt bug #550314 09 Jun 2015; Jeroen Roovers <jer@gentoo.org> bundler-1.7.13.ebuild: Stable for HPPA PPC64 (bug #550314). diff --git a/dev-ruby/bundler/bundler-1.7.13.ebuild b/dev-ruby/bundler/bundler-1.7.13.ebuild index 934eeba3ca69..f10b3c83630d 100644 --- a/dev-ruby/bundler/bundler-1.7.13.ebuild +++ b/dev-ruby/bundler/bundler-1.7.13.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/bundler/bundler-1.7.13.ebuild,v 1.7 2015/06/09 04:34:39 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bundler/bundler-1.7.13.ebuild,v 1.8 2015/06/11 14:25:35 ago Exp $ EAPI=5 @@ -21,7 +21,7 @@ HOMEPAGE="http://github.com/carlhuda/bundler" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" ruby_add_rdepend virtual/rubygems |