diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-09-29 21:57:22 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-09-29 21:57:22 +0000 |
commit | 24297b2a5db86d98c3dd777e7c52c78f52745b5d (patch) | |
tree | 38ea67ae5ecca9d4efead3bad11c1967b1a4036e /x11-plugins/wmmixer-alsa | |
parent | marking stable on x86,sparc (diff) | |
download | gentoo-2-24297b2a5db86d98c3dd777e7c52c78f52745b5d.tar.gz gentoo-2-24297b2a5db86d98c3dd777e7c52c78f52745b5d.tar.bz2 gentoo-2-24297b2a5db86d98c3dd777e7c52c78f52745b5d.zip |
header fix
Diffstat (limited to 'x11-plugins/wmmixer-alsa')
-rw-r--r-- | x11-plugins/wmmixer-alsa/Manifest | 2 | ||||
-rw-r--r-- | x11-plugins/wmmixer-alsa/wmmixer-alsa-0.6.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-plugins/wmmixer-alsa/Manifest b/x11-plugins/wmmixer-alsa/Manifest index e61bdd741f98..8ff351ad7ff9 100644 --- a/x11-plugins/wmmixer-alsa/Manifest +++ b/x11-plugins/wmmixer-alsa/Manifest @@ -1,3 +1,3 @@ MD5 6a1784d513025f6e3bdc2ae28298373f ChangeLog 534 -MD5 c4016082a78a2337371a2efce7d8fe54 wmmixer-alsa-0.6.ebuild 640 +MD5 d2ca20b98478614f23ebf94f59030ea0 wmmixer-alsa-0.6.ebuild 652 MD5 0cfe90955e991fa1b15b01e24bd687ff files/digest-wmmixer-alsa-0.6 67 diff --git a/x11-plugins/wmmixer-alsa/wmmixer-alsa-0.6.ebuild b/x11-plugins/wmmixer-alsa/wmmixer-alsa-0.6.ebuild index ee5dd06b2ca9..335f3b73ac68 100644 --- a/x11-plugins/wmmixer-alsa/wmmixer-alsa-0.6.ebuild +++ b/x11-plugins/wmmixer-alsa/wmmixer-alsa-0.6.ebuild @@ -1,6 +1,6 @@ -# Copyright (c) Vitaly Kushneriuk +# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmixer-alsa/wmmixer-alsa-0.6.ebuild,v 1.5 2003/09/06 05:56:25 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmixer-alsa/wmmixer-alsa-0.6.ebuild,v 1.6 2003/09/29 21:55:00 mholzer Exp $ S=${WORKDIR}/${P} DESCRIPTION="hacked version of wmmixer to make it use ALSA instead of the OSS" @@ -12,7 +12,7 @@ DEPEND="virtual/x11 SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 sparc " +KEYWORDS="x86 sparc" src_compile() { emake || die "emake failed" |