diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-04-08 07:28:37 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-04-08 07:28:37 +0000 |
commit | 46a7eb20f9ec9d3329ec9fb478a7ca5934f1c6f7 (patch) | |
tree | 66d451b2a23e5cbdfdd151cdfcbed44adf1424f1 /media-sound/awesfx | |
parent | Fix compilation problem in bug #46914. (diff) | |
download | historical-46a7eb20f9ec9d3329ec9fb478a7ca5934f1c6f7.tar.gz historical-46a7eb20f9ec9d3329ec9fb478a7ca5934f1c6f7.tar.bz2 historical-46a7eb20f9ec9d3329ec9fb478a7ca5934f1c6f7.zip |
Stable x86.
Diffstat (limited to 'media-sound/awesfx')
-rw-r--r-- | media-sound/awesfx/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/awesfx/awesfx-0.5.0b.ebuild | 4 |
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 )" |