diff options
author | Caleb Tennis <caleb@gentoo.org> | 2005-07-27 13:01:30 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2005-07-27 13:01:30 +0000 |
commit | 3e4686fb7adce4fcbdc19aecf3e5d48443927e18 (patch) | |
tree | 91c56feea90fe65cba16846b0ae70304b4f13b2f /dev-ruby/activesupport | |
parent | pam library location fix in /etc/pam.d/samba (diff) | |
download | gentoo-2-3e4686fb7adce4fcbdc19aecf3e5d48443927e18.tar.gz gentoo-2-3e4686fb7adce4fcbdc19aecf3e5d48443927e18.tar.bz2 gentoo-2-3e4686fb7adce4fcbdc19aecf3e5d48443927e18.zip |
x86 stable
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-ruby/activesupport')
-rw-r--r-- | dev-ruby/activesupport/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/activesupport/activesupport-1.1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/activesupport/ChangeLog b/dev-ruby/activesupport/ChangeLog index 3aa097f19008..0b3582eb63ed 100644 --- a/dev-ruby/activesupport/ChangeLog +++ b/dev-ruby/activesupport/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/activesupport # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.9 2005/07/12 13:46:32 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.10 2005/07/27 13:01:30 caleb Exp $ + + 27 Jul 2005; Caleb Tennis <caleb@gentoo.org> activesupport-1.1.1.ebuild: + x86 stable *activesupport-1.1.1 (12 Jul 2005) diff --git a/dev-ruby/activesupport/activesupport-1.1.1.ebuild b/dev-ruby/activesupport/activesupport-1.1.1.ebuild index ba781828094b..e1c09cdedffc 100644 --- a/dev-ruby/activesupport/activesupport-1.1.1.ebuild +++ b/dev-ruby/activesupport/activesupport-1.1.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/activesupport/activesupport-1.1.1.ebuild,v 1.2 2005/07/12 13:55:02 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-1.1.1.ebuild,v 1.3 2005/07/27 13:01:30 caleb Exp $ inherit ruby gems @@ -13,7 +13,7 @@ SRC_URI="http://rubyforge.org/frs/download.php/5160/${P}.gem" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc x86" IUSE="" DEPEND=">=dev-lang/ruby-1.8.2 |