diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-04-13 08:52:53 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-04-13 08:52:53 +0000 |
commit | 15822cf815d9b77cc4d4b84a3a7bbddde2fb6d02 (patch) | |
tree | 5355edc23cf9ca123e3ee49edb416af0c9806534 /dev-ruby/bundler | |
parent | Stable for alpha, wrt bug #542574 (diff) | |
download | gentoo-2-15822cf815d9b77cc4d4b84a3a7bbddde2fb6d02.tar.gz gentoo-2-15822cf815d9b77cc4d4b84a3a7bbddde2fb6d02.tar.bz2 gentoo-2-15822cf815d9b77cc4d4b84a3a7bbddde2fb6d02.zip |
Stable for alpha, wrt bug #542574
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-ruby/bundler')
-rw-r--r-- | dev-ruby/bundler/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/bundler/bundler-1.7.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/bundler/ChangeLog b/dev-ruby/bundler/ChangeLog index 95e8ff48e62c..c23fb2bc0e87 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.79 2015/03/20 13:29:23 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bundler/ChangeLog,v 1.80 2015/04/13 08:52:53 ago Exp $ + + 13 Apr 2015; Agostino Sarubbo <ago@gentoo.org> bundler-1.7.3.ebuild: + Stable for alpha, wrt bug #542574 20 Mar 2015; Hans de Graaff <graaff@gentoo.org> bundler-1.7.13.ebuild: Add ruby22. diff --git a/dev-ruby/bundler/bundler-1.7.3.ebuild b/dev-ruby/bundler/bundler-1.7.3.ebuild index 00d96532590c..8b0555a0126b 100644 --- a/dev-ruby/bundler/bundler-1.7.3.ebuild +++ b/dev-ruby/bundler/bundler-1.7.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/bundler/bundler-1.7.3.ebuild,v 1.5 2015/03/13 06:47:21 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bundler/bundler-1.7.3.ebuild,v 1.6 2015/04/13 08:52:53 ago Exp $ EAPI=5 @@ -22,7 +22,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="" ruby_add_rdepend virtual/rubygems |