diff options
author | 2014-08-13 18:31:24 +0000 | |
---|---|---|
committer | 2014-08-13 18:31:24 +0000 | |
commit | cf70dc6d48357b829b7c3b77c1595492eb93a222 (patch) | |
tree | c9ba80c6af2cf7687c80af38ec5f414adefe9d40 /dev-ruby/diff-lcs | |
parent | Add ~sparc wrt #468536 (diff) | |
download | gentoo-2-cf70dc6d48357b829b7c3b77c1595492eb93a222.tar.gz gentoo-2-cf70dc6d48357b829b7c3b77c1595492eb93a222.tar.bz2 gentoo-2-cf70dc6d48357b829b7c3b77c1595492eb93a222.zip |
Add ~sparc wrt #468536
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF6AD3240)
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.2.5-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/diff-lcs/ChangeLog b/dev-ruby/diff-lcs/ChangeLog index bf07ff19f881..db70b9759a56 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/ChangeLog,v 1.62 2014/07/21 14:54:23 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/ChangeLog,v 1.63 2014/08/13 18:31:24 armin76 Exp $ + + 13 Aug 2014; Raúl Porcel <armin76@gentoo.org> diff-lcs-1.2.5-r1.ebuild: + Add ~sparc wrt #468536 21 Jul 2014; Tobias Klausmann <klausman@gentoo.org> diff-lcs-1.2.5.ebuild: Stable on alpha, bug #505920 diff --git a/dev-ruby/diff-lcs/diff-lcs-1.2.5-r1.ebuild b/dev-ruby/diff-lcs/diff-lcs-1.2.5-r1.ebuild index c3a711532474..f146fb670f9c 100644 --- a/dev-ruby/diff-lcs/diff-lcs-1.2.5-r1.ebuild +++ b/dev-ruby/diff-lcs/diff-lcs-1.2.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 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.2.5-r1.ebuild,v 1.3 2014/06/16 15:41:03 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/diff-lcs-1.2.5-r1.ebuild,v 1.4 2014/08/13 18:31:24 armin76 Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21 jruby" @@ -17,5 +17,5 @@ HOMEPAGE="https://github.com/halostatue/diff-lcs" LICENSE="|| ( MIT Ruby GPL-2 )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~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 ~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="" |