diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-05-05 18:13:35 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-05-05 18:13:35 +0000 |
commit | e7581c99e22cec7ba0eb384385f55ac9ad44260f (patch) | |
tree | 1866a536b59ac110637b6856f03c72e564361d84 /dev-python | |
parent | Version Bump (diff) | |
download | gentoo-2-e7581c99e22cec7ba0eb384385f55ac9ad44260f.tar.gz gentoo-2-e7581c99e22cec7ba0eb384385f55ac9ad44260f.tar.bz2 gentoo-2-e7581c99e22cec7ba0eb384385f55ac9ad44260f.zip |
Stable on amd64. Bug #548530.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/cffi/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/cffi/cffi-0.9.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/cffi/ChangeLog b/dev-python/cffi/ChangeLog index a7791b5cd016..83f3996b0abb 100644 --- a/dev-python/cffi/ChangeLog +++ b/dev-python/cffi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/cffi # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v 1.55 2015/05/04 13:32:50 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v 1.56 2015/05/05 18:13:35 blueness Exp $ + + 05 May 2015; Anthony G. Basile <blueness@gentoo.org> cffi-0.9.2.ebuild: + Stable on amd64. Bug #548530. 04 May 2015; Anthony G. Basile <blueness@gentoo.org> cffi-0.9.2.ebuild: Stable on arm and ppc. Bug #548530. diff --git a/dev-python/cffi/cffi-0.9.2.ebuild b/dev-python/cffi/cffi-0.9.2.ebuild index 1b6d7080d224..35a073bd8f27 100644 --- a/dev-python/cffi/cffi-0.9.2.ebuild +++ b/dev-python/cffi/cffi-0.9.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.9.2.ebuild,v 1.6 2015/05/04 13:32:50 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.9.2.ebuild,v 1.7 2015/05/05 18:13:35 blueness Exp $ EAPI="5" PYTHON_COMPAT=( python{2_7,3_3,3_4} ) @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0/${PV}" -KEYWORDS="~amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris" +KEYWORDS="amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~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 |