diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-03-03 01:47:08 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-03-03 01:47:08 +0000 |
commit | 5884e424102baa52010b4161bc2ce619c91f61ef (patch) | |
tree | 8ce0ead169cff54203fdeac049b8585f8303d0ff /dev-python | |
parent | Marked ~hppa (bug #503094). (diff) | |
download | gentoo-2-5884e424102baa52010b4161bc2ce619c91f61ef.tar.gz gentoo-2-5884e424102baa52010b4161bc2ce619c91f61ef.tar.bz2 gentoo-2-5884e424102baa52010b4161bc2ce619c91f61ef.zip |
Marked ~hppa (bug #503094).
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/cffi/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/cffi/cffi-0.8.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/cffi/ChangeLog b/dev-python/cffi/ChangeLog index af1fcf007e1c..4de9030abfcc 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.20 2014/03/02 23:06:32 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v 1.21 2014/03/03 01:47:08 jer Exp $ + + 03 Mar 2014; Jeroen Roovers <jer@gentoo.org> cffi-0.8.1.ebuild: + Marked ~hppa (bug #503094). 02 Mar 2014; Pacho Ramos <pacho@gentoo.org> cffi-0.8.1.ebuild: amd64 stable, bug #502774 diff --git a/dev-python/cffi/cffi-0.8.1.ebuild b/dev-python/cffi/cffi-0.8.1.ebuild index 80c7d1e884a6..a4f51ea073e9 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.2 2014/03/02 23:06:32 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.1.ebuild,v 1.3 2014/03/03 01:47:08 jer Exp $ EAPI="5" PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm ~hppa ~x86" IUSE="doc test" RDEPEND="virtual/libffi |