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 ECCB9138334 for ; Sat, 18 Aug 2018 11:04:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA871E086B; Sat, 18 Aug 2018 11:04:52 +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 C0AC3E086B for ; Sat, 18 Aug 2018 11:04:52 +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 805B9340906 for ; Sat, 18 Aug 2018 11:04:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 08BEA3AE for ; Sat, 18 Aug 2018 11:04:46 +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: <1534590272.5f7bad96f408e06d6f6e2eac6785e9a479ccbb3e.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-r1.ebuild X-VCS-Directories: dev-util/apitrace/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5f7bad96f408e06d6f6e2eac6785e9a479ccbb3e X-VCS-Branch: master Date: Sat, 18 Aug 2018 11:04:46 +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: c4a56054-8b12-42f2-8677-a8f1581708a9 X-Archives-Hash: d13aee4d634b4dbf58b97f24aca4ff6d commit: 5f7bad96f408e06d6f6e2eac6785e9a479ccbb3e Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Aug 18 11:03:49 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Aug 18 11:04:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f7bad96 dev-util/apitrace: Drop unused cmake arg Arg is being removed by disable-multiarch.patch Package-Manager: Portage-2.3.47, Repoman-2.3.10 dev-util/apitrace/apitrace-7.1-r1.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-util/apitrace/apitrace-7.1-r1.ebuild b/dev-util/apitrace/apitrace-7.1-r1.ebuild index 5392ad595d4..c39555ef493 100644 --- a/dev-util/apitrace/apitrace-7.1-r1.ebuild +++ b/dev-util/apitrace/apitrace-7.1-r1.ebuild @@ -60,7 +60,6 @@ src_prepare() { src_configure() { my_configure() { local mycmakeargs=( - -DARCH_SUBDIR= -DENABLE_EGL=$(usex egl) -DENABLE_STATIC_SNAPPY=$(usex !system-snappy) )