diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 13:35:20 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 13:35:20 +0000 |
commit | fcebb134ba894f029dd6be15c0730c7435aef17a (patch) | |
tree | 05156b637659a2b34dbef6e9f23d77211c57bd22 | |
parent | stable on amd64 wrt bug 119512 (diff) | |
download | gentoo-2-fcebb134ba894f029dd6be15c0730c7435aef17a.tar.gz gentoo-2-fcebb134ba894f029dd6be15c0730c7435aef17a.tar.bz2 gentoo-2-fcebb134ba894f029dd6be15c0730c7435aef17a.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre3-r1)
-rw-r--r-- | x11-misc/temperature-app/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/temperature-app/temperature-app-1.4.ebuild | 15 |
2 files changed, 16 insertions, 7 deletions
diff --git a/x11-misc/temperature-app/ChangeLog b/x11-misc/temperature-app/ChangeLog index 905af0506b85..4b5a44628c97 100644 --- a/x11-misc/temperature-app/ChangeLog +++ b/x11-misc/temperature-app/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/temperature-app -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/temperature-app/ChangeLog,v 1.5 2005/11/01 13:12:28 nelchael Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/temperature-app/ChangeLog,v 1.6 2006/01/21 13:35:20 nelchael Exp $ + + 21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> + temperature-app-1.4.ebuild: + Fixed DEPEND for modular X. 01 Nov 2005; Krzysiek Pawlik <nelchael@gentoo.org> temperature-app-1.4.ebuild: 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" |