Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 50376 - hotplug-20040401.ebuild: dependency on hotplug-base lacks category specifier
Summary: hotplug-20040401.ebuild: dependency on hotplug-base lacks category specifier
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Greg Kroah-Hartman (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-07 11:06 UTC by Ed Catmur
Modified: 2004-05-07 16:44 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ed Catmur 2004-05-07 11:06:26 UTC
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 Greg Kroah-Hartman (RETIRED) gentoo-dev 2004-05-07 16:44:42 UTC
checked into the tree.