diff options
author | Torsten Veller <tove@gentoo.org> | 2006-07-14 16:23:59 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2006-07-14 16:23:59 +0000 |
commit | 0474460f954e03144107b20af908ae5ba6591cb5 (patch) | |
tree | 905ecb6f8bc2f4fe088d9a6979a40fd1ce3f1b59 /x11-wm/wmii/wmii-2.ebuild | |
parent | ppc stable, bug #139612 (diff) | |
download | gentoo-2-0474460f954e03144107b20af908ae5ba6591cb5.tar.gz gentoo-2-0474460f954e03144107b20af908ae5ba6591cb5.tar.bz2 gentoo-2-0474460f954e03144107b20af908ae5ba6591cb5.zip |
Added x11-apps/xdpyinfo to RDEPEND (bug #138756).
(Portage version: 2.1.1_pre2-r8)
Diffstat (limited to 'x11-wm/wmii/wmii-2.ebuild')
-rw-r--r-- | x11-wm/wmii/wmii-2.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-wm/wmii/wmii-2.ebuild b/x11-wm/wmii/wmii-2.ebuild index 429950638ee5..a2fbabaeef81 100644 --- a/x11-wm/wmii/wmii-2.ebuild +++ b/x11-wm/wmii/wmii-2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/wmii/wmii-2.ebuild,v 1.3 2006/04/13 22:34:11 wormo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/wmii/wmii-2.ebuild,v 1.4 2006/07/14 16:23:59 tove Exp $ inherit eutils toolchain-funcs @@ -16,6 +16,9 @@ IUSE="python" DEPEND="|| ( x11-libs/libX11 virtual/x11 ) python? ( dev-python/pyrex )" +RDEPEND="${DEPEND} + || ( x11-apps/xdpyinfo virtual/x11 )" + src_unpack() { unpack "${A}" cd ${S} |