diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-07 00:06:14 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-07 00:06:14 +0000 |
commit | 3bd80fb7cbc42963a37e52db6d80db15bd4515b1 (patch) | |
tree | 93d43eefdd828c6359224e630afb0faf639048ff /media-sound/splay | |
parent | whitespace cleanup (diff) | |
download | historical-3bd80fb7cbc42963a37e52db6d80db15bd4515b1.tar.gz historical-3bd80fb7cbc42963a37e52db6d80db15bd4515b1.tar.bz2 historical-3bd80fb7cbc42963a37e52db6d80db15bd4515b1.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'media-sound/splay')
-rw-r--r-- | media-sound/splay/Manifest | 4 | ||||
-rw-r--r-- | media-sound/splay/splay-0.9.5.2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/media-sound/splay/Manifest b/media-sound/splay/Manifest index 1135f7c35921..c7f6782f6eda 100644 --- a/media-sound/splay/Manifest +++ b/media-sound/splay/Manifest @@ -1,3 +1,3 @@ -MD5 2dfdb702aadb0c285c3bbeb861a81810 files/digest-splay-0.9.5.2 65 -MD5 31f0277c38fa061c15b6466bda90bea0 splay-0.9.5.2.ebuild 975 MD5 d3b2ffe7af593930da4a48b817edf829 ChangeLog 312 +MD5 a8ee2aeba893cbdacfeaa588c456d540 splay-0.9.5.2.ebuild 976 +MD5 2dfdb702aadb0c285c3bbeb861a81810 files/digest-splay-0.9.5.2 65 diff --git a/media-sound/splay/splay-0.9.5.2.ebuild b/media-sound/splay/splay-0.9.5.2.ebuild index 0a12e7580238..941f65cfd9ab 100644 --- a/media-sound/splay/splay-0.9.5.2.ebuild +++ b/media-sound/splay/splay-0.9.5.2.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/media-sound/splay/splay-0.9.5.2.ebuild,v 1.4 2003/08/07 04:06:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/splay/splay-0.9.5.2.ebuild,v 1.5 2003/09/07 00:06:06 msterret Exp $ DESCRIPTION="splay is an audio player, primarily for the console" HOMEPAGE="http://splay.sourceforge.net/" @@ -17,7 +17,7 @@ DEPEND="virtual/glibc" src_compile() { # Force compilation to omit X support according to BUG #5856 # even when qt is present on the system. - export ac_cv_lib_qt_main=no + export ac_cv_lib_qt_main=no econf || die "econf failed" emake || die "emake failed" } |