Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Fri, 27 Apr 2018 17:17:37
Message-Id: 1524849438.03197a08261692b637529abbdc5de4f6d5a36d20.mattst88@gentoo
1 commit: 03197a08261692b637529abbdc5de4f6d5a36d20
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 27 06:10:35 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 27 17:17:18 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03197a08
7
8 xorg-2.eclass: Fix typo'd DRI_COMMON_DEPEND
9
10 eclass/xorg-2.eclass | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/eclass/xorg-2.eclass b/eclass/xorg-2.eclass
14 index 96a469163cf..0329a7aa623 100644
15 --- a/eclass/xorg-2.eclass
16 +++ b/eclass/xorg-2.eclass
17 @@ -210,7 +210,7 @@ case ${XORG_DRI} in
18 IUSE+=" ${XORG_DRI}"
19 ;;
20 esac
21 -unset DRI_COMMONDEPEND
22 +unset DRI_COMMON_DEPEND
23
24 if [[ -n "${DRIVER}" ]]; then
25 COMMON_DEPEND+="