diff options
author | Jonathan Callen <abcd@gentoo.org> | 2010-03-08 00:47:47 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2010-03-08 00:47:47 +0000 |
commit | 0857a518311dc7f3ca965b315daf858625ec7fee (patch) | |
tree | 36a5f33b854819e9a6eb3987cc4e58eb442b3827 /app-dicts | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-0857a518311dc7f3ca965b315daf858625ec7fee.tar.gz gentoo-2-0857a518311dc7f3ca965b315daf858625ec7fee.tar.bz2 gentoo-2-0857a518311dc7f3ca965b315daf858625ec7fee.zip |
Move PYTHON_DEPEND before inherit(), so that the dep is actually added
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/opendict/ChangeLog | 5 | ||||
-rw-r--r-- | app-dicts/opendict/opendict-0.6.3.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-dicts/opendict/ChangeLog b/app-dicts/opendict/ChangeLog index f3b27a593274..e9875c92d9fd 100644 --- a/app-dicts/opendict/ChangeLog +++ b/app-dicts/opendict/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-dicts/opendict # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/ChangeLog,v 1.18 2010/03/06 04:26:28 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/ChangeLog,v 1.19 2010/03/08 00:47:47 abcd Exp $ + + 08 Mar 2010; Jonathan Callen <abcd@gentoo.org> opendict-0.6.3.ebuild: + Move PYTHON_DEPEND before inherit(), so that the dep is actually added 06 Mar 2010; Ryan Hill <dirtyepic@gentoo.org> opendict-0.6.3.ebuild: Drop use of deprecated python.eclass functions. diff --git a/app-dicts/opendict/opendict-0.6.3.ebuild b/app-dicts/opendict/opendict-0.6.3.ebuild index 1f8b338e132e..9ca137004d4d 100644 --- a/app-dicts/opendict/opendict-0.6.3.ebuild +++ b/app-dicts/opendict/opendict-0.6.3.ebuild @@ -1,9 +1,11 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/opendict-0.6.3.ebuild,v 1.2 2010/03/06 04:26:28 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/opendict-0.6.3.ebuild,v 1.3 2010/03/08 00:47:47 abcd Exp $ EAPI=2 +PYTHON_DEPEND="2" + inherit eutils gnome2 python DESCRIPTION="OpenDict is a free cross-platform dictionary program." @@ -17,8 +19,6 @@ IUSE="" RDEPEND="dev-python/wxpython:2.8 dev-python/pyxml" -PYTHON_DEPEND="2" - src_prepare() { sed -e "s:), '..')):), '../../../../..', 'share', 'opendict')):g" \ -i "${S}/lib/info.py" |