diff options
author | Javier Villavicencio <the_paya@gentoo.org> | 2008-07-08 01:46:31 +0000 |
---|---|---|
committer | Javier Villavicencio <the_paya@gentoo.org> | 2008-07-08 01:46:31 +0000 |
commit | ded3a809a13cd00e671ef91864366432801e5ace (patch) | |
tree | 2a39383e22daa383575cc886717f2c324a9a2279 /dev-ruby/hoe | |
parent | Add ~x86-fbsd. (diff) | |
download | historical-ded3a809a13cd00e671ef91864366432801e5ace.tar.gz historical-ded3a809a13cd00e671ef91864366432801e5ace.tar.bz2 historical-ded3a809a13cd00e671ef91864366432801e5ace.zip |
Added ~x86-fbsd.
Package-Manager: portage-2.2_rc1/cvs/FreeBSD 7.0-RELEASE i386
Diffstat (limited to 'dev-ruby/hoe')
-rw-r--r-- | dev-ruby/hoe/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/hoe/hoe-1.7.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/hoe/ChangeLog b/dev-ruby/hoe/ChangeLog index 300b883a167c..30f562e8c483 100644 --- a/dev-ruby/hoe/ChangeLog +++ b/dev-ruby/hoe/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/hoe # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.35 2008/07/07 18:46:40 bluebird Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.36 2008/07/08 01:46:31 the_paya Exp $ + + 08 Jul 2008; Javier Villavicencio <the_paya@gentoo.org> hoe-1.7.0.ebuild: + Add ~x86-fbsd. 07 Jul 2008; Friedrich Oslage <bluebird@gentoo.org> hoe-1.7.0.ebuild: Add ~sparc keyword, bug #230517 diff --git a/dev-ruby/hoe/hoe-1.7.0.ebuild b/dev-ruby/hoe/hoe-1.7.0.ebuild index 7a8bb0608c31..af66c128d053 100644 --- a/dev-ruby/hoe/hoe-1.7.0.ebuild +++ b/dev-ruby/hoe/hoe-1.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-1.7.0.ebuild,v 1.2 2008/07/07 18:46:40 bluebird Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-1.7.0.ebuild,v 1.3 2008/07/08 01:46:31 the_paya Exp $ inherit gems @@ -9,7 +9,7 @@ HOMEPAGE="http://seattlerb.rubyforge.org/" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" DEPEND=">=dev-ruby/rake-0.8.1 |