diff options
author | José María Alonso <nimiux@gentoo.org> | 2013-05-20 09:21:58 +0000 |
---|---|---|
committer | José María Alonso <nimiux@gentoo.org> | 2013-05-20 09:21:58 +0000 |
commit | f3ffc1f2e073e8b3ff658c2c3a1cf92e74063272 (patch) | |
tree | f0c9c9547c5bd48fbec3e716a2b2d71acd1fb571 /app-text/wdiff | |
parent | Update patchset to work correctly. Wrt bug#470166. (diff) | |
download | gentoo-2-f3ffc1f2e073e8b3ff658c2c3a1cf92e74063272.tar.gz gentoo-2-f3ffc1f2e073e8b3ff658c2c3a1cf92e74063272.tar.bz2 gentoo-2-f3ffc1f2e073e8b3ff658c2c3a1cf92e74063272.zip |
Stable for amd64 wrt bug #470342
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key D628E536)
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 8e18218a9856..fe57a95d09bc 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.81 2013/03/09 16:45:47 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.82 2013/05/20 09:21:58 nimiux Exp $ + + 20 May 2013; Chema Alonso <nimiux@gentoo.org> wdiff-1.2.1.ebuild: + Stable for amd64 wrt bug #470342 *wdiff-1.2.1 (09 Mar 2013) diff --git a/app-text/wdiff/wdiff-1.2.1.ebuild b/app-text/wdiff/wdiff-1.2.1.ebuild index fe6628518ca0..91a1f23e3db8 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.1 2013/03/09 16:45:47 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-1.2.1.ebuild,v 1.2 2013/05/20 09:21:58 nimiux 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 |