diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2013-01-23 02:17:57 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2013-01-23 02:17:57 +0000 |
commit | 1feead9636cbd6562b64580d149ae496caba8613 (patch) | |
tree | c6c56c781e62c04efe0d0283396b7015b5bc8e45 | |
parent | Stable bump. (diff) | |
download | gentoo-2-1feead9636cbd6562b64580d149ae496caba8613.tar.gz gentoo-2-1feead9636cbd6562b64580d149ae496caba8613.tar.bz2 gentoo-2-1feead9636cbd6562b64580d149ae496caba8613.zip |
added ~arm and ~amd64-linux
(Portage version: 2.2.0_alpha159/cvs/Linux x86_64, signed Manifest commit with key C2000586)
-rw-r--r-- | dev-util/cwdiff/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/cwdiff/cwdiff-0.2.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/cwdiff/ChangeLog b/dev-util/cwdiff/ChangeLog index 40c79bf84cea..1d3176e00f6c 100644 --- a/dev-util/cwdiff/ChangeLog +++ b/dev-util/cwdiff/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/cwdiff -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cwdiff/ChangeLog,v 1.2 2012/12/22 00:29:07 ottxor Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cwdiff/ChangeLog,v 1.3 2013/01/23 02:17:57 ottxor Exp $ + + 23 Jan 2013; Christoph Junghans <ottxor@gentoo.org> cwdiff-0.2.3.ebuild: + added ~arm and ~amd64-linux *cwdiff-0.2.3 (22 Dec 2012) diff --git a/dev-util/cwdiff/cwdiff-0.2.3.ebuild b/dev-util/cwdiff/cwdiff-0.2.3.ebuild index 9c4e60bc933f..f909bf58a234 100644 --- a/dev-util/cwdiff/cwdiff-0.2.3.ebuild +++ b/dev-util/cwdiff/cwdiff-0.2.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cwdiff/cwdiff-0.2.3.ebuild,v 1.1 2012/12/22 00:29:07 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cwdiff/cwdiff-0.2.3.ebuild,v 1.2 2013/01/23 02:17:57 ottxor Exp $ EAPI=4 @@ -11,7 +11,7 @@ RESTRICT="primaryuri" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86 ~x86-macos" +KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-macos" IUSE="a2ps mercurial" DEPEND="" |