diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-12-09 10:15:18 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-12-09 10:15:18 +0000 |
commit | 0a91676dc0f1ed3d2da5cffe34979eef5828377b (patch) | |
tree | e2ba92614d8359307fd2073c8146da5b98bf483e /dev-python/cffi | |
parent | Stable for HPPA (bug #530294). (diff) | |
download | gentoo-2-0a91676dc0f1ed3d2da5cffe34979eef5828377b.tar.gz gentoo-2-0a91676dc0f1ed3d2da5cffe34979eef5828377b.tar.bz2 gentoo-2-0a91676dc0f1ed3d2da5cffe34979eef5828377b.zip |
Stable for HPPA (bug #530294).
(Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
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 1ac40a30272b..661263938296 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.43 2014/12/08 11:13:23 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v 1.44 2014/12/09 10:15:18 jer Exp $ + + 09 Dec 2014; Jeroen Roovers <jer@gentoo.org> cffi-0.8.6.ebuild: + Stable for HPPA (bug #530294). 08 Dec 2014; Agostino Sarubbo <ago@gentoo.org> cffi-0.8.6.ebuild: Stable for ppc64, wrt bug #530592 diff --git a/dev-python/cffi/cffi-0.8.6.ebuild b/dev-python/cffi/cffi-0.8.6.ebuild index 83e35b892372..77e945732add 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.8 2014/12/08 11:13:23 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.6.ebuild,v 1.9 2014/12/09 10:15:18 jer 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 |