diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-10-06 22:15:12 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-10-06 22:15:12 +0000 |
commit | 55256e8a6a5e5c620d705fa9a9690219d2547c66 (patch) | |
tree | 5596555e9c80b67dff80aec52372177dde35db17 /dev-ruby | |
parent | stable x86, bug 177209 (diff) | |
download | gentoo-2-55256e8a6a5e5c620d705fa9a9690219d2547c66.tar.gz gentoo-2-55256e8a6a5e5c620d705fa9a9690219d2547c66.tar.bz2 gentoo-2-55256e8a6a5e5c620d705fa9a9690219d2547c66.zip |
stable x86, bug 177209
(Portage version: 2.1.3.9)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/activesupport/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/activesupport/activesupport-1.4.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/activesupport/ChangeLog b/dev-ruby/activesupport/ChangeLog index 264f71fa82e5..84df28854a4d 100644 --- a/dev-ruby/activesupport/ChangeLog +++ b/dev-ruby/activesupport/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/activesupport # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.44 2007/10/06 16:25:55 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.45 2007/10/06 22:15:12 opfer Exp $ + + 06 Oct 2007; Christian Faulhammer <opfer@gentoo.org> + activesupport-1.4.2.ebuild: + stable x86, bug 177209 *activesupport-1.4.3 (06 Oct 2007) diff --git a/dev-ruby/activesupport/activesupport-1.4.2.ebuild b/dev-ruby/activesupport/activesupport-1.4.2.ebuild index 02f72089fd89..e6f6c8999f11 100644 --- a/dev-ruby/activesupport/activesupport-1.4.2.ebuild +++ b/dev-ruby/activesupport/activesupport-1.4.2.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/activesupport/activesupport-1.4.2.ebuild,v 1.3 2007/10/06 14:05:43 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-1.4.2.ebuild,v 1.4 2007/10/06 22:15:12 opfer Exp $ inherit ruby gems @@ -11,7 +11,7 @@ SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" LICENSE="MIT" SLOT="1.2" -KEYWORDS="~amd64 ~ia64 ppc sparc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ia64 ppc sparc x86 ~x86-fbsd" IUSE="" DEPEND=">=dev-lang/ruby-1.8.5 |