diff options
author | 2004-01-04 17:55:17 +0000 | |
---|---|---|
committer | 2004-01-04 17:55:17 +0000 | |
commit | a7a423c720754eb3a2478c693ac6fe30e2c99ed0 (patch) | |
tree | 2b5975da62cb3750f67208da80e2bc351a4c2e0a /x11-plugins | |
parent | Adding amd64 keyword to satisfy dependencies (diff) | |
download | historical-a7a423c720754eb3a2478c693ac6fe30e2c99ed0.tar.gz historical-a7a423c720754eb3a2478c693ac6fe30e2c99ed0.tar.bz2 historical-a7a423c720754eb3a2478c693ac6fe30e2c99ed0.zip |
Repoman fixes
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmmixer-alsa/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmmixer-alsa/Manifest | 4 | ||||
-rw-r--r-- | x11-plugins/wmmixer-alsa/wmmixer-alsa-0.6.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/x11-plugins/wmmixer-alsa/ChangeLog b/x11-plugins/wmmixer-alsa/ChangeLog index 562d40e64464..4bcf0a925f3d 100644 --- a/x11-plugins/wmmixer-alsa/ChangeLog +++ b/x11-plugins/wmmixer-alsa/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmmixer-alsa # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmixer-alsa/ChangeLog,v 1.5 2003/12/26 17:24:40 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmixer-alsa/ChangeLog,v 1.6 2004/01/04 17:55:07 aliz Exp $ + + 04 Jan 2004; Daniel Ahlberg <aliz@gentoo.org> wmmixer-alsa-0.6.ebuild: + Removing amd64 keyword because alsa-0.5 can't be satisfied. 26 Dec 2003; Jason Wever <weeve@gentoo.org> wmmixer-alsa-0.6.ebuild: Masked on sparc as alsa-lib dependency cannot be met. diff --git a/x11-plugins/wmmixer-alsa/Manifest b/x11-plugins/wmmixer-alsa/Manifest index 9083e9a1e94f..3242db82c9cb 100644 --- a/x11-plugins/wmmixer-alsa/Manifest +++ b/x11-plugins/wmmixer-alsa/Manifest @@ -1,4 +1,4 @@ -MD5 6a6a7612e8dc9b3a40d3519511f5e0e1 ChangeLog 661 +MD5 63eaf7ef9424b50e3011111f8eced0dc wmmixer-alsa-0.6.ebuild 650 +MD5 e6cbfba352a3cd237e0be48a852f7236 ChangeLog 796 MD5 d313f1862367f9f3a6b3bbf7e93338a6 metadata.xml 308 -MD5 4b83769f2b10ffc9d63d9b9dfda9457b wmmixer-alsa-0.6.ebuild 657 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 941dc2e1da03..01f49531c4c2 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 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.8 2003/12/26 17:24:40 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmixer-alsa/wmmixer-alsa-0.6.ebuild,v 1.9 2004/01/04 17:55:07 aliz 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 amd64" +KEYWORDS="x86 -sparc" src_compile() { emake || die "emake failed" |