summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Cardona <remi@gentoo.org>2009-05-08 22:59:54 +0000
committerRémi Cardona <remi@gentoo.org>2009-05-08 22:59:54 +0000
commitccc368c31f0b0222d7bf243bc243bbbdbc4ead6b (patch)
treed68c89833a96ab8cac0a53f9e9fe52ce394bc526 /x11-apps/x11perf
parentx11-libs/libICE: bump to 1.0.5 (diff)
downloadgentoo-2-ccc368c31f0b0222d7bf243bc243bbbdbc4ead6b.tar.gz
gentoo-2-ccc368c31f0b0222d7bf243bc243bbbdbc4ead6b.tar.bz2
gentoo-2-ccc368c31f0b0222d7bf243bc243bbbdbc4ead6b.zip
x11-apps/x11perf: add missing deps (fixes bug #228201)
(Portage version: 2.2_rc32/cvs/Linux i686)
Diffstat (limited to 'x11-apps/x11perf')
-rw-r--r--x11-apps/x11perf/ChangeLog5
-rw-r--r--x11-apps/x11perf/x11perf-1.5.ebuild6
2 files changed, 8 insertions, 3 deletions
diff --git a/x11-apps/x11perf/ChangeLog b/x11-apps/x11perf/ChangeLog
index aa77d631e133..29ad19267c93 100644
--- a/x11-apps/x11perf/ChangeLog
+++ b/x11-apps/x11perf/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-apps/x11perf
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/x11perf/ChangeLog,v 1.28 2009/05/05 06:53:55 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/x11perf/ChangeLog,v 1.29 2009/05/08 22:59:54 remi Exp $
+
+ 08 May 2009; Rémi Cardona <remi@gentoo.org> x11perf-1.5.ebuild:
+ add missing deps (fixes bug #228201)
05 May 2009; Christian Faulhammer <fauli@gentoo.org> x11perf-1.4.1.ebuild,
x11perf-1.5.ebuild:
diff --git a/x11-apps/x11perf/x11perf-1.5.ebuild b/x11-apps/x11perf/x11perf-1.5.ebuild
index 6832e6f92b75..e82fffcaa1ef 100644
--- a/x11-apps/x11perf/x11perf-1.5.ebuild
+++ b/x11-apps/x11perf/x11perf-1.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/x11perf/x11perf-1.5.ebuild,v 1.8 2009/05/05 06:53:55 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/x11perf/x11perf-1.5.ebuild,v 1.9 2009/05/08 22:59:54 remi Exp $
# Must be before x-modular eclass is inherited
#SNAPSHOT="yes"
@@ -12,5 +12,7 @@ KEYWORDS="~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbs
IUSE=""
RDEPEND="x11-libs/libX11
x11-libs/libXmu
- x11-libs/libXft"
+ x11-libs/libXft
+ x11-libs/libXrender
+ x11-libs/libXext"
DEPEND="${RDEPEND}"