diff options
Diffstat (limited to 'dev-ruby/capistrano')
-rw-r--r-- | dev-ruby/capistrano/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/capistrano/capistrano-1.4.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/capistrano/ChangeLog b/dev-ruby/capistrano/ChangeLog index 8376ddee135f..0e13fc393ed4 100644 --- a/dev-ruby/capistrano/ChangeLog +++ b/dev-ruby/capistrano/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/capistrano # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.30 2008/06/21 13:28:35 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.31 2008/06/21 20:18:00 corsair Exp $ + + 21 Jun 2008; Markus Rothe <corsair@gentoo.org> capistrano-1.4.2.ebuild: + Stable on ppc64; bug #228453 21 Jun 2008; nixnut <nixnut@gentoo.org> capistrano-1.4.2.ebuild: Stable on ppc wrt bug 228453 diff --git a/dev-ruby/capistrano/capistrano-1.4.2.ebuild b/dev-ruby/capistrano/capistrano-1.4.2.ebuild index 32510e2b018f..39a860f4a092 100644 --- a/dev-ruby/capistrano/capistrano-1.4.2.ebuild +++ b/dev-ruby/capistrano/capistrano-1.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-1.4.2.ebuild,v 1.3 2008/06/21 13:28:35 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-1.4.2.ebuild,v 1.4 2008/06/21 20:18:00 corsair Exp $ inherit gems @@ -9,7 +9,7 @@ HOMEPAGE="http://rubyforge.org/projects/capistrano/" LICENSE="MIT" SLOT="1" -KEYWORDS="amd64 ~ia64 ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~ia64 ppc ppc64 ~x86" IUSE="" DEPEND=" >=dev-ruby/rake-0.7.0 |