diff options
Diffstat (limited to 'dev-python/Imaging-py21/Imaging-py21-1.1.4.ebuild')
-rw-r--r-- | dev-python/Imaging-py21/Imaging-py21-1.1.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/Imaging-py21/Imaging-py21-1.1.4.ebuild b/dev-python/Imaging-py21/Imaging-py21-1.1.4.ebuild index 93f6cdebd7fa..83f46d39f3bd 100644 --- a/dev-python/Imaging-py21/Imaging-py21-1.1.4.ebuild +++ b/dev-python/Imaging-py21/Imaging-py21-1.1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/Imaging-py21/Imaging-py21-1.1.4.ebuild,v 1.2 2003/09/06 23:32:28 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/Imaging-py21/Imaging-py21-1.1.4.ebuild,v 1.3 2003/09/10 22:27:08 msterret Exp $ PYTHON_SLOT_VERSION="2.1" @@ -32,7 +32,7 @@ src_compile() { #Not configured by configure sed \ - -e "s:\(JPEGINCLUDE=[[:blank:]]*/usr/\)local/\(include\).*:\1\2:" \ + -e "s:\(JPEGINCLUDE=[[:blank:]]*/usr/\)local/\(include\).*:\1\2:" \ Makefile.orig > Makefile emake || die cd ${S}; distutils_src_compile @@ -44,7 +44,7 @@ src_install () { local mydoc="CHANGES* CONTENTS" distutils_src_install - distutils_python_version + distutils_python_version # install headers required by media-gfx/sketch insinto "${ROOT}/usr/include/python${PYVER}" |