diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-10 22:41:53 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-10 22:41:53 +0000 |
commit | 799c420a834a01fc722ed372ae5f185b51a867fb (patch) | |
tree | 5be71f8f7f7cf67fbd0c3ab19b9e66f008e4a950 /media-sound/gnome-alsamixer | |
parent | new version (diff) | |
download | historical-799c420a834a01fc722ed372ae5f185b51a867fb.tar.gz historical-799c420a834a01fc722ed372ae5f185b51a867fb.tar.bz2 historical-799c420a834a01fc722ed372ae5f185b51a867fb.zip |
repoman: fix leading whitespace
Diffstat (limited to 'media-sound/gnome-alsamixer')
-rw-r--r-- | media-sound/gnome-alsamixer/Manifest | 2 | ||||
-rw-r--r-- | media-sound/gnome-alsamixer/gnome-alsamixer-0.9.3.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/media-sound/gnome-alsamixer/Manifest b/media-sound/gnome-alsamixer/Manifest index 50d7bb5a2936..49e959731c24 100644 --- a/media-sound/gnome-alsamixer/Manifest +++ b/media-sound/gnome-alsamixer/Manifest @@ -1,3 +1,3 @@ MD5 517d23f10983993a4e223de98b83f4a9 ChangeLog 424 -MD5 38907e732766b19dd9ace94613c1054b gnome-alsamixer-0.9.3.ebuild 965 +MD5 d904f25027ffbff41e326d29631a1fbf gnome-alsamixer-0.9.3.ebuild 959 MD5 cda3ce4e4127b307f956a8a48dfa44db files/digest-gnome-alsamixer-0.9.3 72 diff --git a/media-sound/gnome-alsamixer/gnome-alsamixer-0.9.3.ebuild b/media-sound/gnome-alsamixer/gnome-alsamixer-0.9.3.ebuild index 751bbd507422..64e1a427eff7 100644 --- a/media-sound/gnome-alsamixer/gnome-alsamixer-0.9.3.ebuild +++ b/media-sound/gnome-alsamixer/gnome-alsamixer-0.9.3.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/gnome-alsamixer/gnome-alsamixer-0.9.3.ebuild,v 1.3 2003/09/07 00:06:05 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gnome-alsamixer/gnome-alsamixer-0.9.3.ebuild,v 1.4 2003/09/10 22:41:16 msterret Exp $ IUSE="" DESCRIPTION="Gnome 2 based ALSA Mixer" @@ -24,10 +24,10 @@ src_compile() { src_install() { - # hack to prevent ugly filenames in /usr/share/applications + # hack to prevent ugly filenames in /usr/share/applications cd ${S}; mv ${PN}.desktop ${PN}.desktop.gentoo - einstall || die + einstall || die # manuall install menu entry insinto /usr/share/applications |