diff options
author | 2014-11-18 11:45:16 +0000 | |
---|---|---|
committer | 2014-11-18 11:45:16 +0000 | |
commit | 97fd9a44454395ee724f27ea14a99694339b95ee (patch) | |
tree | 420ff05715aa624c847d40421545a6057af33b87 /dev-ruby/diff-lcs | |
parent | Stable for ppc64, wrt bug #505920 (diff) | |
download | gentoo-2-97fd9a44454395ee724f27ea14a99694339b95ee.tar.gz gentoo-2-97fd9a44454395ee724f27ea14a99694339b95ee.tar.bz2 gentoo-2-97fd9a44454395ee724f27ea14a99694339b95ee.zip |
Stable for ppc64, wrt bug #505920
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
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.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/diff-lcs/ChangeLog b/dev-ruby/diff-lcs/ChangeLog index a3805427ea9f..081d10ca3fab 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.66 2014/11/18 11:43:36 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/ChangeLog,v 1.67 2014/11/18 11:45:16 ago Exp $ + + 18 Nov 2014; Agostino Sarubbo <ago@gentoo.org> diff-lcs-1.2.5.ebuild: + Stable for ppc64, wrt bug #505920 18 Nov 2014; Agostino Sarubbo <ago@gentoo.org> diff-lcs-1.2.5.ebuild: Stable for ppc, wrt bug #505920 diff --git a/dev-ruby/diff-lcs/diff-lcs-1.2.5.ebuild b/dev-ruby/diff-lcs/diff-lcs-1.2.5.ebuild index 6e2c50f4f91b..63be14d5e044 100644 --- a/dev-ruby/diff-lcs/diff-lcs-1.2.5.ebuild +++ b/dev-ruby/diff-lcs/diff-lcs-1.2.5.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.ebuild,v 1.12 2014/11/18 11:43:36 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/diff-lcs-1.2.5.ebuild,v 1.13 2014/11/18 11:45:16 ago Exp $ EAPI=5 USE_RUBY="ruby19 ruby20" @@ -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 ~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 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="" |