summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <abcd@gentoo.org>2010-03-07 21:29:36 +0000
committerJonathan Callen <abcd@gentoo.org>2010-03-07 21:29:36 +0000
commit5e32b079aae3f9567e76614b4287b9078bd73d66 (patch)
tree514184e33a3c7d00cf014775e4c42b7cb0725637 /app-editors/editra
parentAutomated update of use.local.desc (diff)
downloadgentoo-2-5e32b079aae3f9567e76614b4287b9078bd73d66.tar.gz
gentoo-2-5e32b079aae3f9567e76614b4287b9078bd73d66.tar.bz2
gentoo-2-5e32b079aae3f9567e76614b4287b9078bd73d66.zip
Move PYTHON_DEPEND before inherit(), so that the dep is actually added
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'app-editors/editra')
-rw-r--r--app-editors/editra/ChangeLog5
-rw-r--r--app-editors/editra/editra-0.5.32.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/editra/ChangeLog b/app-editors/editra/ChangeLog
index 079fcec3fad3..321c327413d4 100644
--- a/app-editors/editra/ChangeLog
+++ b/app-editors/editra/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/editra
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/editra/ChangeLog,v 1.11 2010/03/06 04:36:24 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/editra/ChangeLog,v 1.12 2010/03/07 21:29:36 abcd Exp $
+
+ 07 Mar 2010; Jonathan Callen <abcd@gentoo.org> editra-0.5.32.ebuild:
+ Move PYTHON_DEPEND before inherit(), so that the dep is actually added
06 Mar 2010; Ryan Hill <dirtyepic@gentoo.org> -editra-0.5.05.ebuild,
-editra-0.5.15.ebuild, -editra-0.5.25.ebuild, editra-0.5.32.ebuild:
diff --git a/app-editors/editra/editra-0.5.32.ebuild b/app-editors/editra/editra-0.5.32.ebuild
index 6b510a72e760..03aae94c23dc 100644
--- a/app-editors/editra/editra-0.5.32.ebuild
+++ b/app-editors/editra/editra-0.5.32.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/app-editors/editra/editra-0.5.32.ebuild,v 1.3 2010/03/06 04:36:24 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/editra/editra-0.5.32.ebuild,v 1.4 2010/03/07 21:29:36 abcd Exp $
EAPI=2
SUPPORT_PYTHON_ABIS=1
+PYTHON_DEPEND="2:2.4"
inherit distutils eutils fdo-mime python
@@ -24,7 +25,6 @@ DEPEND=">=dev-python/wxpython-2.8.9.2:2.8
RDEPEND="${DEPEND}
spell? ( dev-python/pyenchant )"
-PYTHON_DEPEND="2:2.4"
RESTRICT_PYTHON_ABIS="3.*"
S="${WORKDIR}"/${MY_PN}-${PV}