diff options
author | Jesus Rivero <neurogeek@gentoo.org> | 2009-07-22 00:32:48 +0000 |
---|---|---|
committer | Jesus Rivero <neurogeek@gentoo.org> | 2009-07-22 00:32:48 +0000 |
commit | 8e5cc4638aa7da731727a52c21bdb2c7e4df471c (patch) | |
tree | ab1f08a9dcdb023bf2b39836cda70e85a5472689 /dev-python/genshi/genshi-0.5.1.ebuild | |
parent | Copy 1.6.3 to 1.6.3-r10 without changes. Disable KDE support in 1.6.3 to allo... (diff) | |
download | gentoo-2-8e5cc4638aa7da731727a52c21bdb2c7e4df471c.tar.gz gentoo-2-8e5cc4638aa7da731727a52c21bdb2c7e4df471c.tar.bz2 gentoo-2-8e5cc4638aa7da731727a52c21bdb2c7e4df471c.zip |
Fixed tests. Closes bug #276299
(Portage version: 2.2_rc23/cvs/Linux i686)
Diffstat (limited to 'dev-python/genshi/genshi-0.5.1.ebuild')
-rw-r--r-- | dev-python/genshi/genshi-0.5.1.ebuild | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/dev-python/genshi/genshi-0.5.1.ebuild b/dev-python/genshi/genshi-0.5.1.ebuild index d27bf20978a8..5477ee14ba72 100644 --- a/dev-python/genshi/genshi-0.5.1.ebuild +++ b/dev-python/genshi/genshi-0.5.1.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/genshi/genshi-0.5.1.ebuild,v 1.5 2008/11/16 17:46:16 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/genshi/genshi-0.5.1.ebuild,v 1.6 2009/07/22 00:32:48 neurogeek Exp $ +EAPI="2" NEED_PYTHON=2.3 inherit distutils @@ -17,10 +18,14 @@ KEYWORDS="amd64 ppc ~ppc64 ~sparc x86" IUSE="doc examples" DEPEND="dev-python/setuptools" -RDEPEND="${DEPEND}" +RDEPEND="" S="${WORKDIR}/${MY_P}" +src_prepare(){ + epatch "${FILESDIR}/${P}_test_fix.patch" +} + src_install() { distutils_src_install |