diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-07-15 12:48:46 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-07-15 12:48:46 +0000 |
commit | 53c34babcaa8ad78fe2e72e43a81207d065fcdfa (patch) | |
tree | d2d188e87a50e3c2609256957ba7fc17853ad507 /dev-ruby | |
parent | Stable for amd64, wrt bug #426668 (diff) | |
download | gentoo-2-53c34babcaa8ad78fe2e72e43a81207d065fcdfa.tar.gz gentoo-2-53c34babcaa8ad78fe2e72e43a81207d065fcdfa.tar.bz2 gentoo-2-53c34babcaa8ad78fe2e72e43a81207d065fcdfa.zip |
Stable for amd64, wrt bug #426668
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-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 3969c66ca588..776ede5498d7 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.33 2012/05/25 10:58:42 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/ChangeLog,v 1.34 2012/07/15 12:48:46 ago Exp $ + + 15 Jul 2012; Agostino Sarubbo <ago@gentoo.org> diff-lcs-1.1.3.ebuild: + Stable for amd64, wrt bug #426668 25 May 2012; Hans de Graaff <graaff@gentoo.org> diff-lcs-1.1.3.ebuild: Don't require rspec for USE=doc. Fixes bug 417463. 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 0bb16223ccc3..546bfb268c85 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.3 2012/05/25 10:58:42 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild,v 1.4 2012/07/15 12:48:46 ago Exp $ EAPI=2 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 "test? ( >=dev-ruby/hoe-2.10 dev-ruby/rspec:2 )" |