diff options
author | Michael Kohl <citizen428@gentoo.org> | 2005-08-15 14:10:59 +0000 |
---|---|---|
committer | Michael Kohl <citizen428@gentoo.org> | 2005-08-15 14:10:59 +0000 |
commit | 3c7ecacd523ffcde59d54e7212379232633b47cc (patch) | |
tree | 4ba06d479dcb7342913926ce7092ad1065274e38 /dev-ruby/transaction-simple/transaction-simple-1.1.1.ebuild | |
parent | Stable on AMD64. Closes bug #102577 (diff) | |
download | gentoo-2-3c7ecacd523ffcde59d54e7212379232633b47cc.tar.gz gentoo-2-3c7ecacd523ffcde59d54e7212379232633b47cc.tar.bz2 gentoo-2-3c7ecacd523ffcde59d54e7212379232633b47cc.zip |
Marked 1.1.1 stable on x86. Added 1.3.0 and changed the ebuild to use the gem.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-ruby/transaction-simple/transaction-simple-1.1.1.ebuild')
-rw-r--r-- | dev-ruby/transaction-simple/transaction-simple-1.1.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/transaction-simple/transaction-simple-1.1.1.ebuild b/dev-ruby/transaction-simple/transaction-simple-1.1.1.ebuild index 54eedfe35afc..7f62aca6d959 100644 --- a/dev-ruby/transaction-simple/transaction-simple-1.1.1.ebuild +++ b/dev-ruby/transaction-simple/transaction-simple-1.1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/transaction-simple/transaction-simple-1.1.1.ebuild,v 1.2 2004/09/04 23:19:42 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/transaction-simple/transaction-simple-1.1.1.ebuild,v 1.3 2005/08/15 14:10:59 citizen428 Exp $ inherit ruby @@ -10,7 +10,7 @@ SRC_URI="http://www.halostatue.ca/files/${P}.tar.gz" LICENSE="MIT" USE_RUBY="ruby18 ruby19" -KEYWORDS="~x86 ~ppc" +KEYWORDS="~ppc x86" IUSE="" |