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 4CDB11396D9 for ; Sat, 14 Oct 2017 20:47:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6061DE0CC7; Sat, 14 Oct 2017 20:47:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 3D90BE0CC7 for ; Sat, 14 Oct 2017 20:47:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 0105933BF0B for ; Sat, 14 Oct 2017 20:46:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 57EF431B for ; Sat, 14 Oct 2017 20:46:57 +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: <1508014000.5396228ced4a5a11a5c08e62e6bf02e114f7d5b5.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/apitrace/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/apitrace/apitrace-7.1.ebuild X-VCS-Directories: dev-util/apitrace/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5396228ced4a5a11a5c08e62e6bf02e114f7d5b5 X-VCS-Branch: master Date: Sat, 14 Oct 2017 20:46:57 +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: 0d11c067-7975-4b32-b09e-1551c1e8acec X-Archives-Hash: 7b24c85a6ab1784bc930468ce9832d54 commit: 5396228ced4a5a11a5c08e62e6bf02e114f7d5b5 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Oct 14 20:45:45 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Oct 14 20:46:40 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5396228c dev-util/apitrace: Cleanup ancient mesa version dep Package-Manager: Portage-2.3.11, Repoman-2.3.3 dev-util/apitrace/apitrace-7.1.ebuild | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/dev-util/apitrace/apitrace-7.1.ebuild b/dev-util/apitrace/apitrace-7.1.ebuild index 7ebcd73810e..7eeab313521 100644 --- a/dev-util/apitrace/apitrace-7.1.ebuild +++ b/dev-util/apitrace/apitrace-7.1.ebuild @@ -22,15 +22,13 @@ RDEPEND="${PYTHON_DEPS} system-snappy? ( >=app-arch/snappy-1.1.1[${MULTILIB_USEDEP}] ) >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] >=media-libs/mesa-9.1.6[egl?,${MULTILIB_USEDEP}] - egl? ( || ( - >=media-libs/mesa-8.0[gles1,gles2] - =media-libs/mesa-8.0[gles1,gles2] + media-libs/waffle[egl] + ) qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5