summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2002-09-21 18:20:39 +0000
committerMike Frysinger <vapier@gentoo.org>2002-09-21 18:20:39 +0000
commit186cc441ddcb07485ac51e5bd96bf77973987195 (patch)
tree472a8e4a6673200de59f6ad594acd56bc307bf7a /media-sound
parentremoved a lot of old gnome ebuilds (diff)
downloadgentoo-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')
-rw-r--r--media-sound/alsamixergui/ChangeLog10
-rw-r--r--media-sound/alsamixergui/alsamixergui-0.9.0.1.2-r1.ebuild4
2 files changed, 10 insertions, 4 deletions
diff --git a/media-sound/alsamixergui/ChangeLog b/media-sound/alsamixergui/ChangeLog
index 5d9be6828bd7..b3b041f790d6 100644
--- a/media-sound/alsamixergui/ChangeLog
+++ b/media-sound/alsamixergui/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-sound/alsamixergui
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsamixergui/ChangeLog,v 1.3 2002/08/13 18:55:45 agenkin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsamixergui/ChangeLog,v 1.4 2002/09/21 18:20:39 vapier Exp $
+
+*alsamixergui-0.9.0.1.2-r1 (21 Sep 2002)
+
+ 21 Sep 2002; Mike Frysinger <vapier@gentoo.org> :
+ The alsa-lib has changed locations from media-sound to media-libs so the
+ DEPEND variable needed updating
*alsamixergui-0.9.0.1.2 (24 May 2002)
@@ -10,4 +16,4 @@
24 May 2002; Arcady Genkin <agenkin@thpoon.com> alsamixergui-0.9.0.1.2.ebuild :
- Initial version of the package, created by you@hanez.org (Johannes Findeisen). \ No newline at end of file
+ Initial version of the package, created by you@hanez.org (Johannes Findeisen).
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}"