diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-10-13 23:53:34 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-10-13 23:53:34 +0000 |
commit | fe10e874afd0cd6f896366ef38ee442425392a8c (patch) | |
tree | 9224ab2a264a6c8361ac5cdbc4d2e69df79af254 /x11-misc/xrestop/xrestop-0.3.ebuild | |
parent | Mark 1.8.31 stable on alpha (diff) | |
download | gentoo-2-fe10e874afd0cd6f896366ef38ee442425392a8c.tar.gz gentoo-2-fe10e874afd0cd6f896366ef38ee442425392a8c.tar.bz2 gentoo-2-fe10e874afd0cd6f896366ef38ee442425392a8c.zip |
virtual/x11 is needed at compile-time
(Portage version: 2.0.53_rc5)
Diffstat (limited to 'x11-misc/xrestop/xrestop-0.3.ebuild')
-rw-r--r-- | x11-misc/xrestop/xrestop-0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/xrestop/xrestop-0.3.ebuild b/x11-misc/xrestop/xrestop-0.3.ebuild index f6d97584dac2..ff06e2c4930b 100644 --- a/x11-misc/xrestop/xrestop-0.3.ebuild +++ b/x11-misc/xrestop/xrestop-0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrestop/xrestop-0.3.ebuild,v 1.7 2005/09/17 02:04:39 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrestop/xrestop-0.3.ebuild,v 1.8 2005/10/13 23:53:34 swegener Exp $ IUSE="" @@ -12,7 +12,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 ppc ~sparc x86" -RDEPEND="virtual/x11" +DEPEND="virtual/x11" src_install () { make DESTDIR="${D}" install || die |