diff options
author | Naohiro Aota <naota@gentoo.org> | 2011-11-10 11:56:55 +0000 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2011-11-10 11:56:55 +0000 |
commit | 2cd973b9a4d91e9554a7b345ca1a36b6cb7b529a (patch) | |
tree | 2a0406eb0fcf276877cc80e7f182d7ca30f40edd /dev-ruby | |
parent | Version bump. (diff) | |
download | gentoo-2-2cd973b9a4d91e9554a7b345ca1a36b6cb7b529a.tar.gz gentoo-2-2cd973b9a4d91e9554a7b345ca1a36b6cb7b529a.tar.bz2 gentoo-2-2cd973b9a4d91e9554a7b345ca1a36b6cb7b529a.zip |
Add ~x86-fbsd
(Portage version: 2.2.0_alpha72/cvs/FreeBSD i386)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/hoe/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/hoe/hoe-2.12.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/hoe/ChangeLog b/dev-ruby/hoe/ChangeLog index ef98d2252357..d0d3b27751f8 100644 --- a/dev-ruby/hoe/ChangeLog +++ b/dev-ruby/hoe/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/hoe # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.123 2011/09/12 18:38:27 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.124 2011/11/10 11:56:55 naota Exp $ + + 10 Nov 2011; Naohiro Aota <naota@gentoo.org> hoe-2.12.3.ebuild: + Add ~x86-fbsd 12 Sep 2011; Hans de Graaff <graaff@gentoo.org> hoe-2.12.3.ebuild: Depend on rdoc gem since the code explicitly requires it now. Fixes 381233. diff --git a/dev-ruby/hoe/hoe-2.12.3.ebuild b/dev-ruby/hoe/hoe-2.12.3.ebuild index 62e7c7c8b5dc..9d1ced0f67e6 100644 --- a/dev-ruby/hoe/hoe-2.12.3.ebuild +++ b/dev-ruby/hoe/hoe-2.12.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.12.3.ebuild,v 1.2 2011/09/12 18:38:27 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.12.3.ebuild,v 1.3 2011/11/10 11:56:55 naota Exp $ EAPI=2 USE_RUBY="ruby18 ree18 ruby19 jruby" @@ -19,7 +19,7 @@ HOMEPAGE="http://seattlerb.rubyforge.org/" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="" ruby_add_bdepend "doc? ( dev-ruby/rdoc )" |