diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-31 19:42:41 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-31 19:42:41 +0000 |
commit | d6512f76878cd48be54e9243c51aa71685b417f2 (patch) | |
tree | 9f2038b60b09f39a4fe6ae0530caaa1bb2172f86 /x11-plugins/wmlaptop | |
parent | Mark 1.61 stable on alpha (diff) | |
download | gentoo-2-d6512f76878cd48be54e9243c51aa71685b417f2.tar.gz gentoo-2-d6512f76878cd48be54e9243c51aa71685b417f2.tar.bz2 gentoo-2-d6512f76878cd48be54e9243c51aa71685b417f2.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'x11-plugins/wmlaptop')
-rw-r--r-- | x11-plugins/wmlaptop/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmlaptop/wmlaptop-1.3.ebuild | 13 |
2 files changed, 14 insertions, 6 deletions
diff --git a/x11-plugins/wmlaptop/ChangeLog b/x11-plugins/wmlaptop/ChangeLog index 119bdfca21c6..4e363df2cbd0 100644 --- a/x11-plugins/wmlaptop/ChangeLog +++ b/x11-plugins/wmlaptop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmlaptop -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmlaptop/ChangeLog,v 1.4 2005/12/01 20:43:48 metalgod Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmlaptop/ChangeLog,v 1.5 2006/01/31 19:38:33 nelchael Exp $ + + 31 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmlaptop-1.3.ebuild: + Fixed DEPEND for modular X. 01 Dec 2005; Luis Medinas <metalgod@gentoo.org> wmlaptop-1.3.ebuild: Added ~amd64 keyword. Closes bug #114143. diff --git a/x11-plugins/wmlaptop/wmlaptop-1.3.ebuild b/x11-plugins/wmlaptop/wmlaptop-1.3.ebuild index bbe68768dc4a..9a9a836f6008 100644 --- a/x11-plugins/wmlaptop/wmlaptop-1.3.ebuild +++ b/x11-plugins/wmlaptop/wmlaptop-1.3.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-plugins/wmlaptop/wmlaptop-1.3.ebuild,v 1.4 2005/12/01 20:43:48 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmlaptop/wmlaptop-1.3.ebuild,v 1.5 2006/01/31 19:38:33 nelchael Exp $ IUSE="" @@ -11,8 +11,13 @@ DESCRIPTION="Dockapp for laptop users" SRC_URI="http://www.dockapps.org/download.php/id/474/${P}.tar.bz2" HOMEPAGE="http://www.dockapps.org/file.php/id/227" -DEPEND="virtual/x11" -RDEPEND="" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( x11-proto/xextproto virtual/x11 )" SLOT="0" LICENSE="GPL-2" |