diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2014-03-13 20:16:46 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2014-03-13 20:16:46 +0000 |
commit | 9bdcbb84b5125cb1227d08a233b766b1ca7c6d94 (patch) | |
tree | f40c9bcb8683c44351807ddab7ba9d76067c0b61 /app-text | |
parent | added ~x64-macos (tested by me) (diff) | |
download | gentoo-2-9bdcbb84b5125cb1227d08a233b766b1ca7c6d94.tar.gz gentoo-2-9bdcbb84b5125cb1227d08a233b766b1ca7c6d94.tar.bz2 gentoo-2-9bdcbb84b5125cb1227d08a233b766b1ca7c6d94.zip |
added ~x64-macos (tested by me)
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/wdiff/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/wdiff/wdiff-1.2.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-text/wdiff/ChangeLog b/app-text/wdiff/ChangeLog index 47c8afd31898..11aee68fca06 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.94 2013/10/10 09:59:31 jlec Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.95 2014/03/13 20:16:46 ottxor Exp $ + + 13 Mar 2014; Christoph Junghans <ottxor@gentoo.org> wdiff-1.2.1.ebuild: + added ~x64-macos (tested by me) 10 Oct 2013; Justin Lecher <jlec@gentoo.org> -wdiff-1.1.2.ebuild: Drop old diff --git a/app-text/wdiff/wdiff-1.2.1.ebuild b/app-text/wdiff/wdiff-1.2.1.ebuild index bfd4786d0cd7..e375b3e627f2 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 +# Copyright 1999-2014 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.13 2013/06/09 15:59:43 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-1.2.1.ebuild,v 1.14 2014/03/13 20:16:46 ottxor 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 ~x64-macos ~x86-macos ~sparc-solaris" IUSE="experimental test" RDEPEND=" |