Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 163216 - xfce-base/xfce4-panel - wrong dependencies
Summary: xfce-base/xfce4-panel - wrong dependencies
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: XFCE Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: xfce44
  Show dependency tree
 
Reported: 2007-01-22 10:39 UTC by Jakub Moc (RETIRED)
Modified: 2007-01-23 19:10 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 Jakub Moc (RETIRED) gentoo-dev 2007-01-22 10:39:04 UTC
The stuff there is DEPEND, not RDEPEND. Plus drop the monolithic X deps, completely unsupported and masked for months.

--- xfce4-panel-4.4.0.ebuild.orig	2007-01-22 03:10:35.000000000 +0100
+++ xfce4-panel-4.4.0.ebuild	2007-01-22 11:32:20.000000000 +0100
@@ -11,10 +11,9 @@
 
 IUSE="startup-notification"
 
-RDEPEND="|| ( ( x11-libs/libX11
+DEPEND="x11-libs/libX11
 	x11-libs/libICE
-	x11-libs/libSM )
-	virtual/x11 )
+	x11-libs/libSM
 	>=dev-libs/glib-2
 	>=x11-libs/gtk+-2.6
 	>=xfce-base/libxfce4util-${PV}
Comment 1 Peter Weller (RETIRED) gentoo-dev 2007-01-23 19:10:25 UTC
Fixed