summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-01-21 13:35:20 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-01-21 13:35:20 +0000
commitfcebb134ba894f029dd6be15c0730c7435aef17a (patch)
tree05156b637659a2b34dbef6e9f23d77211c57bd22 /x11-misc/temperature-app/temperature-app-1.4.ebuild
parentstable on amd64 wrt bug 119512 (diff)
downloadgentoo-2-fcebb134ba894f029dd6be15c0730c7435aef17a.tar.gz
gentoo-2-fcebb134ba894f029dd6be15c0730c7435aef17a.tar.bz2
gentoo-2-fcebb134ba894f029dd6be15c0730c7435aef17a.zip
Fixed DEPEND for modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-misc/temperature-app/temperature-app-1.4.ebuild')
-rw-r--r--x11-misc/temperature-app/temperature-app-1.4.ebuild15
1 files changed, 10 insertions, 5 deletions
diff --git a/x11-misc/temperature-app/temperature-app-1.4.ebuild b/x11-misc/temperature-app/temperature-app-1.4.ebuild
index ed334e47824f..437ec397fb6a 100644
--- a/x11-misc/temperature-app/temperature-app-1.4.ebuild
+++ b/x11-misc/temperature-app/temperature-app-1.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/temperature-app/temperature-app-1.4.ebuild,v 1.5 2005/11/01 13:12:28 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/temperature-app/temperature-app-1.4.ebuild,v 1.6 2006/01/21 13:35:20 nelchael Exp $
IUSE=""
@@ -12,9 +12,14 @@ DESCRIPTION="Temperature.app is a Window Maker dockapp to display the local temp
SRC_URI="http://www.fukt.bth.se/~per/temperature/${MY_PN}-${PV}.tar.gz"
HOMEPAGE="http://www.fukt.bth.se/~per/temperature/"
-DEPEND="virtual/x11
- net-misc/wget
- media-libs/xpm"
+RDEPEND="|| ( (
+ x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXpm )
+ virtual/x11 )"
+DEPEND="${RDEPEND}
+ || ( x11-proto/xextproto virtual/x11 )
+ net-misc/wget"
SLOT="0"
LICENSE="GPL-2"