diff options
author | Markus Meier <maekke@gentoo.org> | 2013-05-09 12:22:11 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2013-05-09 12:22:11 +0000 |
commit | e19806a13739a2836dd80dde8d2a86576590b0db (patch) | |
tree | 3a0a3141b6bbea96f7985a6413e37b34a67e9aaf /dev-python/cffi | |
parent | add ~arm, bug #462506 (diff) | |
download | gentoo-2-e19806a13739a2836dd80dde8d2a86576590b0db.tar.gz gentoo-2-e19806a13739a2836dd80dde8d2a86576590b0db.tar.bz2 gentoo-2-e19806a13739a2836dd80dde8d2a86576590b0db.zip |
add ~arm, bug #462506
(Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-python/cffi')
-rw-r--r-- | dev-python/cffi/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/cffi/cffi-0.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/cffi/ChangeLog b/dev-python/cffi/ChangeLog index 925ec4019bcc..8fc0411f4467 100644 --- a/dev-python/cffi/ChangeLog +++ b/dev-python/cffi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/cffi # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v 1.8 2013/05/08 16:02:21 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v 1.9 2013/05/09 12:22:11 maekke Exp $ + + 09 May 2013; Markus Meier <maekke@gentoo.org> cffi-0.6.ebuild: + add ~arm, bug #462506 08 May 2013; Ian Delaney <idella4@gentoo.org> cffi-0.5-r1.ebuild, cffi-0.6.ebuild: diff --git a/dev-python/cffi/cffi-0.6.ebuild b/dev-python/cffi/cffi-0.6.ebuild index e1f9585f71fe..8817564306fd 100644 --- a/dev-python/cffi/cffi-0.6.ebuild +++ b/dev-python/cffi/cffi-0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.6.ebuild,v 1.2 2013/05/08 16:02:21 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.6.ebuild,v 1.3 2013/05/09 12:22:11 maekke Exp $ EAPI="5" PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy1_9 ) @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~x86" IUSE="doc test" RDEPEND="virtual/libffi |