diff options
author | Raúl Porcel <armin76@gentoo.org> | 2012-10-28 12:10:22 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2012-10-28 12:10:22 +0000 |
commit | a6e41b0e7b8fcc3ecb66a9da7e0524622d56e666 (patch) | |
tree | 7be2ecad24aca6bdadb25c6ffd2b49336f6f8148 /dev-ruby/diff-lcs | |
parent | Restore loudmouth[debug] wrt #392613 (diff) | |
download | historical-a6e41b0e7b8fcc3ecb66a9da7e0524622d56e666.tar.gz historical-a6e41b0e7b8fcc3ecb66a9da7e0524622d56e666.tar.bz2 historical-a6e41b0e7b8fcc3ecb66a9da7e0524622d56e666.zip |
ia64/sparc stable wrt #426668
Package-Manager: portage-2.1.11.9/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/diff-lcs')
-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 )" |