diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-31 20:54:36 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-31 20:54:36 +0000 |
commit | 30d7d758419460b6c13a4675905a8a42aae86831 (patch) | |
tree | b4dc831e8941ec8ea62d9d51371bb1e266c6769b /x11-plugins | |
parent | Mark 1.10 stable on alpha (diff) | |
download | gentoo-2-30d7d758419460b6c13a4675905a8a42aae86831.tar.gz gentoo-2-30d7d758419460b6c13a4675905a8a42aae86831.tar.bz2 gentoo-2-30d7d758419460b6c13a4675905a8a42aae86831.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmswallow/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmswallow/wmswallow-0.6.1.ebuild | 14 |
2 files changed, 16 insertions, 5 deletions
diff --git a/x11-plugins/wmswallow/ChangeLog b/x11-plugins/wmswallow/ChangeLog index 9c9710aca096..2ba11fbfad3f 100644 --- a/x11-plugins/wmswallow/ChangeLog +++ b/x11-plugins/wmswallow/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmswallow -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmswallow/ChangeLog,v 1.4 2005/11/11 11:10:31 s4t4n Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmswallow/ChangeLog,v 1.5 2006/01/31 20:54:36 nelchael Exp $ + + 31 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmswallow-0.6.1.ebuild: + Fixed DEPEND for modular X. 11 Nov 2005; Michele Noberasco <s4t4n@gentoo.org>; wmswallow-0.6.1.ebuild: Removed INSTALL and LICENSE from dodoc. diff --git a/x11-plugins/wmswallow/wmswallow-0.6.1.ebuild b/x11-plugins/wmswallow/wmswallow-0.6.1.ebuild index a5c432767566..f568b212b123 100644 --- a/x11-plugins/wmswallow/wmswallow-0.6.1.ebuild +++ b/x11-plugins/wmswallow/wmswallow-0.6.1.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/wmswallow/wmswallow-0.6.1.ebuild,v 1.6 2005/11/11 11:10:31 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmswallow/wmswallow-0.6.1.ebuild,v 1.7 2006/01/31 20:54:36 nelchael Exp $ IUSE="" @@ -12,7 +12,15 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 amd64" -DEPEND="virtual/x11" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXext ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( ( + x11-proto/xproto + x11-proto/xextproto ) + virtual/x11 )" S=${WORKDIR}/wmswallow |