diff options
-rw-r--r-- | dev-ruby/diff-lcs/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/diff-lcs/ChangeLog b/dev-ruby/diff-lcs/ChangeLog index 7763aeef684f..10e23f940c7b 100644 --- a/dev-ruby/diff-lcs/ChangeLog +++ b/dev-ruby/diff-lcs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/diff-lcs # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/ChangeLog,v 1.40 2012/08/14 03:23:50 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/ChangeLog,v 1.41 2012/10/28 12:10:22 armin76 Exp $ + + 28 Oct 2012; Raúl Porcel <armin76@gentoo.org> diff-lcs-1.1.3.ebuild: + ia64/sparc stable wrt #426668 14 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org> diff-lcs-1.1.3.ebuild: Fix dependencies: hoe is needed for USE=doc, but no longer for USE=test. diff --git a/dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild b/dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild index a267729b1aa4..5812018ad5ba 100644 --- a/dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild +++ b/dev-ruby/diff-lcs/diff-lcs-1.1.3.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/diff-lcs/diff-lcs-1.1.3.ebuild,v 1.9 2012/08/14 03:23:50 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild,v 1.10 2012/10/28 12:10:22 armin76 Exp $ EAPI=4 USE_RUBY="ruby18 ree18 ruby19 jruby" @@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/halostatue/diff-lcs" LICENSE="|| ( MIT Ruby GPL-2 )" SLOT="0" -KEYWORDS="amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~hppa ia64 ppc ppc64 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/hoe-2.10 )" |