diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-01-14 13:52:18 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-01-14 13:52:18 +0000 |
commit | b47c18108a4a555851235ebd6ed107d1c933d83e (patch) | |
tree | 7915c21f04d1f9cbb58eb4062451e98da8057652 /dev-util/cdiff | |
parent | Stable for x86, wrt bug #495658 (diff) | |
download | gentoo-2-b47c18108a4a555851235ebd6ed107d1c933d83e.tar.gz gentoo-2-b47c18108a4a555851235ebd6ed107d1c933d83e.tar.bz2 gentoo-2-b47c18108a4a555851235ebd6ed107d1c933d83e.zip |
Stable for x86, wrt bug #495660
(Portage version: 2.2.7/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.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/cdiff/ChangeLog b/dev-util/cdiff/ChangeLog index 36a903b171e1..0533aab3cb11 100644 --- a/dev-util/cdiff/ChangeLog +++ b/dev-util/cdiff/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/cdiff # 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cdiff/ChangeLog,v 1.25 2014/01/14 13:52:18 ago Exp $ + + 14 Jan 2014; Agostino Sarubbo <ago@gentoo.org> cdiff-0.9.3.ebuild: + Stable for x86, wrt bug #495660 12 Jan 2014; Pacho Ramos <pacho@gentoo.org> cdiff-0.9.3.ebuild: amd64 stable, bug #495660 diff --git a/dev-util/cdiff/cdiff-0.9.3.ebuild b/dev-util/cdiff/cdiff-0.9.3.ebuild index 4846b65cebee..d04664b4781b 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-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.4 2014/01/12 20:26:35 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cdiff/cdiff-0.9.3.ebuild,v 1.5 2014/01/14 13:52:18 ago 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="" |