diff options
author | Ulrich Müller <ulm@gentoo.org> | 2011-04-05 05:12:47 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2011-04-05 05:12:47 +0000 |
commit | b2408eb33ebd8cf2a0e5f7ea682559cd6c4a527b (patch) | |
tree | 6bba609be828390689be445ab96c3da257147d4e /app-dicts | |
parent | Depend on dev-lang/python because virtual/python will go away, bug 358849. (diff) | |
download | gentoo-2-b2408eb33ebd8cf2a0e5f7ea682559cd6c4a527b.tar.gz gentoo-2-b2408eb33ebd8cf2a0e5f7ea682559cd6c4a527b.tar.bz2 gentoo-2-b2408eb33ebd8cf2a0e5f7ea682559cd6c4a527b.zip |
Depend on dev-lang/python because virtual/python will go away, bug 358849.
(Portage version: 2.1.9.45/cvs/Linux x86_64)
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/opendict/ChangeLog | 7 | ||||
-rw-r--r-- | app-dicts/opendict/opendict-0.6.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-dicts/opendict/ChangeLog b/app-dicts/opendict/ChangeLog index 9bc9fe7d226b..0529daf966e4 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.21 2010/05/31 16:13:33 arfrever Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/ChangeLog,v 1.22 2011/04/05 05:12:47 ulm Exp $ + + 05 Apr 2011; Ulrich Mueller <ulm@gentoo.org> opendict-0.6.1.ebuild: + Depend on dev-lang/python because virtual/python will go away, bug 358849. 31 May 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> opendict-0.6.1.ebuild: diff --git a/app-dicts/opendict/opendict-0.6.1.ebuild b/app-dicts/opendict/opendict-0.6.1.ebuild index 5f9abd552358..f4034d739acb 100644 --- a/app-dicts/opendict/opendict-0.6.1.ebuild +++ b/app-dicts/opendict/opendict-0.6.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/opendict-0.6.1.ebuild,v 1.8 2010/05/31 16:13:33 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/opendict-0.6.1.ebuild,v 1.9 2011/04/05 05:12:47 ulm Exp $ inherit eutils python gnome2 @@ -12,7 +12,7 @@ SLOT="0" KEYWORDS="ppc x86" IUSE="" # DEPEND=">=sys-devel/gettext-0.14" # currently no xgettext run -RDEPEND=">=virtual/python-2.3 +RDEPEND=">=dev-lang/python-2.3 =dev-python/wxpython-2.6* dev-python/pyxml" S="${WORKDIR}/OpenDict-${PV}" |