diff options
-rw-r--r-- | app-text/wdiff/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/wdiff/wdiff-1.1.0.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-text/wdiff/ChangeLog b/app-text/wdiff/ChangeLog index ed820aaaa6c1..ef8f2738bdff 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.66 2012/01/30 21:10:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.67 2012/02/03 17:05:54 ssuominen Exp $ + + 03 Feb 2012; Samuli Suominen <ssuominen@gentoo.org> wdiff-1.1.0.ebuild: + ppc/ppc64 stable wrt #401095 30 Jan 2012; Agostino Sarubbo <ago@gentoo.org> wdiff-1.1.0.ebuild: Stable for amd64, wrt bug #401095 diff --git a/app-text/wdiff/wdiff-1.1.0.ebuild b/app-text/wdiff/wdiff-1.1.0.ebuild index 5b933cbfd094..dc47f5feb1fa 100644 --- a/app-text/wdiff/wdiff-1.1.0.ebuild +++ b/app-text/wdiff/wdiff-1.1.0.ebuild @@ -1,8 +1,8 @@ # 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.0.ebuild,v 1.3 2012/01/30 21:10:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-1.1.0.ebuild,v 1.4 2012/02/03 17:05:54 ssuominen Exp $ -EAPI="4" +EAPI=4 DESCRIPTION="Create a diff disregarding formatting" HOMEPAGE="http://www.gnu.org/software/wdiff/" @@ -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 |