diff options
author | Raúl Porcel <armin76@gentoo.org> | 2012-09-30 16:33:20 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2012-09-30 16:33:20 +0000 |
commit | 6b07e038c55a6d528b0a2271ddb84413f992b3c2 (patch) | |
tree | 928fe66857fc9b6296243b21066ea2c3a26abe7c /app-text | |
parent | Use JVM signal-chaining when running JPL testsuite (diff) | |
download | gentoo-2-6b07e038c55a6d528b0a2271ddb84413f992b3c2.tar.gz gentoo-2-6b07e038c55a6d528b0a2271ddb84413f992b3c2.tar.bz2 gentoo-2-6b07e038c55a6d528b0a2271ddb84413f992b3c2.zip |
alpha/ia64/s390/sh/sparc stable wrt #428906
(Portage version: 2.1.11.16/cvs/Linux ia64)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/wdiff/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/wdiff/wdiff-1.1.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/wdiff/ChangeLog b/app-text/wdiff/ChangeLog index dd7d870c5f61..74f994ce7026 100644 --- a/app-text/wdiff/ChangeLog +++ b/app-text/wdiff/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/wdiff # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.78 2012/09/25 15:52:27 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.79 2012/09/30 16:33:20 armin76 Exp $ + + 30 Sep 2012; Raúl Porcel <armin76@gentoo.org> wdiff-1.1.2.ebuild: + alpha/ia64/s390/sh/sparc stable wrt #428906 25 Sep 2012; Jeroen Roovers <jer@gentoo.org> wdiff-1.1.2.ebuild: Fix hang in test suite when an incompatible screenrc is found. diff --git a/app-text/wdiff/wdiff-1.1.2.ebuild b/app-text/wdiff/wdiff-1.1.2.ebuild index c84733b916e6..db86f847e008 100644 --- a/app-text/wdiff/wdiff-1.1.2.ebuild +++ b/app-text/wdiff/wdiff-1.1.2.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/app-text/wdiff/wdiff-1.1.2.ebuild,v 1.7 2012/09/25 15:52:27 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-1.1.2.ebuild,v 1.8 2012/09/30 16:33:20 armin76 Exp $ EAPI=4 @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" IUSE="experimental test" RDEPEND="sys-apps/diffutils |