diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-05-20 17:56:33 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-05-20 17:56:33 +0000 |
commit | 52db8ea8309a8a01201e8149ddc6c68ad0f16622 (patch) | |
tree | d1a7a3d81cfd5bcf059133768a97f0bb47cdf061 /app-text/wdiff | |
parent | Stable for s390, wrt bug #455872 (diff) | |
download | gentoo-2-52db8ea8309a8a01201e8149ddc6c68ad0f16622.tar.gz gentoo-2-52db8ea8309a8a01201e8149ddc6c68ad0f16622.tar.bz2 gentoo-2-52db8ea8309a8a01201e8149ddc6c68ad0f16622.zip |
Stable for s390, wrt bug #470342
(Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="s390", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-text/wdiff')
-rw-r--r-- | app-text/wdiff/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/wdiff/wdiff-1.2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/wdiff/ChangeLog b/app-text/wdiff/ChangeLog index 5dda751b568d..f7ab95d7f9ff 100644 --- a/app-text/wdiff/ChangeLog +++ b/app-text/wdiff/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/wdiff # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.84 2013/05/20 17:21:36 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.85 2013/05/20 17:56:33 ago Exp $ + + 20 May 2013; Agostino Sarubbo <ago@gentoo.org> wdiff-1.2.1.ebuild: + Stable for s390, wrt bug #470342 20 May 2013; Agostino Sarubbo <ago@gentoo.org> wdiff-1.2.1.ebuild: Stable for arm, wrt bug #470342 diff --git a/app-text/wdiff/wdiff-1.2.1.ebuild b/app-text/wdiff/wdiff-1.2.1.ebuild index 70b7b029143d..be580120cddd 100644 --- a/app-text/wdiff/wdiff-1.2.1.ebuild +++ b/app-text/wdiff/wdiff-1.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-1.2.1.ebuild,v 1.4 2013/05/20 17:21:36 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-1.2.1.ebuild,v 1.5 2013/05/20 17:56:33 ago Exp $ EAPI=5 @@ -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 |