diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-10-18 17:14:26 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-10-18 17:14:26 +0000 |
commit | 035db613b072eab0e1f8429537b349a11744d55a (patch) | |
tree | 5abf698b70d0bf9433f4c4d1cba60eab6e385d7b /dev-ruby | |
parent | Version bump (diff) | |
download | gentoo-2-035db613b072eab0e1f8429537b349a11744d55a.tar.gz gentoo-2-035db613b072eab0e1f8429537b349a11744d55a.tar.bz2 gentoo-2-035db613b072eab0e1f8429537b349a11744d55a.zip |
ppc stable, bug #195315
(Portage version: 2.1.3.9)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/activerecord/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-1.15.5.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog index 01bf0e1f23c7..20c6bb1e25a6 100644 --- a/dev-ruby/activerecord/ChangeLog +++ b/dev-ruby/activerecord/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/activerecord # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.59 2007/10/16 13:23:22 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.60 2007/10/18 17:14:26 dertobi123 Exp $ + + 18 Oct 2007; Tobias Scherbaum <dertobi123@gentoo.org> + activerecord-1.15.5.ebuild: + ppc stable, bug #195315 16 Oct 2007; Raúl Porcel <armin76@gentoo.org> activerecord-1.15.5.ebuild: ia64/sparc stable wrt security #195315 diff --git a/dev-ruby/activerecord/activerecord-1.15.5.ebuild b/dev-ruby/activerecord/activerecord-1.15.5.ebuild index bc34552e1d9a..da0ce6f1faac 100644 --- a/dev-ruby/activerecord/activerecord-1.15.5.ebuild +++ b/dev-ruby/activerecord/activerecord-1.15.5.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/activerecord/activerecord-1.15.5.ebuild,v 1.3 2007/10/16 13:23:22 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-1.15.5.ebuild,v 1.4 2007/10/18 17:14:26 dertobi123 Exp $ inherit ruby gems @@ -9,7 +9,7 @@ HOMEPAGE="http://rubyforge.org/projects/activerecord/" LICENSE="MIT" SLOT="1.2" -KEYWORDS="~amd64 ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="~amd64 ia64 ppc ~ppc64 sparc x86 ~x86-fbsd" IUSE="" RESTRICT="test" |