diff options
author | 2014-12-08 11:13:23 +0000 | |
---|---|---|
committer | 2014-12-08 11:13:23 +0000 | |
commit | be228ce1b41b2139d9fe9c87d456a249e04ab5e9 (patch) | |
tree | 31a1409e861ea070987c06e9220fa6db05623093 /dev-python/cffi | |
parent | Stable for ppc64, wrt bug #530592 (diff) | |
download | gentoo-2-be228ce1b41b2139d9fe9c87d456a249e04ab5e9.tar.gz gentoo-2-be228ce1b41b2139d9fe9c87d456a249e04ab5e9.tar.bz2 gentoo-2-be228ce1b41b2139d9fe9c87d456a249e04ab5e9.zip |
Stable for ppc64, wrt bug #530592
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/cffi')
-rw-r--r-- | dev-python/cffi/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/cffi/cffi-0.8.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/cffi/ChangeLog b/dev-python/cffi/ChangeLog index f95a39b398a7..1ac40a30272b 100644 --- a/dev-python/cffi/ChangeLog +++ b/dev-python/cffi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/cffi # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v 1.42 2014/12/02 11:46:45 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v 1.43 2014/12/08 11:13:23 ago Exp $ + + 08 Dec 2014; Agostino Sarubbo <ago@gentoo.org> cffi-0.8.6.ebuild: + Stable for ppc64, wrt bug #530592 02 Dec 2014; Ian Delaney <idella4@gentoo.org> cffi-0.8.6.ebuild: clean old impl diff --git a/dev-python/cffi/cffi-0.8.6.ebuild b/dev-python/cffi/cffi-0.8.6.ebuild index dafa79f8b550..83e35b892372 100644 --- a/dev-python/cffi/cffi-0.8.6.ebuild +++ b/dev-python/cffi/cffi-0.8.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-python/cffi/cffi-0.8.6.ebuild,v 1.7 2014/12/02 11:46:45 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.6.ebuild,v 1.8 2014/12/08 11:13:23 ago Exp $ EAPI="5" PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0/${PV}" -KEYWORDS="amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris" +KEYWORDS="amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris" IUSE="doc" RDEPEND="virtual/libffi |