summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-04-08 07:27:22 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-04-08 07:27:22 +0000
commit5f71e6d59ada601afe948bcb3c0100211338706e (patch)
treec91c1feca8fc2f0c055be5cdf02754a5d62b8d57
parentFix compilation problem in bug #46914. (Manifest recommit) (diff)
downloadgentoo-2-5f71e6d59ada601afe948bcb3c0100211338706e.tar.gz
gentoo-2-5f71e6d59ada601afe948bcb3c0100211338706e.tar.bz2
gentoo-2-5f71e6d59ada601afe948bcb3c0100211338706e.zip
Stable x86.
-rw-r--r--media-sound/awesfx/ChangeLog5
-rw-r--r--media-sound/awesfx/awesfx-0.5.0b.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/awesfx/ChangeLog b/media-sound/awesfx/ChangeLog
index fc6ca0ef1684..322d9758253d 100644
--- a/media-sound/awesfx/ChangeLog
+++ b/media-sound/awesfx/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/awesfx
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/awesfx/ChangeLog,v 1.5 2004/03/31 18:06:33 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/awesfx/ChangeLog,v 1.6 2004/04/08 07:27:22 eradicator Exp $
+
+ 08 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org> awesfx-0.5.0b.ebuild:
+ Stable x86.
31 Mar 2004; Jeremy Huddleston <eradicator@gentoo.org> awesfx-0.4.4.ebuild:
Removed explicit S=
diff --git a/media-sound/awesfx/awesfx-0.5.0b.ebuild b/media-sound/awesfx/awesfx-0.5.0b.ebuild
index fbc6d2686294..30a92721dfbd 100644
--- a/media-sound/awesfx/awesfx-0.5.0b.ebuild
+++ b/media-sound/awesfx/awesfx-0.5.0b.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/awesfx/awesfx-0.5.0b.ebuild,v 1.1 2004/02/28 12:00:46 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/awesfx/awesfx-0.5.0b.ebuild,v 1.2 2004/04/08 07:27:22 eradicator Exp $
inherit eutils
@@ -9,7 +9,7 @@ HOMEPAGE="http://www.alsa-project.org/~iwai/awedrv.html#Utils"
SRC_URI=http://www.alsa-project.org/~iwai/${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="x86"
IUSE="alsa"
DEPEND="virtual/glibc
alsa? ( >=media-libs/alsa-lib-1.0.0 )"