diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2014-06-22 12:40:40 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2014-06-22 12:40:40 +0000 |
commit | d4de4bb298902538eb2f4e2f0c395c82fc45e002 (patch) | |
tree | 36a7c173afb543dfc432adad053eb9ea3539a878 /dev-python/cffi | |
parent | Keyworded on alpha, bug #503094 (diff) | |
download | gentoo-2-d4de4bb298902538eb2f4e2f0c395c82fc45e002.tar.gz gentoo-2-d4de4bb298902538eb2f4e2f0c395c82fc45e002.tar.bz2 gentoo-2-d4de4bb298902538eb2f4e2f0c395c82fc45e002.zip |
Keyworded on alpha, bug #503094
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8)
Diffstat (limited to 'dev-python/cffi')
-rw-r--r-- | dev-python/cffi/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/cffi/cffi-0.8.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/cffi/ChangeLog b/dev-python/cffi/ChangeLog index 6e674c23fec8..9229413fcafc 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.33 2014/06/08 12:06:42 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v 1.34 2014/06/22 12:40:40 klausman Exp $ + + 22 Jun 2014; Tobias Klausmann <klausman@gentoo.org> cffi-0.8.2.ebuild: + Keyworded on alpha, bug #503094 08 Jun 2014; Akinori Hattori <hattya@gentoo.org> cffi-0.8.1.ebuild, cffi-0.8.2.ebuild: diff --git a/dev-python/cffi/cffi-0.8.2.ebuild b/dev-python/cffi/cffi-0.8.2.ebuild index 99cc51833e63..9691c5a2775c 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.6 2014/06/08 12:06:42 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.2.ebuild,v 1.7 2014/06/22 12:40:40 klausman Exp $ EAPI="5" PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 ) @@ -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 ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~x86 ~x86-fbsd" IUSE="doc" RDEPEND="virtual/libffi |