diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-12 18:40:50 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-12 18:40:50 +0000 |
commit | e9dc0ad7aa4e77853ab22f8fd784e4a432c03677 (patch) | |
tree | 1bd59d8c6a0172e6c848c8b4ee4e750fbf289988 /media-plugins/xmms-compress | |
parent | new version (diff) | |
download | gentoo-2-e9dc0ad7aa4e77853ab22f8fd784e4a432c03677.tar.gz gentoo-2-e9dc0ad7aa4e77853ab22f8fd784e4a432c03677.tar.bz2 gentoo-2-e9dc0ad7aa4e77853ab22f8fd784e4a432c03677.zip |
unmasks and ebuild fixes
Diffstat (limited to 'media-plugins/xmms-compress')
-rw-r--r-- | media-plugins/xmms-compress/xmms-compress-1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-plugins/xmms-compress/xmms-compress-1.1.ebuild b/media-plugins/xmms-compress/xmms-compress-1.1.ebuild index 2a989363398d..25ce64b05228 100644 --- a/media-plugins/xmms-compress/xmms-compress-1.1.ebuild +++ b/media-plugins/xmms-compress/xmms-compress-1.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-plugins/xmms-compress/xmms-compress-1.1.ebuild,v 1.2 2003/02/13 13:01:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-compress/xmms-compress-1.1.ebuild,v 1.3 2003/07/12 18:40:43 aliz Exp $ DESCRIPTION="xmms-compress is (essentially) a dynamic range compressor intended to keep the output of XMMS at a consistent volume without introducing any audible artifacts" SRC_URI="http://trikuare.cx/~magenta/projects/${P}.tar.gz" @@ -8,7 +8,7 @@ HOMEPAGE="http://trikuare.cx/~magenta/projects/xmms-compress.html" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86" +KEYWORDS="x86" DEPEND="media-sound/xmms" |