diff options
author | 2014-12-16 20:42:46 +0000 | |
---|---|---|
committer | 2014-12-16 20:42:46 +0000 | |
commit | 4025c1cd86667e48d33bd5131e46bb663e8da276 (patch) | |
tree | a2e7992eaf4d673ff44e1e5ae87cbb97bcb01e17 /dev-python | |
parent | arm stable, bug #530592 (diff) | |
download | gentoo-2-4025c1cd86667e48d33bd5131e46bb663e8da276.tar.gz gentoo-2-4025c1cd86667e48d33bd5131e46bb663e8da276.tar.bz2 gentoo-2-4025c1cd86667e48d33bd5131e46bb663e8da276.zip |
arm stable, bug #530592
(Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-python')
-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 661263938296..60e735ddda0e 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.44 2014/12/09 10:15:18 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v 1.45 2014/12/16 20:42:46 maekke Exp $ + + 16 Dec 2014; Markus Meier <maekke@gentoo.org> cffi-0.8.6.ebuild: + arm stable, bug #530592 09 Dec 2014; Jeroen Roovers <jer@gentoo.org> cffi-0.8.6.ebuild: Stable for HPPA (bug #530294). diff --git a/dev-python/cffi/cffi-0.8.6.ebuild b/dev-python/cffi/cffi-0.8.6.ebuild index 77e945732add..beda6f17fe13 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.9 2014/12/09 10:15:18 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.6.ebuild,v 1.10 2014/12/16 20:42:46 maekke 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 |