diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-01-12 20:26:35 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-01-12 20:26:35 +0000 |
commit | 5720e4f6fb5d46d9e105c7c7c48ae9bb3f9e4b68 (patch) | |
tree | 1e2bc98acfd2d2a8ef8433a227d7431a19671a8e /dev-util | |
parent | amd64 stable, bug #495866 (diff) | |
download | gentoo-2-5720e4f6fb5d46d9e105c7c7c48ae9bb3f9e4b68.tar.gz gentoo-2-5720e4f6fb5d46d9e105c7c7c48ae9bb3f9e4b68.tar.bz2 gentoo-2-5720e4f6fb5d46d9e105c7c7c48ae9bb3f9e4b68.zip |
amd64 stable, bug #495660
(Portage version: 2.2.8/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/cdiff/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/cdiff/cdiff-0.9.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/cdiff/ChangeLog b/dev-util/cdiff/ChangeLog index a01d9277ca46..36a903b171e1 100644 --- a/dev-util/cdiff/ChangeLog +++ b/dev-util/cdiff/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/cdiff -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cdiff/ChangeLog,v 1.23 2013/11/10 15:03:54 tomwij Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cdiff/ChangeLog,v 1.24 2014/01/12 20:26:35 pacho Exp $ + + 12 Jan 2014; Pacho Ramos <pacho@gentoo.org> cdiff-0.9.3.ebuild: + amd64 stable, bug #495660 10 Nov 2013; Tom Wijsman <TomWij@gentoo.org> cdiff-0.9.2.ebuild, cdiff-0.9.3.ebuild, cdiff-9999.ebuild: diff --git a/dev-util/cdiff/cdiff-0.9.3.ebuild b/dev-util/cdiff/cdiff-0.9.3.ebuild index 2b7256a916f0..4846b65cebee 100644 --- a/dev-util/cdiff/cdiff-0.9.3.ebuild +++ b/dev-util/cdiff/cdiff-0.9.3.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/dev-util/cdiff/cdiff-0.9.3.ebuild,v 1.3 2013/11/10 15:03:54 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cdiff/cdiff-0.9.3.ebuild,v 1.4 2014/01/12 20:26:35 pacho Exp $ EAPI="5" @@ -10,7 +10,7 @@ DOCS=( CHANGES README.rst ) inherit distutils-r1 if [[ "${PV}" != *"9999"* ]] ; then - KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" else KEYWORDS="" |