diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-04-02 17:12:18 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-04-02 17:12:18 +0000 |
commit | 34e7adf01a376840e4a23769f0446bfb8621c728 (patch) | |
tree | bdcf77c517736312a35f48ce7c29368f5b56936b /dev-ruby | |
parent | Remove old versions. Most of these are vulnerable to security issues. (diff) | |
download | gentoo-2-34e7adf01a376840e4a23769f0446bfb8621c728.tar.gz gentoo-2-34e7adf01a376840e4a23769f0446bfb8621c728.tar.bz2 gentoo-2-34e7adf01a376840e4a23769f0446bfb8621c728.zip |
ia64 stable wrt bug 173040
(Portage version: 2.1.2.3)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/capistrano/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/capistrano/capistrano-1.4.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/capistrano/ChangeLog b/dev-ruby/capistrano/ChangeLog index 1c97f104ba6a..36fa47f949c8 100644 --- a/dev-ruby/capistrano/ChangeLog +++ b/dev-ruby/capistrano/ChangeLog @@ -1,6 +1,9 @@ # 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.11 2007/03/05 19:42:31 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.12 2007/04/02 17:12:18 armin76 Exp $ + + 02 Apr 2007; Raúl Porcel <armin76@gentoo.org> capistrano-1.4.1.ebuild: + ia64 stable wrt bug 173040 04 Mar 2007; Tom Gall <tgall@gentoo.org> capistrano-1.4.1.ebuild: added ~ppc64 diff --git a/dev-ruby/capistrano/capistrano-1.4.1.ebuild b/dev-ruby/capistrano/capistrano-1.4.1.ebuild index 570d72ca568b..6d59fe45f7cb 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.2 2007/03/05 03:46:08 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-1.4.1.ebuild,v 1.3 2007/04/02 17:12:18 armin76 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" |