diff options
author | David Shakaryan <omp@gentoo.org> | 2007-08-01 00:59:17 +0000 |
---|---|---|
committer | David Shakaryan <omp@gentoo.org> | 2007-08-01 00:59:17 +0000 |
commit | 9dd63da4d00bf7f21c6ebc6aec84c81b042a45c9 (patch) | |
tree | 50c3430c203a4c4cee3139fc99ba6fc30a205063 /x11-wm/wmii/wmii-2.ebuild | |
parent | libchipcard version bump (diff) | |
download | gentoo-2-9dd63da4d00bf7f21c6ebc6aec84c81b042a45c9.tar.gz gentoo-2-9dd63da4d00bf7f21c6ebc6aec84c81b042a45c9.tar.bz2 gentoo-2-9dd63da4d00bf7f21c6ebc6aec84c81b042a45c9.zip |
Add x11-apps/xmessage and x11-apps/xsetroot to RDEPEND. (bug #144783)
(Portage version: 2.1.3)
Diffstat (limited to 'x11-wm/wmii/wmii-2.ebuild')
-rw-r--r-- | x11-wm/wmii/wmii-2.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/x11-wm/wmii/wmii-2.ebuild b/x11-wm/wmii/wmii-2.ebuild index f573045bce1d..aa9bb7cfece8 100644 --- a/x11-wm/wmii/wmii-2.ebuild +++ b/x11-wm/wmii/wmii-2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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.5 2007/07/22 04:09:09 omp Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/wmii/wmii-2.ebuild,v 1.6 2007/08/01 00:59:17 omp Exp $ inherit eutils toolchain-funcs @@ -16,11 +16,13 @@ IUSE="python" DEPEND="x11-libs/libX11 python? ( dev-python/pyrex )" RDEPEND="${DEPEND} - x11-apps/xdpyinfo" + x11-apps/xdpyinfo + x11-apps/xmessage + x11-apps/xsetroot" src_unpack() { - unpack "${A}" - cd ${S} + unpack ${A} + cd "${S}" epatch "${FILESDIR}/${P}_050802.patch" |