diff options
author | Raúl Porcel <armin76@gentoo.org> | 2010-01-06 18:48:13 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2010-01-06 18:48:13 +0000 |
commit | cf1b6f480ff7464e67d8ed34ed2a7e5e0c63f952 (patch) | |
tree | ffac3a182448b9a7ca6013927cca05d0f543520d /dev-ruby/hoe | |
parent | dropped useless RESTRICTs, fixed bug 299906 (diff) | |
download | gentoo-2-cf1b6f480ff7464e67d8ed34ed2a7e5e0c63f952.tar.gz gentoo-2-cf1b6f480ff7464e67d8ed34ed2a7e5e0c63f952.tar.bz2 gentoo-2-cf1b6f480ff7464e67d8ed34ed2a7e5e0c63f952.zip |
Add ~ia64/~sparc
(Portage version: 2.1.6.13/cvs/Linux ia64)
Diffstat (limited to 'dev-ruby/hoe')
-rw-r--r-- | dev-ruby/hoe/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/hoe/hoe-2.4.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/hoe/ChangeLog b/dev-ruby/hoe/ChangeLog index b81c22a772ef..7582fc904b85 100644 --- a/dev-ruby/hoe/ChangeLog +++ b/dev-ruby/hoe/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/hoe # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.67 2010/01/04 23:04:13 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.68 2010/01/06 18:48:13 armin76 Exp $ + + 06 Jan 2010; Raúl Porcel <armin76@gentoo.org> hoe-2.4.0.ebuild: + Add ~ia64/~sparc 04 Jan 2010; Markus Meier <maekke@gentoo.org> hoe-2.4.0.ebuild: add ~x86, bug #297830 diff --git a/dev-ruby/hoe/hoe-2.4.0.ebuild b/dev-ruby/hoe/hoe-2.4.0.ebuild index 30c4e0e4c6a2..aaeb74534a57 100644 --- a/dev-ruby/hoe/hoe-2.4.0.ebuild +++ b/dev-ruby/hoe/hoe-2.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.4.0.ebuild,v 1.7 2010/01/04 23:04:13 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.4.0.ebuild,v 1.8 2010/01/06 18:48:13 armin76 Exp $ EAPI=2 USE_RUBY="ruby18 ruby19 jruby" @@ -19,7 +19,7 @@ HOMEPAGE="http://seattlerb.rubyforge.org/" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="" # also requires dev-ruby/hoe-seattlerb for 1.9 |