Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 131596

Summary: modular X fix for app-laptop/macosd
Product: Gentoo Linux Reporter: Markus Rothe (RETIRED) <corsair>
Component: Current packagesAssignee: Gentoo X packagers <x11>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Markus Rothe (RETIRED) gentoo-dev 2006-04-28 12:14:58 UTC
hello,

app-laptop/macosd still depends on virtual/x11. please review this patch and add the modular dependencies to portage.

I've assigned to x11 as this package seems to have no maintainer/herd.

--- macosd-0.1.9-r1.ebuild.orig 2006-04-28 19:01:48.000000000 +0000
+++ macosd-0.1.9-r1.ebuild      2006-04-28 19:08:35.000000000 +0000
@@ -11,10 +11,16 @@
 SLOT="0"
 KEYWORDS="~ppc"
 IUSE=""
-DEPEND="virtual/x11
-       >=app-laptop/pbbuttonsd-0.6.8
+DEPEND=">=app-laptop/pbbuttonsd-0.6.8
        >=x11-libs/evas-0.9.9
-       >=x11-libs/xosd-2.2.5"
+       >=x11-libs/xosd-2.2.5
+       || (
+                       (
+                               x11-libs/libX11
+                               x11-libs/libXext
+                       )
+                       virtual/x11
+               )"
 RDEPEND="$DEPEND"

 src_unpack() {
Comment 1 Markus Rothe (RETIRED) gentoo-dev 2006-04-28 13:39:56 UTC
fixed myself. also bumped version to 0.3.0.