summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-05-07 21:53:13 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-05-07 21:53:13 +0000
commita914cd07f8926443720f4274993afaf9ca72bf66 (patch)
treedf299153292b4fcb9246b77df34da42c9d487f0b /x11-libs/glamor
parentfix dependencies wrt #414931 (diff)
downloadgentoo-2-a914cd07f8926443720f4274993afaf9ca72bf66.tar.gz
gentoo-2-a914cd07f8926443720f4274993afaf9ca72bf66.tar.bz2
gentoo-2-a914cd07f8926443720f4274993afaf9ca72bf66.zip
Depend on mesa[gbm].
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/glamor')
-rw-r--r--x11-libs/glamor/ChangeLog6
-rw-r--r--x11-libs/glamor/glamor-0.4.1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-libs/glamor/ChangeLog b/x11-libs/glamor/ChangeLog
index 8c09121c69db..5f3dbdc03a6a 100644
--- a/x11-libs/glamor/ChangeLog
+++ b/x11-libs/glamor/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/glamor
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/glamor/ChangeLog,v 1.1 2012/05/01 18:08:10 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/glamor/ChangeLog,v 1.2 2012/05/07 21:53:13 chithanh Exp $
+
+ 07 May 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ glamor-0.4.1.ebuild:
+ Depend on mesa[gbm].
*glamor-0.4.1 (01 May 2012)
diff --git a/x11-libs/glamor/glamor-0.4.1.ebuild b/x11-libs/glamor/glamor-0.4.1.ebuild
index 018cb2808a8d..4add1e4f01d0 100644
--- a/x11-libs/glamor/glamor-0.4.1.ebuild
+++ b/x11-libs/glamor/glamor-0.4.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/glamor/glamor-0.4.1.ebuild,v 1.1 2012/05/01 18:08:10 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/glamor/glamor-0.4.1.ebuild,v 1.2 2012/05/07 21:53:13 chithanh Exp $
EAPI=4
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86"
IUSE="gles"
RDEPEND=">=x11-base/xorg-server-1.10
- media-libs/mesa[egl]
+ media-libs/mesa[egl,gbm]
gles? (
|| ( media-libs/mesa[gles2] media-libs/mesa[gles] )
)