summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2009-05-01 15:08:38 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2009-05-01 15:08:38 +0000
commit0901833b5bd0866cad38f9be9ecc06e7d606c452 (patch)
treecc77dd3572730fb0d3d6f5b86194fe51e698c53a /media-libs
parentFixed bug #268089 (diff)
downloadgentoo-2-0901833b5bd0866cad38f9be9ecc06e7d606c452.tar.gz
gentoo-2-0901833b5bd0866cad38f9be9ecc06e7d606c452.tar.bz2
gentoo-2-0901833b5bd0866cad38f9be9ecc06e7d606c452.zip
Move glew RDEPEND to PDEPEND for avoiding circular deps.
(Portage version: 2.2_rc31/cvs/Linux x86_64)
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/mesa/ChangeLog5
-rw-r--r--media-libs/mesa/mesa-7.4.1-r1.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/media-libs/mesa/ChangeLog b/media-libs/mesa/ChangeLog
index df6cce5778d2..a5e69906af49 100644
--- a/media-libs/mesa/ChangeLog
+++ b/media-libs/mesa/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/mesa
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.207 2009/04/29 17:16:18 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.208 2009/05/01 15:08:38 scarabeus Exp $
+
+ 01 May 2009; Tomas Chvatal <scarabeus@gentoo.org> mesa-7.4.1-r1.ebuild:
+ Move glew RDEPEND to PDEPEND for avoiding circular deps.
*mesa-7.4.1-r1 (29 Apr 2009)
diff --git a/media-libs/mesa/mesa-7.4.1-r1.ebuild b/media-libs/mesa/mesa-7.4.1-r1.ebuild
index f646c0085cc6..562e16d06e69 100644
--- a/media-libs/mesa/mesa-7.4.1-r1.ebuild
+++ b/media-libs/mesa/mesa-7.4.1-r1.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/media-libs/mesa/mesa-7.4.1-r1.ebuild,v 1.1 2009/04/29 17:16:18 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.4.1-r1.ebuild,v 1.2 2009/05/01 15:08:38 scarabeus Exp $
EAPI="2"
@@ -65,7 +65,6 @@ RDEPEND="!<=x11-base/xorg-x11-6.9
!<=x11-proto/xf86driproto-2.0.3
app-admin/eselect-opengl
dev-libs/expat
- >=media-libs/glew-1.5.1
>=x11-libs/libdrm-2.4.6
x11-libs/libICE
x11-libs/libX11[xcb?]
@@ -88,6 +87,8 @@ DEPEND="${RDEPEND}
!hppa? ( x11-proto/xf86driproto )
motif? ( x11-proto/printproto )
"
+# glew depend on mesa and it is needed in runtime
+PDEPEND=">=media-libs/glew-1.5.1"
S="${WORKDIR}/${MY_P}"