diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 22:38:04 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 22:38:04 +0000 |
commit | 6d7df4b7117854d8a5af1fd5d2179394b3ba6ce7 (patch) | |
tree | 0655478e24525d77854a8c79946eee83db16840e /dev-lisp/plt | |
parent | Fix DEPEND for when we have 'build' in USE. (diff) | |
download | gentoo-2-6d7df4b7117854d8a5af1fd5d2179394b3ba6ce7.tar.gz gentoo-2-6d7df4b7117854d8a5af1fd5d2179394b3ba6ce7.tar.bz2 gentoo-2-6d7df4b7117854d8a5af1fd5d2179394b3ba6ce7.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'dev-lisp/plt')
-rw-r--r-- | dev-lisp/plt/Manifest | 4 | ||||
-rw-r--r-- | dev-lisp/plt/plt-202.ebuild | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/dev-lisp/plt/Manifest b/dev-lisp/plt/Manifest index 3331ae9fbe97..cf0bcc22467e 100644 --- a/dev-lisp/plt/Manifest +++ b/dev-lisp/plt/Manifest @@ -1,3 +1,3 @@ -MD5 338c266edeca0842385cbe77e059049a files/digest-plt-202 62 -MD5 169c5bcbb5d2a7ff6f3a9ef92e481143 plt-202.ebuild 1767 MD5 9f29c5179b7fc48a691b553cca3bd203 ChangeLog 440 +MD5 a6bf19413d38a360d18d3c3237aee9bc plt-202.ebuild 1765 +MD5 338c266edeca0842385cbe77e059049a files/digest-plt-202 62 diff --git a/dev-lisp/plt/plt-202.ebuild b/dev-lisp/plt/plt-202.ebuild index d0b75dfedf76..37899bfc42e8 100644 --- a/dev-lisp/plt/plt-202.ebuild +++ b/dev-lisp/plt/plt-202.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-lisp/plt/plt-202.ebuild,v 1.5 2003/08/07 02:07:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/plt/plt-202.ebuild,v 1.6 2003/09/06 22:35:54 msterret Exp $ DESCRIPTION="PLT Scheme, including DrScheme, mzscheme, mred, and mzc" HOMEPAGE="http://www.plt-scheme.org/software/drscheme/" @@ -10,10 +10,10 @@ KEYWORDS="x86" SLOT="0" LICENSE="LGPL-2.1" -DEPEND="virtual/glibc - virtual/x11 - x11-libs/xaw - sys-devel/gcc +DEPEND="virtual/glibc + virtual/x11 + x11-libs/xaw + sys-devel/gcc sys-devel/binutils" S=${WORKDIR}/${PN}/src |