Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 115822 - rss-glx should support modular X as well
Summary: rss-glx should support modular X as well
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Desktop Misc. Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-16 17:23 UTC by Seemant Kulleen (RETIRED)
Modified: 2005-12-18 04:43 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 Seemant Kulleen (RETIRED) gentoo-dev 2005-12-16 17:23:49 UTC
I will attach a diff (needs to be revision bumped to -r2 to support modular X)
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2005-12-16 17:24:53 UTC
--- rss-glx-0.8.0-r2.ebuild     2005-12-16 20:19:49.671080500 -0500
+++ rss-glx-0.8.0-r3.ebuild     2005-12-16 20:22:02.543384500 -0500
@@ -12,10 +12,10 @@

 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
 IUSE="kde sse 3dnow openal xscreensaver"

-DEPEND="virtual/x11
+DEPEND="|| ( virtual/x11 x11-libs/libXt )
        virtual/opengl
        >=media-gfx/imagemagick-5.5.7
        kde? ( || ( kde-base/kdeartwork-kscreensaver kde-base/kdeartwork ) )
Comment 2 Jeffrey Forman (RETIRED) gentoo-dev 2005-12-17 06:16:35 UTC
Quick change of platform in bugzilla. Sorry about the email.
Comment 3 Krzysztof Pawlik (RETIRED) gentoo-dev 2005-12-18 04:43:00 UTC
Done in rss-glx-0.8.0-r3. Thanks.