diff options
author | Dawid Węgliński <cla@gentoo.org> | 2007-11-12 23:29:30 +0000 |
---|---|---|
committer | Dawid Węgliński <cla@gentoo.org> | 2007-11-12 23:29:30 +0000 |
commit | 940c139cfc89ddf0fd05763c0911b30953acf0a9 (patch) | |
tree | 1219060193f6338c891bf63c643e42fe92f49b55 /dev-ruby | |
parent | Stable on x86 wrt bug #198966 (diff) | |
download | gentoo-2-940c139cfc89ddf0fd05763c0911b30953acf0a9.tar.gz gentoo-2-940c139cfc89ddf0fd05763c0911b30953acf0a9.tar.bz2 gentoo-2-940c139cfc89ddf0fd05763c0911b30953acf0a9.zip |
Stable on x86 wrt bug #198966
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/capistrano/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/capistrano/capistrano-1.4.1-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/capistrano/capistrano-2.0.0.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-ruby/capistrano/ChangeLog b/dev-ruby/capistrano/ChangeLog index a2a5641e99ed..479d2b4f8dab 100644 --- a/dev-ruby/capistrano/ChangeLog +++ b/dev-ruby/capistrano/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/capistrano # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.22 2007/10/17 06:42:02 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.23 2007/11/12 23:29:30 cla Exp $ + + 12 Nov 2007; Dawid Węgliński <cla@gentoo.org> + capistrano-1.4.1-r1.ebuild, capistrano-2.0.0.ebuild: + Both stable on x86 (bug #198966) *capistrano-2.1.0 (17 Oct 2007) diff --git a/dev-ruby/capistrano/capistrano-1.4.1-r1.ebuild b/dev-ruby/capistrano/capistrano-1.4.1-r1.ebuild index 848b2e445d36..076325c47e0c 100644 --- a/dev-ruby/capistrano/capistrano-1.4.1-r1.ebuild +++ b/dev-ruby/capistrano/capistrano-1.4.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-1.4.1-r1.ebuild,v 1.1 2007/09/01 21:58:33 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-1.4.1-r1.ebuild,v 1.2 2007/11/12 23:29:30 cla Exp $ inherit gems @@ -10,7 +10,7 @@ SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" LICENSE="MIT" SLOT="1" -KEYWORDS="~amd64 ~ia64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~ia64 ~ppc64 x86" IUSE="" DEPEND=">=dev-lang/ruby-1.8.2 diff --git a/dev-ruby/capistrano/capistrano-2.0.0.ebuild b/dev-ruby/capistrano/capistrano-2.0.0.ebuild index 82a456b59082..35cec5a5497b 100644 --- a/dev-ruby/capistrano/capistrano-2.0.0.ebuild +++ b/dev-ruby/capistrano/capistrano-2.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.0.0.ebuild,v 1.1 2007/09/01 21:58:33 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.0.0.ebuild,v 1.2 2007/11/12 23:29:30 cla Exp $ inherit gems @@ -10,7 +10,7 @@ SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" LICENSE="MIT" SLOT="2" -KEYWORDS="~amd64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc64 x86" IUSE="" DEPEND=">=dev-lang/ruby-1.8.2 |