diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-06-01 14:48:21 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-06-01 14:48:21 +0000 |
commit | 3e3533e0afc23227f01f6b326831fa2378f00322 (patch) | |
tree | 4ac6caf1ae0bb1e66872e56b7623b9dc4b764c42 /media-sound/awesfx | |
parent | EAPI goes to the top (diff) | |
download | gentoo-2-3e3533e0afc23227f01f6b326831fa2378f00322.tar.gz gentoo-2-3e3533e0afc23227f01f6b326831fa2378f00322.tar.bz2 gentoo-2-3e3533e0afc23227f01f6b326831fa2378f00322.zip |
Repoman warning
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/awesfx')
-rw-r--r-- | media-sound/awesfx/awesfx-0.5.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-sound/awesfx/awesfx-0.5.1.ebuild b/media-sound/awesfx/awesfx-0.5.1.ebuild index d4ad66c2fd2b..41bb17c5c48c 100644 --- a/media-sound/awesfx/awesfx-0.5.1.ebuild +++ b/media-sound/awesfx/awesfx-0.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/awesfx/awesfx-0.5.1.ebuild,v 1.4 2008/01/14 17:40:52 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/awesfx/awesfx-0.5.1.ebuild,v 1.5 2009/06/01 14:48:21 ssuominen Exp $ inherit eutils @@ -13,7 +13,8 @@ SLOT="0" KEYWORDS="amd64 ~ppc sparc x86" IUSE="" -DEPEND=">=media-libs/alsa-lib-1" +RDEPEND="media-libs/alsa-lib" +DEPEND="${RDEPEND}" BANK_LOC="/usr/share/sounds/sf2" |