diff options
author | 2007-10-21 15:09:40 +0000 | |
---|---|---|
committer | 2007-10-21 15:09:40 +0000 | |
commit | 17f0ab90b4ca68d392bdb2fa7a8d2574db894ac0 (patch) | |
tree | cb9fda4039a53e0d4aedbd2973fba1a4495643aa /dev-ruby | |
parent | compile objects twice, once pic for shared libs, once nonpic for static one (diff) | |
download | gentoo-2-17f0ab90b4ca68d392bdb2fa7a8d2574db894ac0.tar.gz gentoo-2-17f0ab90b4ca68d392bdb2fa7a8d2574db894ac0.tar.bz2 gentoo-2-17f0ab90b4ca68d392bdb2fa7a8d2574db894ac0.zip |
amd64 stable
(Portage version: 2.1.3.15)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/activerecord/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-1.15.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog index 20c6bb1e25a6..2ab430e758c0 100644 --- a/dev-ruby/activerecord/ChangeLog +++ b/dev-ruby/activerecord/ChangeLog @@ -1,6 +1,9 @@ # 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.60 2007/10/18 17:14:26 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.61 2007/10/21 15:09:40 beandog Exp $ + + 21 Oct 2007; Steve Dibb <beandog@gentoo.org> activerecord-1.15.5.ebuild: + amd64 stable 18 Oct 2007; Tobias Scherbaum <dertobi123@gentoo.org> activerecord-1.15.5.ebuild: diff --git a/dev-ruby/activerecord/activerecord-1.15.5.ebuild b/dev-ruby/activerecord/activerecord-1.15.5.ebuild index da0ce6f1faac..3a734064ae7a 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.4 2007/10/18 17:14:26 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-1.15.5.ebuild,v 1.5 2007/10/21 15:09:40 beandog 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" |