diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-06 23:32:35 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-06 23:32:35 +0000 |
commit | 2fa6627a61066cfa2c6fbd40f553a6b5771f517a (patch) | |
tree | 6c9b98843739042611129dcbf7173f43906c269c /dev-python/Imaging/Imaging-1.1.3-r1.ebuild | |
parent | added hardened-gcc excludes (diff) | |
download | historical-2fa6627a61066cfa2c6fbd40f553a6b5771f517a.tar.gz historical-2fa6627a61066cfa2c6fbd40f553a6b5771f517a.tar.bz2 historical-2fa6627a61066cfa2c6fbd40f553a6b5771f517a.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'dev-python/Imaging/Imaging-1.1.3-r1.ebuild')
-rw-r--r-- | dev-python/Imaging/Imaging-1.1.3-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/Imaging/Imaging-1.1.3-r1.ebuild b/dev-python/Imaging/Imaging-1.1.3-r1.ebuild index 2bdb064f3c0a..c6779cb8df05 100644 --- a/dev-python/Imaging/Imaging-1.1.3-r1.ebuild +++ b/dev-python/Imaging/Imaging-1.1.3-r1.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/Imaging-1.1.3-r1.ebuild,v 1.4 2003/06/22 12:15:59 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/Imaging/Imaging-1.1.3-r1.ebuild,v 1.5 2003/09/06 23:32:28 msterret Exp $ inherit distutils @@ -13,7 +13,7 @@ HOMEPAGE="http://www.pythonware.com/downloads/#pil" DEPEND=">=media-libs/jpeg-6a >=sys-libs/zlib-0.95 tcltk? ( dev-lang/tk )" - + SLOT="0" KEYWORDS="x86 ~sparc ~alpha ~ppc" LICENSE="as-is" @@ -35,7 +35,7 @@ LICENSE="as-is" distutils_src_compile } -src_install () +src_install () { local mydoc="CHANGES* CONTENTS" distutils_src_install |