diff options
author | Markus Meier <maekke@gentoo.org> | 2012-09-14 18:36:25 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2012-09-14 18:36:25 +0000 |
commit | 3e9219b3ed3bcc452739019655e314a22e874181 (patch) | |
tree | 1fbac9bf9442a64db55458f031438c857a05a15e | |
parent | arm stable, bug #429120 (diff) | |
download | gentoo-2-3e9219b3ed3bcc452739019655e314a22e874181.tar.gz gentoo-2-3e9219b3ed3bcc452739019655e314a22e874181.tar.bz2 gentoo-2-3e9219b3ed3bcc452739019655e314a22e874181.zip |
arm stable, bug #428906
(Portage version: 2.1.11.13/cvs/Linux x86_64)
-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 6b0198b7f188..1e51427a1188 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.73 2012/09/13 11:27:05 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.74 2012/09/14 18:36:25 maekke Exp $ + + 14 Sep 2012; Markus Meier <maekke@gentoo.org> wdiff-1.1.2.ebuild: + arm stable, bug #428906 13 Sep 2012; Agostino Sarubbo <ago@gentoo.org> wdiff-1.1.2.ebuild: Stable for amd64, wrt bug #428906 diff --git a/app-text/wdiff/wdiff-1.1.2.ebuild b/app-text/wdiff/wdiff-1.1.2.ebuild index d795f878d824..8eb69bbae453 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.2 2012/09/13 11:27:05 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-1.1.2.ebuild,v 1.3 2012/09/14 18:36:25 maekke 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 |