diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-01-13 16:57:45 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-01-13 16:57:45 +0000 |
commit | 489738ccc5df2b1b5ee8f869fda8d8f605e61361 (patch) | |
tree | 5fcf2921da8e25b49cb8e9ee3d9785adf1cd97c3 /dev-python | |
parent | Added Quequero's tweaks... Install headers... Fixes #13721 (diff) | |
download | gentoo-2-489738ccc5df2b1b5ee8f869fda8d8f605e61361.tar.gz gentoo-2-489738ccc5df2b1b5ee8f869fda8d8f605e61361.tar.bz2 gentoo-2-489738ccc5df2b1b5ee8f869fda8d8f605e61361.zip |
added USE flags to die msg
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/wxPython/wxPython-2.3.3.1-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-python/wxPython/wxPython-2.4.0.1.ebuild | 4 |
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() { |