diff options
author | Fabian Groffen <grobian@gentoo.org> | 2014-10-26 19:08:47 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2014-10-26 19:08:47 +0000 |
commit | 1e824d7847b5d108c38d6a749472491a35a95f3a (patch) | |
tree | f52c94ca61e9a71dd5b874fc0a14494f6a76cc98 /dev-python/cffi | |
parent | Added Prefix keywords, bug #503094 (diff) | |
download | gentoo-2-1e824d7847b5d108c38d6a749472491a35a95f3a.tar.gz gentoo-2-1e824d7847b5d108c38d6a749472491a35a95f3a.tar.bz2 gentoo-2-1e824d7847b5d108c38d6a749472491a35a95f3a.zip |
Added Prefix keywords, bug #503094
(Portage version: 2.2.14_rc1-prefix/cvs/Darwin i386, signed Manifest commit with key 0x5F75F607C5C74E89)
Diffstat (limited to 'dev-python/cffi')
-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 545200146d38..e1f80c9c51bb 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.38 2014/08/13 17:19:08 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v 1.39 2014/10/26 19:08:47 grobian Exp $ + + 26 Oct 2014; Fabian Groffen <grobian@gentoo.org> cffi-0.8.6.ebuild: + Added Prefix keywords, bug #503094 13 Aug 2014; Anthony G. Basile <blueness@gentoo.org> cffi-0.8.1.ebuild, cffi-0.8.2.ebuild, cffi-0.8.6.ebuild: diff --git a/dev-python/cffi/cffi-0.8.6.ebuild b/dev-python/cffi/cffi-0.8.6.ebuild index 50d64fcc34c6..1485e14a7aa2 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.3 2014/08/13 17:19:08 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.6.ebuild,v 1.4 2014/10/26 19:08:47 grobian Exp $ EAPI="5" PYTHON_COMPAT=( python{2_7,3_2,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" +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 |