diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2014-03-13 20:25:28 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2014-03-13 20:25:28 +0000 |
commit | 5101b98c78001e6393fa5e25df39185a79c1a047 (patch) | |
tree | 21100807f64da443cf99d25adffc4651c874bfdf /dev-util | |
parent | version bump (diff) | |
download | gentoo-2-5101b98c78001e6393fa5e25df39185a79c1a047.tar.gz gentoo-2-5101b98c78001e6393fa5e25df39185a79c1a047.tar.bz2 gentoo-2-5101b98c78001e6393fa5e25df39185a79c1a047.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 'dev-util')
-rw-r--r-- | dev-util/cwdiff/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/cwdiff/cwdiff-0.2.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/cwdiff/ChangeLog b/dev-util/cwdiff/ChangeLog index 3e877d60a393..21f280bd3486 100644 --- a/dev-util/cwdiff/ChangeLog +++ b/dev-util/cwdiff/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/cwdiff # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cwdiff/ChangeLog,v 1.7 2014/01/17 17:53:02 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cwdiff/ChangeLog,v 1.8 2014/03/13 20:25:28 ottxor Exp $ + + 13 Mar 2014; Christoph Junghans <ottxor@gentoo.org> cwdiff-0.2.6.ebuild: + added ~x64-macos (tested by me) *cwdiff-0.2.6 (17 Jan 2014) diff --git a/dev-util/cwdiff/cwdiff-0.2.6.ebuild b/dev-util/cwdiff/cwdiff-0.2.6.ebuild index f10c6a7fa033..ac2c9ea86519 100644 --- a/dev-util/cwdiff/cwdiff-0.2.6.ebuild +++ b/dev-util/cwdiff/cwdiff-0.2.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cwdiff/cwdiff-0.2.6.ebuild,v 1.1 2014/01/17 17:53:02 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cwdiff/cwdiff-0.2.6.ebuild,v 1.2 2014/03/13 20:25:28 ottxor Exp $ EAPI=5 @@ -11,7 +11,7 @@ RESTRICT="primaryuri" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-macos" +KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x64-macos ~x86-macos" IUSE="a2ps mercurial" DEPEND="" |