Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-dev:uclibc commit in: media-libs/mesa/
Date: Fri, 06 Jan 2012 19:20:08
Message-Id: dc1eec8bedd87b90d2a1b2141afce6809e70c18e.blueness@gentoo
1 commit: dc1eec8bedd87b90d2a1b2141afce6809e70c18e
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 6 19:19:53 2012 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 6 19:19:53 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=dc1eec8b
7
8 media-libs/mesa: patch configure.ac to respect user defined macros
9
10 (Portage version: 2.1.10.41/git/Linux x86_64, signed Manifest commit with key 0xD0455535)
11
12 ---
13 media-libs/mesa/mesa-7.11.2-r99.ebuild | 2 +-
14 1 files changed, 1 insertions(+), 1 deletions(-)
15
16 diff --git a/media-libs/mesa/mesa-7.11.2-r99.ebuild b/media-libs/mesa/mesa-7.11.2-r99.ebuild
17 index 701f4aa..6acfe89 100644
18 --- a/media-libs/mesa/mesa-7.11.2-r99.ebuild
19 +++ b/media-libs/mesa/mesa-7.11.2-r99.ebuild
20 @@ -23,7 +23,7 @@ SRC_URI="ftp://ftp.freedesktop.org/pub/mesa/${FOLDER}/${MY_SRC_P}.tar.bz2
21
22 LICENSE="MIT LGPL-3 SGI-B-2.0"
23 SLOT="0"
24 -KEYWORDS="amd64 x86"
25 +KEYWORDS="amd64 x86"
26
27 INTEL_CARDS="intel"
28 RADEON_CARDS="radeon"