diff options
author | 2002-09-21 18:20:39 +0000 | |
---|---|---|
committer | 2002-09-21 18:20:39 +0000 | |
commit | 186cc441ddcb07485ac51e5bd96bf77973987195 (patch) | |
tree | 472a8e4a6673200de59f6ad594acd56bc307bf7a /media-sound/alsamixergui/alsamixergui-0.9.0.1.2-r1.ebuild | |
parent | removed a lot of old gnome ebuilds (diff) | |
download | gentoo-2-186cc441ddcb07485ac51e5bd96bf77973987195.tar.gz gentoo-2-186cc441ddcb07485ac51e5bd96bf77973987195.tar.bz2 gentoo-2-186cc441ddcb07485ac51e5bd96bf77973987195.zip |
Updated DEPEND variable since alsa-lib changed categories
Diffstat (limited to 'media-sound/alsamixergui/alsamixergui-0.9.0.1.2-r1.ebuild')
-rw-r--r-- | media-sound/alsamixergui/alsamixergui-0.9.0.1.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/alsamixergui/alsamixergui-0.9.0.1.2-r1.ebuild b/media-sound/alsamixergui/alsamixergui-0.9.0.1.2-r1.ebuild index 2486c8fb695f..834e1e26a72e 100644 --- a/media-sound/alsamixergui/alsamixergui-0.9.0.1.2-r1.ebuild +++ b/media-sound/alsamixergui/alsamixergui-0.9.0.1.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-sound/alsamixergui/alsamixergui-0.9.0.1.2-r1.ebuild,v 1.1 2002/09/20 19:42:26 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsamixergui/alsamixergui-0.9.0.1.2-r1.ebuild,v 1.2 2002/09/21 18:20:39 vapier Exp $ NATIVE_VER=0.9.0rc1-2 S=${WORKDIR}/${PN}-${NATIVE_VER} @@ -10,7 +10,7 @@ HOMEPAGE="http://www.iua.upf.es/~mdeboer/projects/alsamixergui/" SRC_URI="ftp://www.iua.upf.es/pub/mdeboer/projects/alsamixergui/${PN}-${NATIVE_VER}.tar.gz" DEPEND=">=media-sound/alsa-driver-0.9.0_rc1 - >=media-sound/alsa-lib-0.9.0_rc1 + >=media-libs/alsa-lib-0.9.0_rc1 >=media-sound/alsa-utils-0.9.0_rc1 >=x11-libs/fltk-1.1.0_rc6" RDEPEND="${DEPEND}" |