diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-08-07 09:30:32 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-08-07 09:30:32 +0000 |
commit | 5746ef5b8a0bb143c5351ccc52acfb44835e6833 (patch) | |
tree | 68a458a4ee28052444b7be513aff2e24c9c57884 /dev-python/pyh2o | |
parent | Stable on arm, wrt bug #479720 (diff) | |
download | gentoo-2-5746ef5b8a0bb143c5351ccc52acfb44835e6833.tar.gz gentoo-2-5746ef5b8a0bb143c5351ccc52acfb44835e6833.tar.bz2 gentoo-2-5746ef5b8a0bb143c5351ccc52acfb44835e6833.zip |
Add the missing dep, and enable pypy2.0.
(Portage version: 2.2.0_alpha194/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
Diffstat (limited to 'dev-python/pyh2o')
-rw-r--r-- | dev-python/pyh2o/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/pyh2o/pyh2o-9999.ebuild | 9 |
2 files changed, 11 insertions, 5 deletions
diff --git a/dev-python/pyh2o/ChangeLog b/dev-python/pyh2o/ChangeLog index 5b339a1cd1d1..2a8c23ec9f2d 100644 --- a/dev-python/pyh2o/ChangeLog +++ b/dev-python/pyh2o/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pyh2o -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyh2o/ChangeLog,v 1.2 2012/12/17 19:58:35 mgorny Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyh2o/ChangeLog,v 1.3 2013/08/07 09:30:32 mgorny Exp $ + + 07 Aug 2013; Michał Górny <mgorny@gentoo.org> pyh2o-9999.ebuild: + Add the missing dep, and enable pypy2.0. 17 Dec 2012; Michał Górny <mgorny@gentoo.org> pyh2o-9999.ebuild: Bump to EAPI=5 to make Paludis happy, bug #447524. diff --git a/dev-python/pyh2o/pyh2o-9999.ebuild b/dev-python/pyh2o/pyh2o-9999.ebuild index 3f50bd7802a7..672c8a795ef4 100644 --- a/dev-python/pyh2o/pyh2o-9999.ebuild +++ b/dev-python/pyh2o/pyh2o-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyh2o/pyh2o-9999.ebuild,v 1.2 2012/12/17 19:58:35 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyh2o/pyh2o-9999.ebuild,v 1.3 2013/08/07 09:30:32 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9} ) +PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9,2_0} ) inherit distutils-r1 @@ -23,6 +23,9 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" +RDEPEND=">=sci-libs/libh2o-0.2.1" +DEPEND="${RDEPEND}" + #if LIVE KEYWORDS= SRC_URI= |