diff options
author | David Holm <dholm@gentoo.org> | 2005-07-12 11:15:11 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2005-07-12 11:15:11 +0000 |
commit | fd25f1dfc667c46700706831a8eb9153716e9fe0 (patch) | |
tree | b9ba885f3d9d439428c1539c20bad232cb3224b0 /dev-ruby/activerecord | |
parent | Added to ~ppc (diff) | |
download | gentoo-2-fd25f1dfc667c46700706831a8eb9153716e9fe0.tar.gz gentoo-2-fd25f1dfc667c46700706831a8eb9153716e9fe0.tar.bz2 gentoo-2-fd25f1dfc667c46700706831a8eb9153716e9fe0.zip |
Added to ~ppc
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-ruby/activerecord')
-rw-r--r-- | dev-ruby/activerecord/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-1.10.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog index 153936d7febb..d186e905ed43 100644 --- a/dev-ruby/activerecord/ChangeLog +++ b/dev-ruby/activerecord/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/activerecord # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.9 2005/04/20 03:27:29 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.10 2005/07/12 11:10:26 dholm Exp $ + + 12 Jul 2005; David Holm <dholm@gentoo.org> activerecord-1.10.1.ebuild: + Added to ~ppc. *activerecord-1.10.1 (20 Apr 2005) diff --git a/dev-ruby/activerecord/activerecord-1.10.1.ebuild b/dev-ruby/activerecord/activerecord-1.10.1.ebuild index e4508bd2266b..d5b7569adb0c 100644 --- a/dev-ruby/activerecord/activerecord-1.10.1.ebuild +++ b/dev-ruby/activerecord/activerecord-1.10.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-1.10.1.ebuild,v 1.2 2005/04/29 01:07:51 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-1.10.1.ebuild,v 1.3 2005/07/12 11:10:26 dholm Exp $ inherit ruby gems @@ -13,7 +13,7 @@ SRC_URI="http://rubyforge.org/frs/download.php/4146/${P}.gem" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="" RESTRICT="test" |