First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 50376
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Greg Kroah-Hartman <gregkh@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Ed Catmur <ed@catmur.co.uk>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 50376 depends on: Show dependency tree
Show dependency graph
Bug 50376 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-05-07 11:06 0000
The DEPEND on hotplug-base lacks the category specifier; it should be
sys-apps/hotplug-base.

--- /usr/portage/sys-apps/hotplug/hotplug-20040401.ebuild       2004/05/07
18:04:31     1.1
+++ /usr/portage/sys-apps/hotplug/hotplug-20040401.ebuild       2004/05/07
18:05:10
@@ -16,7 +16,9 @@
 KEYWORDS="x86 ~ppc sparc ~alpha ~hppa ~amd64 ~ia64 ~mips"

 # hotplug needs pcimodules utility provided by pcitutils-2.1.9-r1
-DEPEND=">=sys-apps/pciutils-2.1.9 >=sys-apps/usbutils-0.9 hotplug-base"
+DEPEND=">=sys-apps/pciutils-2.1.9
+       >=sys-apps/usbutils-0.9
+       sys-apps/hotplug-base"

 src_unpack() {
        unpack ${A}

------- Comment #1 From Greg Kroah-Hartman 2004-05-07 16:44:42 0000 -------
checked into the tree.

First Last Prev Next    No search results available      Search page      Enter new bug