diff options
author | Markus Meier <maekke@gentoo.org> | 2012-05-27 14:48:20 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2012-05-27 14:48:20 +0000 |
commit | f7252a18c31ff1c98a16168fb66c4d873e22faba (patch) | |
tree | bb76a18445ac62331c271807c467436e3511e39d /dev-ruby/hoe | |
parent | Stable for amd64, wrt bug #417721 (diff) | |
download | gentoo-2-f7252a18c31ff1c98a16168fb66c4d873e22faba.tar.gz gentoo-2-f7252a18c31ff1c98a16168fb66c4d873e22faba.tar.bz2 gentoo-2-f7252a18c31ff1c98a16168fb66c4d873e22faba.zip |
arm stable, bug #411507
(Portage version: 2.1.10.62/cvs/Linux i686)
Diffstat (limited to 'dev-ruby/hoe')
-rw-r--r-- | dev-ruby/hoe/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/hoe/hoe-2.12.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/hoe/ChangeLog b/dev-ruby/hoe/ChangeLog index 5149ab81db9f..d0f86329cf81 100644 --- a/dev-ruby/hoe/ChangeLog +++ b/dev-ruby/hoe/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/hoe # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.132 2012/05/26 09:43:09 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.133 2012/05/27 14:48:20 maekke Exp $ + + 27 May 2012; Markus Meier <maekke@gentoo.org> hoe-2.12.5.ebuild: + arm stable, bug #411507 26 May 2012; Hans de Graaff <graaff@gentoo.org> hoe-2.13.0.ebuild: Add rdoc also as a test dependency also for the latest version, not trivial diff --git a/dev-ruby/hoe/hoe-2.12.5.ebuild b/dev-ruby/hoe/hoe-2.12.5.ebuild index 3e9678da97c0..39d7e7dbfb16 100644 --- a/dev-ruby/hoe/hoe-2.12.5.ebuild +++ b/dev-ruby/hoe/hoe-2.12.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.12.5.ebuild,v 1.3 2012/05/26 09:40:24 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.12.5.ebuild,v 1.4 2012/05/27 14:48:20 maekke 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 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~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 ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" ruby_add_bdepend "doc? ( dev-ruby/rdoc )" |