From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8357E1382C5 for ; Mon, 5 Mar 2018 06:07:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6545BE090A; Mon, 5 Mar 2018 06:06:58 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 42BC7E090A for ; Mon, 5 Mar 2018 06:06:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CEF5A335C2F for ; Mon, 5 Mar 2018 06:06:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5AD43240 for ; Mon, 5 Mar 2018 06:06:55 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1520229991.5aec0ff4c1cee9c9368201245f14ff4a9708b3d9.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qgis/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/qgis/qgis-3.0.0-r1.ebuild sci-geosciences/qgis/qgis-9999.ebuild X-VCS-Directories: sci-geosciences/qgis/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5aec0ff4c1cee9c9368201245f14ff4a9708b3d9 X-VCS-Branch: master Date: Mon, 5 Mar 2018 06:06:55 +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: e6bd545f-88cf-4b71-992c-211234962830 X-Archives-Hash: adc23bdcf0c6dc92203c76d8331be193 commit: 5aec0ff4c1cee9c9368201245f14ff4a9708b3d9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Mar 5 01:01:36 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Mar 5 06:06:31 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5aec0ff4 sci-geosciences/qgis: Fix sandbox violation Closes: https://bugs.gentoo.org/648726 Package-Manager: Portage-2.3.24, Repoman-2.3.6 sci-geosciences/qgis/qgis-3.0.0-r1.ebuild | 3 ++- sci-geosciences/qgis/qgis-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sci-geosciences/qgis/qgis-3.0.0-r1.ebuild b/sci-geosciences/qgis/qgis-3.0.0-r1.ebuild index 4f627756c81..84a8a75f10b 100644 --- a/sci-geosciences/qgis/qgis-3.0.0-r1.ebuild +++ b/sci-geosciences/qgis/qgis-3.0.0-r1.ebuild @@ -154,8 +154,9 @@ src_configure() { use python && mycmakeargs+=( -DBINDINGS_GLOBAL_INSTALL=ON ) - # bug 612956 + # bugs 612956, 648726 addpredict /dev/dri/renderD128 + addpredict /dev/dri/renderD129 cmake-utils_src_configure } diff --git a/sci-geosciences/qgis/qgis-9999.ebuild b/sci-geosciences/qgis/qgis-9999.ebuild index 3c190c67ffb..e1f95949f66 100644 --- a/sci-geosciences/qgis/qgis-9999.ebuild +++ b/sci-geosciences/qgis/qgis-9999.ebuild @@ -154,8 +154,9 @@ src_configure() { use python && mycmakeargs+=( -DBINDINGS_GLOBAL_INSTALL=ON ) - # bug 612956 + # bugs 612956, 648726 addpredict /dev/dri/renderD128 + addpredict /dev/dri/renderD129 cmake-utils_src_configure }