diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2007-06-16 22:42:07 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2007-06-16 22:42:07 +0000 |
commit | 7fbba765a974242f9b2b3abbe1d4ee510c0ba108 (patch) | |
tree | 693903f8a24e454b473d0c70876f61c79888340d /dev-python | |
parent | Remove old version. (diff) | |
download | gentoo-2-7fbba765a974242f9b2b3abbe1d4ee510c0ba108.tar.gz gentoo-2-7fbba765a974242f9b2b3abbe1d4ee510c0ba108.tar.bz2 gentoo-2-7fbba765a974242f9b2b3abbe1d4ee510c0ba108.zip |
Added the -i switch to the configure options and a DEPEND on either konsole or kdebase which was missing. Fixes bugs 132950 and 179135.
(Portage version: 2.1.2.9)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pykde/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/pykde/pykde-3.16.0.ebuild | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/dev-python/pykde/ChangeLog b/dev-python/pykde/ChangeLog index f06669730748..990bcdb73f8f 100644 --- a/dev-python/pykde/ChangeLog +++ b/dev-python/pykde/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/pykde # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pykde/ChangeLog,v 1.30 2007/04/16 08:05:01 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pykde/ChangeLog,v 1.31 2007/06/16 22:42:07 philantrop Exp $ + + 16 Jun 2007; Wulf C. Krueger <philantrop@gentoo.org> pykde-3.16.0.ebuild: + Added the -i switch to the configure options and a DEPEND on either konsole + or kdebase which was missing. Fixes bugs 132950 and 179135. 16 Apr 2007; Christian Faulhammer <opfer@gentoo.org> pykde-3.16.0.ebuild: keyworded ~amd64, bug 166411 diff --git a/dev-python/pykde/pykde-3.16.0.ebuild b/dev-python/pykde/pykde-3.16.0.ebuild index 06f910d60ac5..af52be957c2b 100644 --- a/dev-python/pykde/pykde-3.16.0.ebuild +++ b/dev-python/pykde/pykde-3.16.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pykde/pykde-3.16.0.ebuild,v 1.2 2007/04/16 08:05:01 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pykde/pykde-3.16.0.ebuild,v 1.3 2007/06/16 22:42:07 philantrop Exp $ inherit eutils distutils @@ -18,6 +18,7 @@ LICENSE="GPL-2" KEYWORDS="~amd64 ~ppc ~x86" IUSE="debug doc examples" +DEPEND="|| ( kde-base/kdebase kde-base/konsole )" RDEPEND=">=dev-python/sip-4.4.5 >=dev-python/PyQt-3.16.0 kde-base/kdelibs @@ -32,6 +33,7 @@ src_compile() { -L $(get_libdir)" use debug && myconf="${myconf} -u" + myconf="${myconf} -i" python configure.py ${myconf} emake || die |