diff options
author | 2012-09-23 12:34:44 +0000 | |
---|---|---|
committer | 2012-09-23 12:34:44 +0000 | |
commit | 8fdb5e6cba07c84da996a26466733b0095248766 (patch) | |
tree | 446ffa5917310d34150aa8407f0f87fc8e3b37ee /dev-ruby/bundler | |
parent | [bump] dev-perl/Moose-2.60.400 (diff) | |
download | gentoo-2-8fdb5e6cba07c84da996a26466733b0095248766.tar.gz gentoo-2-8fdb5e6cba07c84da996a26466733b0095248766.tar.bz2 gentoo-2-8fdb5e6cba07c84da996a26466733b0095248766.zip |
amd64 now really stable
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/bundler')
-rw-r--r-- | dev-ruby/bundler/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/bundler/bundler-1.0.22.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/bundler/ChangeLog b/dev-ruby/bundler/ChangeLog index ef52c35dd2a6..52bc56723a0e 100644 --- a/dev-ruby/bundler/ChangeLog +++ b/dev-ruby/bundler/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/bundler # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bundler/ChangeLog,v 1.42 2012/09/23 08:28:32 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bundler/ChangeLog,v 1.43 2012/09/23 12:34:44 ago Exp $ + + 23 Sep 2012; Agostino Sarubbo <ago@gentoo.org> bundler-1.0.22.ebuild: + amd64 now really stable 23 Sep 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> bundler-1.0.22.ebuild: x86 stable wrt bug #421617 diff --git a/dev-ruby/bundler/bundler-1.0.22.ebuild b/dev-ruby/bundler/bundler-1.0.22.ebuild index 2f5c39900271..6e22095fca64 100644 --- a/dev-ruby/bundler/bundler-1.0.22.ebuild +++ b/dev-ruby/bundler/bundler-1.0.22.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bundler/bundler-1.0.22.ebuild,v 1.4 2012/09/23 08:28:32 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bundler/bundler-1.0.22.ebuild,v 1.5 2012/09/23 12:34:44 ago Exp $ EAPI=2 @@ -21,7 +21,7 @@ HOMEPAGE="http://github.com/carlhuda/bundler" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~ppc ~ppc64 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 |