summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2006-07-06 16:05:44 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2006-07-06 16:05:44 +0000
commit7556ef60aa2fd0131a5b419ea91f4a858000615d (patch)
tree09cfe58127ad9b5fccf4b01f6bfc23d7eb29a954 /x11-apps/xdriinfo
parentSupport --libdir option for multilib, in particular 32-bit binary builds used... (diff)
downloadgentoo-2-7556ef60aa2fd0131a5b419ea91f4a858000615d.tar.gz
gentoo-2-7556ef60aa2fd0131a5b419ea91f4a858000615d.tar.bz2
gentoo-2-7556ef60aa2fd0131a5b419ea91f4a858000615d.zip
(#138920) Add missing virtual/opengl dep (Ernestas Liubarskij).
(Portage version: 2.1.1_pre2-r4)
Diffstat (limited to 'x11-apps/xdriinfo')
-rw-r--r--x11-apps/xdriinfo/ChangeLog6
-rw-r--r--x11-apps/xdriinfo/xdriinfo-1.0.1.ebuild5
2 files changed, 8 insertions, 3 deletions
diff --git a/x11-apps/xdriinfo/ChangeLog b/x11-apps/xdriinfo/ChangeLog
index de9f970bf67a..d0b39976a9fc 100644
--- a/x11-apps/xdriinfo/ChangeLog
+++ b/x11-apps/xdriinfo/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-apps/xdriinfo
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/ChangeLog,v 1.18 2006/07/02 18:55:11 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/ChangeLog,v 1.19 2006/07/06 16:05:44 spyderous Exp $
+
+ 06 Jul 2006; Donnie Berkholz <spyderous@gentoo.org>;
+ xdriinfo-1.0.1.ebuild:
+ (#138920) Add missing virtual/opengl dep (Ernestas Liubarskij).
02 Jul 2006; Donnie Berkholz <spyderous@gentoo.org>;
xdriinfo-1.0.1.ebuild:
diff --git a/x11-apps/xdriinfo/xdriinfo-1.0.1.ebuild b/x11-apps/xdriinfo/xdriinfo-1.0.1.ebuild
index b5a45eca4b70..3f4f07c842cf 100644
--- a/x11-apps/xdriinfo/xdriinfo-1.0.1.ebuild
+++ b/x11-apps/xdriinfo/xdriinfo-1.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.1.ebuild,v 1.5 2006/07/02 18:55:11 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.1.ebuild,v 1.6 2006/07/06 16:05:44 spyderous Exp $
# Must be before x-modular eclass is inherited
#SNAPSHOT="yes"
@@ -10,6 +10,7 @@ inherit x-modular
DESCRIPTION="X.Org xdriinfo application"
RESTRICT="mirror"
KEYWORDS="alpha amd64 ~ia64 ppc ppc64 sparc x86"
-RDEPEND="x11-libs/libX11"
+RDEPEND="x11-libs/libX11
+ virtual/opengl"
DEPEND="${RDEPEND}
x11-proto/glproto"