summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2012-02-25 06:34:46 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2012-02-25 06:34:46 +0000
commit860f35da563f15d189557c05006db1dea7377c95 (patch)
tree270128d86f57b76b5c84b0889b07acef8d63a70c /media-sound/line6usb
parentBug #405687: Depend on virtual/modutils instead of sys-apps/module-init-tools. (diff)
downloadgentoo-2-860f35da563f15d189557c05006db1dea7377c95.tar.gz
gentoo-2-860f35da563f15d189557c05006db1dea7377c95.tar.bz2
gentoo-2-860f35da563f15d189557c05006db1dea7377c95.zip
Bug #405687: Depend on virtual/modutils instead of sys-apps/module-init-tools.
(Portage version: 2.2.0_alpha87/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/line6usb')
-rw-r--r--media-sound/line6usb/ChangeLog7
-rw-r--r--media-sound/line6usb/line6usb-0.8.1-r1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/media-sound/line6usb/ChangeLog b/media-sound/line6usb/ChangeLog
index c8d6ea7281b2..719898432ec9 100644
--- a/media-sound/line6usb/ChangeLog
+++ b/media-sound/line6usb/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/line6usb
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/line6usb/ChangeLog,v 1.8 2011/04/24 20:53:10 ulm Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/line6usb/ChangeLog,v 1.9 2012/02/25 06:34:46 robbat2 Exp $
+
+ 25 Feb 2012; Robin H. Johnson <robbat2@gentoo.org> line6usb-0.8.1-r1.ebuild:
+ Bug #405687: Depend on virtual/modutils instead of sys-apps/module-init-tools.
24 Apr 2011; Ulrich Mueller <ulm@gentoo.org> line6usb-0.8.1-r1.ebuild:
Replace dependency on virtual/modutils, bug 358891.
diff --git a/media-sound/line6usb/line6usb-0.8.1-r1.ebuild b/media-sound/line6usb/line6usb-0.8.1-r1.ebuild
index 5e910f65e3ad..fd0c9816f8e6 100644
--- a/media-sound/line6usb/line6usb-0.8.1-r1.ebuild
+++ b/media-sound/line6usb/line6usb-0.8.1-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/line6usb/line6usb-0.8.1-r1.ebuild,v 1.2 2011/04/24 20:53:10 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/line6usb/line6usb-0.8.1-r1.ebuild,v 1.3 2012/02/25 06:34:46 robbat2 Exp $
EAPI="2"
@@ -22,7 +22,7 @@ CONFIG_CHECK="USB SOUND"
MODULE_NAMES="line6usb(usb:${S}:${S})"
ERROR_PODXTPRO="${P} requires the podxtpro driver to be removed first."
-RDEPEND="sys-apps/module-init-tools
+RDEPEND="virtual/modutils
dev-lang/perl"
DEPEND="${RDEPEND}
>=media-sound/alsa-headers-1.0.10