diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2012-01-06 02:04:50 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2012-01-06 02:04:50 +0000 |
commit | b32a0a5bb0bba43a84d24afa658b6df46daf6568 (patch) | |
tree | d00dba37538c9bfdb110063cf290b44fad288e4c /app-text/wdiff | |
parent | Version bump and misc fixes (#397525). (diff) | |
download | gentoo-2-b32a0a5bb0bba43a84d24afa658b6df46daf6568.tar.gz gentoo-2-b32a0a5bb0bba43a84d24afa658b6df46daf6568.tar.bz2 gentoo-2-b32a0a5bb0bba43a84d24afa658b6df46daf6568.zip |
keyword ~x86-macos
(Portage version: 2.2.0_alpha84/cvs/Linux i686)
Diffstat (limited to 'app-text/wdiff')
-rw-r--r-- | app-text/wdiff/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/wdiff/wdiff-1.1.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-text/wdiff/ChangeLog b/app-text/wdiff/ChangeLog index 6cff5fb3f270..e2d4ed2356bb 100644 --- a/app-text/wdiff/ChangeLog +++ b/app-text/wdiff/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/wdiff -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.64 2011/11/21 08:10:11 radhermit Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.65 2012/01/06 02:04:50 ottxor Exp $ + + 06 Jan 2012; Christoph Junghans <ottxor@gentoo.org> wdiff-1.1.0.ebuild: + keyword ~x86-macos 21 Nov 2011; Tim Harder <radhermit@gentoo.org> wdiff-1.0.1.ebuild: Add dependency on screen for testsuite (bug #390737). diff --git a/app-text/wdiff/wdiff-1.1.0.ebuild b/app-text/wdiff/wdiff-1.1.0.ebuild index 62a9163f3837..a793ab9a8e7a 100644 --- a/app-text/wdiff/wdiff-1.1.0.ebuild +++ b/app-text/wdiff/wdiff-1.1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# 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.1 2011/11/21 08:07:28 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-1.1.0.ebuild,v 1.2 2012/01/06 02:04:50 ottxor 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 ~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 |