diff options
author | 2014-05-08 21:46:43 +0000 | |
---|---|---|
committer | 2014-05-08 21:46:43 +0000 | |
commit | 766bfdec3a418352cfa43faba91e4eaa0a992bce (patch) | |
tree | e773d4a2ea9363b7cdcc6b98aa23363762f73961 /dev-python/cffi/cffi-0.8.2.ebuild | |
parent | Version bump, drop old (diff) | |
download | gentoo-2-766bfdec3a418352cfa43faba91e4eaa0a992bce.tar.gz gentoo-2-766bfdec3a418352cfa43faba91e4eaa0a992bce.tar.bz2 gentoo-2-766bfdec3a418352cfa43faba91e4eaa0a992bce.zip |
Add a subslot since upstream requires rebuilding all reverse dependencies (well, regenerating the module cache but in our case it is done during the build) on cffi updates. Bug #506552.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-python/cffi/cffi-0.8.2.ebuild')
-rw-r--r-- | dev-python/cffi/cffi-0.8.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/cffi/cffi-0.8.2.ebuild b/dev-python/cffi/cffi-0.8.2.ebuild index 2580c1a3aaea..a4d5eb337720 100644 --- a/dev-python/cffi/cffi-0.8.2.ebuild +++ b/dev-python/cffi/cffi-0.8.2.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.2.ebuild,v 1.4 2014/04/09 02:33:49 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.2.ebuild,v 1.5 2014/05/08 21:46:43 mgorny Exp $ EAPI="5" PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 ) @@ -12,7 +12,7 @@ HOMEPAGE="http://cffi.readthedocs.org/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" -SLOT="0" +SLOT="0/${PV}" KEYWORDS="~amd64 ~arm ~hppa ~mips ~x86 ~x86-fbsd" IUSE="doc" |