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/orpheus | |
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/orpheus')
-rw-r--r-- | media-sound/orpheus/Manifest | 2 | ||||
-rw-r--r-- | media-sound/orpheus/orpheus-1.2.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/orpheus/Manifest b/media-sound/orpheus/Manifest index 87d849810869..891acfd97e84 100644 --- a/media-sound/orpheus/Manifest +++ b/media-sound/orpheus/Manifest @@ -1,3 +1,3 @@ -MD5 7d2dafb3de30ecd2df89419fc137335c orpheus-1.2.ebuild 1304 MD5 6369c81ef6c072ea480beda6b93e32e7 ChangeLog 448 +MD5 89026c21fc0a0438899ec45ac1f02f42 orpheus-1.2.ebuild 1303 MD5 fb24e10c417c43c6d78d208574f36979 files/digest-orpheus-1.2 63 diff --git a/media-sound/orpheus/orpheus-1.2.ebuild b/media-sound/orpheus/orpheus-1.2.ebuild index 339dae8d4f99..01e64781f50e 100644 --- a/media-sound/orpheus/orpheus-1.2.ebuild +++ b/media-sound/orpheus/orpheus-1.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/orpheus/orpheus-1.2.ebuild,v 1.1 2003/08/03 12:35:11 coredumb Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/orpheus/orpheus-1.2.ebuild,v 1.2 2003/09/07 00:06:06 msterret Exp $ DESCRIPTION="Command line MP3 player." HOMEPAGE="http://konst.org.ua/en/orpheus" @@ -36,7 +36,7 @@ src_compile() { #use nas && myconf="${myconf} --with-nas" #use nas || myconf="${myconf} --disable-nas" myconf="${myconf}" - + econf ${myconf} || die make CC="gcc ${CFLAGS}" CXX="c++ ${CXXFLAGS}" || die } |