summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-01-13 16:57:45 +0000
committerMike Frysinger <vapier@gentoo.org>2003-01-13 16:57:45 +0000
commit1e01a3cbb907db513007d25e1c46eb0629bde974 (patch)
treeddec2401c59eff941054852dac1c444826467356 /dev-python/wxPython
parentAdded Quequero's tweaks... Install headers... Fixes #13721 (diff)
downloadhistorical-1e01a3cbb907db513007d25e1c46eb0629bde974.tar.gz
historical-1e01a3cbb907db513007d25e1c46eb0629bde974.tar.bz2
historical-1e01a3cbb907db513007d25e1c46eb0629bde974.zip
added USE flags to die msg
Diffstat (limited to 'dev-python/wxPython')
-rw-r--r--dev-python/wxPython/wxPython-2.3.3.1-r2.ebuild4
-rw-r--r--dev-python/wxPython/wxPython-2.4.0.1.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/wxPython/wxPython-2.3.3.1-r2.ebuild b/dev-python/wxPython/wxPython-2.3.3.1-r2.ebuild
index 591293390d0e..fa7af0a85cd5 100644
--- a/dev-python/wxPython/wxPython-2.3.3.1-r2.ebuild
+++ b/dev-python/wxPython/wxPython-2.3.3.1-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wxPython/wxPython-2.3.3.1-r2.ebuild,v 1.4 2002/12/13 19:54:38 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wxPython/wxPython-2.3.3.1-r2.ebuild,v 1.5 2003/01/13 16:57:45 vapier Exp $
MY_P="${P/-/Src-}"
S="${WORKDIR}/${MY_P}/${PN}"
@@ -45,7 +45,7 @@ src_compile() {
patch -p1 < ${FILESDIR}/${P}-noglcanvas.diff || die "patch failed"
fi
- python setup.py ${myconf} build || die "build failed ... make sure you compiled wxGTK with all the graphic libraries enabled via USE"
+ python setup.py ${myconf} build || die "build failed ... make sure you compiled wxGTK with all the graphic libraries enabled via USE (jpeg png opengl gif tiff zlib gtk X)"
}
src_install() {
diff --git a/dev-python/wxPython/wxPython-2.4.0.1.ebuild b/dev-python/wxPython/wxPython-2.4.0.1.ebuild
index ee1c981d398a..5f1e27073a02 100644
--- a/dev-python/wxPython/wxPython-2.4.0.1.ebuild
+++ b/dev-python/wxPython/wxPython-2.4.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wxPython/wxPython-2.4.0.1.ebuild,v 1.1 2003/01/12 08:24:27 raker Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wxPython/wxPython-2.4.0.1.ebuild,v 1.2 2003/01/13 16:57:45 vapier Exp $
MY_P="${P/-/Src-}"
S="${WORKDIR}/${MY_P}/${PN}"
@@ -46,7 +46,7 @@ src_compile() {
|| die "patch failed"
fi
- python setup.py ${myconf} build || die "build failed ... make sure you compiled wxGTK with all the graphic libraries enabled via USE"
+ python setup.py ${myconf} build || die "build failed ... make sure you compiled wxGTK with all the graphic libraries enabled via USE (jpeg png opengl gif tiff zlib gtk X)"
}
src_install() {