From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E20AC1381FB for ; Thu, 27 Dec 2012 12:26:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DDEED21C1C4; Thu, 27 Dec 2012 12:26:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 667C021C1C4 for ; Thu, 27 Dec 2012 12:26:13 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1871633D73B for ; Thu, 27 Dec 2012 12:26:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 855B2E543D for ; Thu, 27 Dec 2012 12:26:10 +0000 (UTC) From: "Emil Karlson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Emil Karlson" Message-ID: <1356611127.937bf23423b99da94fc6f37df208c77dd8ed72f0.emil_karlson@gentoo> Subject: [gentoo-commits] proj/x11:master commit in: x11-drivers/ati-drivers/ X-VCS-Repository: proj/x11 X-VCS-Files: x11-drivers/ati-drivers/ati-drivers-12.6_beta_pre897.ebuild X-VCS-Directories: x11-drivers/ati-drivers/ X-VCS-Committer: emil_karlson X-VCS-Committer-Name: Emil Karlson X-VCS-Revision: 937bf23423b99da94fc6f37df208c77dd8ed72f0 X-VCS-Branch: master Date: Thu, 27 Dec 2012 12:26:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d87438bc-faf6-40e8-a6d6-7df3e226534f X-Archives-Hash: 1f0d206c87515bd185bdafddb3be566e commit: 937bf23423b99da94fc6f37df208c77dd8ed72f0 Author: Emil Karlson gmail com> AuthorDate: Thu Dec 27 12:25:27 2012 +0000 Commit: Emil Karlson gmail com> CommitDate: Thu Dec 27 12:25:27 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=937bf234 x11-drivers/ati-drivers: add vm-reserved patch to legacy branch too. --- .../ati-drivers-12.6_beta_pre897.ebuild | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/x11-drivers/ati-drivers/ati-drivers-12.6_beta_pre897.ebuild b/x11-drivers/ati-drivers/ati-drivers-12.6_beta_pre897.ebuild index 9cf9b40..6ca1b92 100644 --- a/x11-drivers/ati-drivers/ati-drivers-12.6_beta_pre897.ebuild +++ b/x11-drivers/ati-drivers/ati-drivers-12.6_beta_pre897.ebuild @@ -327,6 +327,10 @@ src_prepare() { #fixes bug #420751 epatch "${FILESDIR}"/ati-drivers-do_mmap.patch + # compile fix for linux-3.7 + # https://bugs.gentoo.org/show_bug.cgi?id=438516 + epatch "${FILESDIR}/ati-drivers-vm-reserverd.patch" + # Use ACPI_DEVICE_HANDLE wrapper to make driver build on linux-3.8 # see https://bugs.gentoo.org/show_bug.cgi?id=448216 epatch "${FILESDIR}/ati-drivers-kernel-3.8-acpihandle.patch"