Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 119576 - x11-wm/ratpoison: conversion to modular X
Summary: x11-wm/ratpoison: conversion to modular X
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Jason Wever (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-19 10:59 UTC by Matthew Kennedy (RETIRED)
Modified: 2006-01-21 16:05 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 Matthew Kennedy (RETIRED) gentoo-dev 2006-01-19 10:59:18 UTC
To convert x11-wm/ratpoison-1.4.0_beta4 to modular X dependencies, the following patch s necessary:

--- ratpoison-1.4.0_beta4.ebuild        21 May 2005 23:01:54 -0000      1.1
+++ ratpoison-1.4.0_beta4.ebuild        19 Jan 2006 18:57:20 -0000
@@ -16,7 +16,7 @@
 KEYWORDS="~x86 ~sparc ~ppc ~amd64"
 IUSE="emacs"
 
-DEPEND="virtual/x11
+DEPEND="|| ( ( x11-libs/libXinerama x11-libs/libXtst ) virtual/x11)
        emacs? ( virtual/emacs )"
 
 SITEFILE=50ratpoison-gentoo.el

If you like, I can commit it for you.
Comment 1 Jason Wever (RETIRED) gentoo-dev 2006-01-21 16:05:15 UTC
Thanks for the patch, now added in.