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/smixer | |
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/smixer')
-rw-r--r-- | media-sound/smixer/Manifest | 2 | ||||
-rw-r--r-- | media-sound/smixer/smixer-1.0.1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/smixer/Manifest b/media-sound/smixer/Manifest index bad94eb86da8..8a8e4b02d41b 100644 --- a/media-sound/smixer/Manifest +++ b/media-sound/smixer/Manifest @@ -1,3 +1,3 @@ MD5 70fe14d1fcc8e46fda16fc0d3f00dd5d ChangeLog 771 -MD5 b4f699d6b7dc4be1c1ac5f702904c2eb smixer-1.0.1.ebuild 743 +MD5 dc05ab9e1645d0ac932a1956b6f0b084 smixer-1.0.1.ebuild 744 MD5 953ff7226ef2416058053444c42e540f files/digest-smixer-1.0.1 59 diff --git a/media-sound/smixer/smixer-1.0.1.ebuild b/media-sound/smixer/smixer-1.0.1.ebuild index 3cf5fcbb8881..bfaf468cdb89 100644 --- a/media-sound/smixer/smixer-1.0.1.ebuild +++ b/media-sound/smixer/smixer-1.0.1.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/smixer/smixer-1.0.1.ebuild,v 1.7 2003/02/13 13:19:17 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/smixer/smixer-1.0.1.ebuild,v 1.8 2003/09/07 00:06:06 msterret Exp $ S=${WORKDIR}/${PN} DESCRIPTION="A command-line tool for setting and viewing mixer settings." @@ -21,7 +21,7 @@ src_install () { dodir /usr/bin dodir /etc dodir /usr/share/man/man1 - + make INS_BIN=${D}/usr/bin \ INS_ETC=${D}/etc \ INS_MAN=${D}/usr/share/man/man1 \ |