diff options
author | 2010-03-08 00:53:31 +0000 | |
---|---|---|
committer | 2010-03-08 00:53:31 +0000 | |
commit | 60c52b8d6228079bfee71851997f986cd869b019 (patch) | |
tree | 3ee661b0a175d2942d0e527204383ff171eadda2 /media-gfx/fontypython/fontypython-0.4.2.2.ebuild | |
parent | Move PYTHON_DEPEND before inherit(), so that the dep is actually added (diff) | |
download | historical-60c52b8d6228079bfee71851997f986cd869b019.tar.gz historical-60c52b8d6228079bfee71851997f986cd869b019.tar.bz2 historical-60c52b8d6228079bfee71851997f986cd869b019.zip |
Move PYTHON_DEPEND before inherit(), so that the dep is actually added
Package-Manager: portage--svn/cvs/Linux i686
Diffstat (limited to 'media-gfx/fontypython/fontypython-0.4.2.2.ebuild')
-rw-r--r-- | media-gfx/fontypython/fontypython-0.4.2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/fontypython/fontypython-0.4.2.2.ebuild b/media-gfx/fontypython/fontypython-0.4.2.2.ebuild index c0b3254a3f6d..5d731e0b4219 100644 --- a/media-gfx/fontypython/fontypython-0.4.2.2.ebuild +++ b/media-gfx/fontypython/fontypython-0.4.2.2.ebuild @@ -1,9 +1,10 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/fontypython/fontypython-0.4.2.2.ebuild,v 1.2 2010/03/05 20:54:20 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/fontypython/fontypython-0.4.2.2.ebuild,v 1.3 2010/03/08 00:53:31 abcd Exp $ EAPI=2 +PYTHON_DEPEND="2:2.6" inherit distutils multilib python DESCRIPTION="Font preview application" @@ -21,7 +22,6 @@ DEPEND="dev-python/imaging x11-libs/wxGTK:2.8[-debug]" RDEPEND="${DEPEND}" -PYTHON_DEPEND="2:2.6" PYTHON_MODNAME="fontypythonmodules" src_install() { |