diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-10-21 15:19:00 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-10-21 15:19:00 +0000 |
commit | 108e48766c52ce46a5900a61a3beaa4f01fb898d (patch) | |
tree | 433e85a30c0567e6f1e88b289f4a2e17a9ef863c /dev-ruby/activerecord | |
parent | Adding a patch for Linux 2.4.*, to make alsa-driver useable (wasn't before du... (diff) | |
download | historical-108e48766c52ce46a5900a61a3beaa4f01fb898d.tar.gz historical-108e48766c52ce46a5900a61a3beaa4f01fb898d.tar.bz2 historical-108e48766c52ce46a5900a61a3beaa4f01fb898d.zip |
amd64 stable
Package-Manager: portage-2.1.3.15
Diffstat (limited to 'dev-ruby/activerecord')
-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" |