diff options
author | Vlastimil Babka <caster@gentoo.org> | 2008-10-05 20:02:02 +0000 |
---|---|---|
committer | Vlastimil Babka <caster@gentoo.org> | 2008-10-05 20:02:02 +0000 |
commit | 4ac63f4002f594ab5e176cd0466c3c9cf9eb4916 (patch) | |
tree | 6568c85fdaf5bdcbbb1d93eaaccf039c94afa56e /app-office/taskcoach | |
parent | Marked ~hppa (bug #237202). (diff) | |
download | gentoo-2-4ac63f4002f594ab5e176cd0466c3c9cf9eb4916.tar.gz gentoo-2-4ac63f4002f594ab5e176cd0466c3c9cf9eb4916.tar.bz2 gentoo-2-4ac63f4002f594ab5e176cd0466c3c9cf9eb4916.zip |
Put wxpython also to DEPEND, bug #240099.
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1-perfctr x86_64)
Diffstat (limited to 'app-office/taskcoach')
-rw-r--r-- | app-office/taskcoach/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/taskcoach/taskcoach-0.70.3.ebuild | 6 | ||||
-rw-r--r-- | app-office/taskcoach/taskcoach-0.70.4.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/app-office/taskcoach/ChangeLog b/app-office/taskcoach/ChangeLog index ee8d82a4c2ce..54dae92a2cf8 100644 --- a/app-office/taskcoach/ChangeLog +++ b/app-office/taskcoach/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/taskcoach # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/ChangeLog,v 1.11 2008/09/30 09:48:21 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/ChangeLog,v 1.12 2008/10/05 20:02:02 caster Exp $ + + 05 Oct 2008; Vlastimil Babka <caster@gentoo.org> taskcoach-0.70.3.ebuild, + taskcoach-0.70.4.ebuild: + Put wxpython also to DEPEND, bug #240099. *taskcoach-0.70.4 (30 Sep 2008) diff --git a/app-office/taskcoach/taskcoach-0.70.3.ebuild b/app-office/taskcoach/taskcoach-0.70.3.ebuild index 7f0839851fc3..389f56a92c70 100644 --- a/app-office/taskcoach/taskcoach-0.70.3.ebuild +++ b/app-office/taskcoach/taskcoach-0.70.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/taskcoach-0.70.3.ebuild,v 1.1 2008/08/17 22:15:30 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/taskcoach-0.70.3.ebuild,v 1.2 2008/10/05 20:02:02 caster Exp $ inherit distutils eutils @@ -14,9 +14,9 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND=">=dev-lang/python-2.4" -RDEPEND="${DEPEND} +DEPEND=">=dev-lang/python-2.4 =dev-python/wxpython-2.8*" +RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_P}" diff --git a/app-office/taskcoach/taskcoach-0.70.4.ebuild b/app-office/taskcoach/taskcoach-0.70.4.ebuild index 1bc9ee751c59..9f86619bd468 100644 --- a/app-office/taskcoach/taskcoach-0.70.4.ebuild +++ b/app-office/taskcoach/taskcoach-0.70.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/taskcoach-0.70.4.ebuild,v 1.1 2008/09/30 09:48:21 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/taskcoach-0.70.4.ebuild,v 1.2 2008/10/05 20:02:02 caster Exp $ inherit distutils eutils @@ -14,9 +14,9 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND=">=dev-lang/python-2.4" -RDEPEND="${DEPEND} +DEPEND=">=dev-lang/python-2.4 =dev-python/wxpython-2.8*" +RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_P}" |