diff options
author | 2013-12-07 19:14:46 +0000 | |
---|---|---|
committer | 2013-12-07 19:14:46 +0000 | |
commit | 3990ccc0b845c14c23c534671cd26264d4f7dce1 (patch) | |
tree | 4aae74214e0fc5d67de4dcfeec4c076764611af1 /dev-python | |
parent | x86 stable, bug #488738 (diff) | |
download | gentoo-2-3990ccc0b845c14c23c534671cd26264d4f7dce1.tar.gz gentoo-2-3990ccc0b845c14c23c534671cd26264d4f7dce1.tar.bz2 gentoo-2-3990ccc0b845c14c23c534671cd26264d4f7dce1.zip |
x86 stable, bug #488738
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/cffi/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/cffi/cffi-0.7.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/cffi/ChangeLog b/dev-python/cffi/ChangeLog index c26d7907118b..43f61fb90f44 100644 --- a/dev-python/cffi/ChangeLog +++ b/dev-python/cffi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/cffi # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v 1.18 2013/12/06 06:16:18 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v 1.19 2013/12/07 19:14:46 pacho Exp $ + + 07 Dec 2013; Pacho Ramos <pacho@gentoo.org> cffi-0.7.2.ebuild: + x86 stable, bug #488738 *cffi-0.8.1 (06 Dec 2013) diff --git a/dev-python/cffi/cffi-0.7.2.ebuild b/dev-python/cffi/cffi-0.7.2.ebuild index bc3b6c9b9b5c..59299d380480 100644 --- a/dev-python/cffi/cffi-0.7.2.ebuild +++ b/dev-python/cffi/cffi-0.7.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.7.2.ebuild,v 1.5 2013/11/30 04:04:46 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.7.2.ebuild,v 1.6 2013/12/07 19:14:46 pacho Exp $ EAPI="5" PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" IUSE="doc test" RDEPEND="virtual/libffi |