summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Hadaway <raker@gentoo.org>2002-09-11 15:06:40 +0000
committerNick Hadaway <raker@gentoo.org>2002-09-11 15:06:40 +0000
commitb850107cf2b925c503c9e22134c620f2ca816564 (patch)
treedddd185e224c60f201c135bc76f1e3bea46e9e6e /dev-python
parentman page fix (diff)
downloadgentoo-2-b850107cf2b925c503c9e22134c620f2ca816564.tar.gz
gentoo-2-b850107cf2b925c503c9e22134c620f2ca816564.tar.bz2
gentoo-2-b850107cf2b925c503c9e22134c620f2ca816564.zip
Tightened dependancy from wxGTK to wxGTK-2.3.2*. Added RDEPEND to stop
lintool from complaining. :)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/wxPython/ChangeLog5
-rw-r--r--dev-python/wxPython/wxPython-2.3.2.1-r2.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/wxPython/ChangeLog b/dev-python/wxPython/ChangeLog
index 83d2411201f3..c8511e1dbf9e 100644
--- a/dev-python/wxPython/ChangeLog
+++ b/dev-python/wxPython/ChangeLog
@@ -1,9 +1,12 @@
# ChangeLog for dev-python/wxPython
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wxPython/ChangeLog,v 1.6 2002/09/01 21:46:46 raker Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wxPython/ChangeLog,v 1.7 2002/09/11 15:06:40 raker Exp $
*wxPython-2.3.2.1-r2 (29 Aug 2002)
+ 11 Sep 2002; Nick Hadaway <raker@gentoo.org> wxPython-2.3.2.1-r2.ebuild :
+ tightened wxGTK dependancy to wxGTK-2.3.2*
+
01 Sep 2002; Nick Hadaway <raker@gentoo.org> wxPython-2.3.2.1-r2.ebuild :
Updated ebuild with missing ${myconf}'s
diff --git a/dev-python/wxPython/wxPython-2.3.2.1-r2.ebuild b/dev-python/wxPython/wxPython-2.3.2.1-r2.ebuild
index 7742b31f7881..e7eb317938f6 100644
--- a/dev-python/wxPython/wxPython-2.3.2.1-r2.ebuild
+++ b/dev-python/wxPython/wxPython-2.3.2.1-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wxPython/wxPython-2.3.2.1-r2.ebuild,v 1.2 2002/09/01 21:46:46 raker Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wxPython/wxPython-2.3.2.1-r2.ebuild,v 1.3 2002/09/11 15:06:40 raker Exp $
S=${WORKDIR}/${P}
@@ -11,8 +11,9 @@ HOMEPAGE="http://www.wxpython.org/"
DEPEND=">=dev-lang/python-2.1
=dev-libs/glib-1.2*
=x11-libs/gtk+-1.2*
- x11-libs/wxGTK
+ =x11-libs/wxGTK-2.3.2*
opengl? ( >=dev-python/PyOpenGL-2.0.0.44 )"
+RDEPEND="${DEPEND}"
SLOT="0"
LICENSE="LGPL-2"