diff options
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/hoe/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/hoe/hoe-2.12.5.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-ruby/hoe/ChangeLog b/dev-ruby/hoe/ChangeLog index fcdff63b9145..1e6da60781ee 100644 --- a/dev-ruby/hoe/ChangeLog +++ b/dev-ruby/hoe/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/hoe -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.144 2013/12/29 17:28:03 maekke Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.145 2014/01/05 10:52:03 graaff Exp $ + + 05 Jan 2014; Hans de Graaff <graaff@gentoo.org> hoe-2.12.5.ebuild: + Drop s390 and sh stable flags for ruby. 29 Dec 2013; Markus Meier <maekke@gentoo.org> hoe-2.13.0-r1.ebuild: arm stable, bug #490180 diff --git a/dev-ruby/hoe/hoe-2.12.5.ebuild b/dev-ruby/hoe/hoe-2.12.5.ebuild index d39585222fe8..3c27b52ad30e 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 +# Copyright 1999-2014 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.10 2012/11/06 16:52:00 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.12.5.ebuild,v 1.11 2014/01/05 10:52:03 graaff 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 )" |