summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2005-12-12 05:10:05 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2005-12-12 05:10:05 +0000
commitf64d5d721555a2f9a03314a2bf505e475deaccdc (patch)
tree5d8134ba6b83627d386f92e05e2ee37462140fce /x11-misc
parentVersion bump. (diff)
downloadgentoo-2-f64d5d721555a2f9a03314a2bf505e475deaccdc.tar.gz
gentoo-2-f64d5d721555a2f9a03314a2bf505e475deaccdc.tar.bz2
gentoo-2-f64d5d721555a2f9a03314a2bf505e475deaccdc.zip
Add modular X dependencies.
(Portage version: 2.0.53)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/xrestop/ChangeLog5
-rw-r--r--x11-misc/xrestop/xrestop-0.3.ebuild8
2 files changed, 10 insertions, 3 deletions
diff --git a/x11-misc/xrestop/ChangeLog b/x11-misc/xrestop/ChangeLog
index 6f0fc5758e52..336d91c87794 100644
--- a/x11-misc/xrestop/ChangeLog
+++ b/x11-misc/xrestop/ChangeLog
@@ -1,6 +1,9 @@
# 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.16 2005/11/10 18:40:48 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrestop/ChangeLog,v 1.17 2005/12/12 05:10:05 spyderous Exp $
+
+ 12 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; xrestop-0.3.ebuild:
+ Add modular X dependencies.
10 Nov 2005; Gustavo Zacarias <gustavoz@gentoo.org> xrestop-0.3.ebuild:
Stable on sparc wrt #111068
diff --git a/x11-misc/xrestop/xrestop-0.3.ebuild b/x11-misc/xrestop/xrestop-0.3.ebuild
index 35ebd71564d3..e3f663a077c6 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.10 2005/11/10 18:40:48 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrestop/xrestop-0.3.ebuild,v 1.11 2005/12/12 05:10:05 spyderous Exp $
IUSE=""
@@ -12,7 +12,11 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 ppc sparc x86"
-DEPEND="virtual/x11"
+DEPEND="|| ( ( x11-libs/libXres
+ x11-libs/libXt
+ )
+ virtual/x11
+ )"
src_install () {
make DESTDIR="${D}" install || die