Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 131596 - modular X fix for app-laptop/macosd
Summary: modular X fix for app-laptop/macosd
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-28 12:14 UTC by Markus Rothe (RETIRED)
Modified: 2006-04-28 13:39 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 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.