diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-04-06 11:28:16 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-04-06 11:28:16 +0000 |
commit | 9cdda35b3083e55217d02d34987197338fd5c998 (patch) | |
tree | 60abada04331d3a24e81713eba03b154aee818a7 /dev-ruby | |
parent | stable x86, bug 173040 (diff) | |
download | gentoo-2-9cdda35b3083e55217d02d34987197338fd5c998.tar.gz gentoo-2-9cdda35b3083e55217d02d34987197338fd5c998.tar.bz2 gentoo-2-9cdda35b3083e55217d02d34987197338fd5c998.zip |
stable x86, bug 173040
(Portage version: 2.1.2.2)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/capistrano/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/capistrano/capistrano-1.4.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/capistrano/ChangeLog b/dev-ruby/capistrano/ChangeLog index 36fa47f949c8..0a6c9ad5bd20 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.12 2007/04/02 17:12:18 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.13 2007/04/06 11:28:16 opfer Exp $ + + 06 Apr 2007; Christian Faulhammer <opfer@gentoo.org> + capistrano-1.4.1.ebuild: + stable x86, bug 173040 02 Apr 2007; Raúl Porcel <armin76@gentoo.org> capistrano-1.4.1.ebuild: ia64 stable wrt bug 173040 diff --git a/dev-ruby/capistrano/capistrano-1.4.1.ebuild b/dev-ruby/capistrano/capistrano-1.4.1.ebuild index 6d59fe45f7cb..d9c7814305f6 100644 --- a/dev-ruby/capistrano/capistrano-1.4.1.ebuild +++ b/dev-ruby/capistrano/capistrano-1.4.1.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.ebuild,v 1.3 2007/04/02 17:12:18 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-1.4.1.ebuild,v 1.4 2007/04/06 11:28:16 opfer Exp $ inherit ruby gems @@ -11,7 +11,7 @@ SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ia64 ~ppc64 ~x86" +KEYWORDS="~amd64 ia64 ~ppc64 x86" IUSE="" #RESTRICT="test" |