summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Cakebread <pythonhead@gentoo.org>2004-11-13 23:05:05 +0000
committerRob Cakebread <pythonhead@gentoo.org>2004-11-13 23:05:05 +0000
commitb8430ca3a5cd28b7aba0c235e98b9a5586bd4a0f (patch)
tree996e721bc7854ec62c56a474b5634c8cd31e618b /dev-python
parentmore darwin profile cleanup (diff)
downloadgentoo-2-b8430ca3a5cd28b7aba0c235e98b9a5586bd4a0f.tar.gz
gentoo-2-b8430ca3a5cd28b7aba0c235e98b9a5586bd4a0f.tar.bz2
gentoo-2-b8430ca3a5cd28b7aba0c235e98b9a5586bd4a0f.zip
Changed site_pkgs location
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/wxpython/ChangeLog6
-rw-r--r--dev-python/wxpython/wxpython-2.5.3.1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/wxpython/ChangeLog b/dev-python/wxpython/ChangeLog
index acd47df17d4f..336fd9547dbf 100644
--- a/dev-python/wxpython/ChangeLog
+++ b/dev-python/wxpython/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/wxpython
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v 1.12 2004/11/13 18:08:36 pythonhead Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v 1.13 2004/11/13 23:05:05 pythonhead Exp $
+
+ 13 Nov 2004; Rob Cakebread <pythonhead@gentoo.org>
+ wxpython-2.5.3.1.ebuild:
+ Fixed site_pkgs location
13 Nov 2004; Rob Cakebread <pythonhead@gentoo.org>
wxpython-2.4.2.4.ebuild:
diff --git a/dev-python/wxpython/wxpython-2.5.3.1.ebuild b/dev-python/wxpython/wxpython-2.5.3.1.ebuild
index 0322b223a3c6..1cda9d8807ba 100644
--- a/dev-python/wxpython/wxpython-2.5.3.1.ebuild
+++ b/dev-python/wxpython/wxpython-2.5.3.1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.5.3.1.ebuild,v 1.2 2004/11/13 17:27:42 pythonhead Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.5.3.1.ebuild,v 1.3 2004/11/13 23:05:05 pythonhead Exp $
-inherit wxwidgets
+inherit python wxwidgets
MY_P="${P/wxpython-/wxPython-src-}"
S="${WORKDIR}/${MY_P}/wxPython"