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 | |
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')
-rw-r--r-- | x11-misc/xrestop/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/xrestop/xrestop-0.2.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/xrestop/xrestop-0.3.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/x11-misc/xrestop/ChangeLog b/x11-misc/xrestop/ChangeLog index 519a6b6619ee..0068f5fb0d10 100644 --- a/x11-misc/xrestop/ChangeLog +++ b/x11-misc/xrestop/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xrestop # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrestop/ChangeLog,v 1.13 2005/09/17 02:04:39 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrestop/ChangeLog,v 1.14 2005/10/13 23:53:34 swegener Exp $ + + 13 Oct 2005; Sven Wegener <swegener@gentoo.org> xrestop-0.2.ebuild, + xrestop-0.3.ebuild: + virtual/x11 is needed at compile-time 17 Sep 2005; Aron Griffis <agriffis@gentoo.org> xrestop-0.3.ebuild: Mark 0.3 stable on alpha diff --git a/x11-misc/xrestop/xrestop-0.2.ebuild b/x11-misc/xrestop/xrestop-0.2.ebuild index 1ecf762c9d88..a86e08647a0b 100644 --- a/x11-misc/xrestop/xrestop-0.2.ebuild +++ b/x11-misc/xrestop/xrestop-0.2.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.2.ebuild,v 1.7 2005/04/05 15:27:58 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrestop/xrestop-0.2.ebuild,v 1.8 2005/10/13 23:53:34 swegener Exp $ IUSE="" @@ -12,7 +12,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc amd64" -RDEPEND="virtual/x11" +DEPEND="virtual/x11" src_install () { einstall || die 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 |