diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-01-26 09:59:52 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-01-26 09:59:52 +0000 |
commit | 4b3c12257d6d9beeaa759b89806e23701b460cad (patch) | |
tree | 1f80e777f80939481b415a53194d0c901afc3ff3 /dev-util/cdiff | |
parent | Stable for x86, wrt bug #534884 (diff) | |
download | gentoo-2-4b3c12257d6d9beeaa759b89806e23701b460cad.tar.gz gentoo-2-4b3c12257d6d9beeaa759b89806e23701b460cad.tar.bz2 gentoo-2-4b3c12257d6d9beeaa759b89806e23701b460cad.zip |
Stable for x86, wrt bug #535392
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-util/cdiff')
-rw-r--r-- | dev-util/cdiff/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/cdiff/cdiff-0.9.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/cdiff/ChangeLog b/dev-util/cdiff/ChangeLog index 8ac92679f1f3..fd863898258c 100644 --- a/dev-util/cdiff/ChangeLog +++ b/dev-util/cdiff/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/cdiff # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cdiff/ChangeLog,v 1.29 2015/01/09 13:46:31 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cdiff/ChangeLog,v 1.30 2015/01/26 09:59:52 ago Exp $ + + 26 Jan 2015; Agostino Sarubbo <ago@gentoo.org> cdiff-0.9.6.ebuild: + Stable for x86, wrt bug #535392 09 Jan 2015; Agostino Sarubbo <ago@gentoo.org> cdiff-0.9.6.ebuild: Stable for amd64, wrt bug #535392 diff --git a/dev-util/cdiff/cdiff-0.9.6.ebuild b/dev-util/cdiff/cdiff-0.9.6.ebuild index c84598ee994e..be8df8ff268e 100644 --- a/dev-util/cdiff/cdiff-0.9.6.ebuild +++ b/dev-util/cdiff/cdiff-0.9.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cdiff/cdiff-0.9.6.ebuild,v 1.2 2015/01/09 13:46:31 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cdiff/cdiff-0.9.6.ebuild,v 1.3 2015/01/26 09:59:52 ago Exp $ EAPI="5" @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) 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="" |