diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-05-08 21:46:43 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-05-08 21:46:43 +0000 |
commit | 766bfdec3a418352cfa43faba91e4eaa0a992bce (patch) | |
tree | e773d4a2ea9363b7cdcc6b98aa23363762f73961 /dev-python/cffi | |
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')
-rw-r--r-- | dev-python/cffi/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/cffi/cffi-0.8.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/cffi/cffi-0.8.2.ebuild | 4 |
3 files changed, 11 insertions, 5 deletions
diff --git a/dev-python/cffi/ChangeLog b/dev-python/cffi/ChangeLog index a499a412a822..e00817077d31 100644 --- a/dev-python/cffi/ChangeLog +++ b/dev-python/cffi/ChangeLog @@ -1,6 +1,12 @@ # 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.31 2014/04/09 02:33:49 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v 1.32 2014/05/08 21:46:43 mgorny Exp $ + + 08 May 2014; Michał Górny <mgorny@gentoo.org> cffi-0.8.1.ebuild, + cffi-0.8.2.ebuild: + 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. 09 Apr 2014; Mike Gilbert <floppym@gentoo.org> cffi-0.8.1.ebuild, cffi-0.8.2.ebuild: diff --git a/dev-python/cffi/cffi-0.8.1.ebuild b/dev-python/cffi/cffi-0.8.1.ebuild index d2e4f46d8f95..9e4759f7df27 100644 --- a/dev-python/cffi/cffi-0.8.1.ebuild +++ b/dev-python/cffi/cffi-0.8.1.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.1.ebuild,v 1.10 2014/04/09 02:33:49 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.1.ebuild,v 1.11 2014/05/08 21:46:43 mgorny Exp $ EAPI="5" PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} 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" 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" |