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 54D27138335 for ; Sun, 26 Aug 2018 11:33:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D191E08A6; Sun, 26 Aug 2018 11:33:42 +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 0ADF0E08A6 for ; Sun, 26 Aug 2018 11:33:42 +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 CAA8E335CA6 for ; Sun, 26 Aug 2018 11:33:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20E4F3B9 for ; Sun, 26 Aug 2018 11:33:39 +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: <1535283206.b02e9165858705a05773449eff2f1522bc674000.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/edb-debugger/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/edb-debugger/edb-debugger-1.0.0-r1.ebuild X-VCS-Directories: dev-util/edb-debugger/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b02e9165858705a05773449eff2f1522bc674000 X-VCS-Branch: master Date: Sun, 26 Aug 2018 11:33:39 +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: cb7c5eaf-cac1-4cf2-9f7a-76e406eca8d1 X-Archives-Hash: a304e2169e291331eead65e3f1a80f84 commit: b02e9165858705a05773449eff2f1522bc674000 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Aug 26 11:32:40 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Aug 26 11:33:26 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b02e9165 dev-util/edb-debugger: Drop superflous definition of S Package-Manager: Portage-2.3.48, Repoman-2.3.10 dev-util/edb-debugger/edb-debugger-1.0.0-r1.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/dev-util/edb-debugger/edb-debugger-1.0.0-r1.ebuild b/dev-util/edb-debugger/edb-debugger-1.0.0-r1.ebuild index d2e06276009..d9449879662 100644 --- a/dev-util/edb-debugger/edb-debugger-1.0.0-r1.ebuild +++ b/dev-util/edb-debugger/edb-debugger-1.0.0-r1.ebuild @@ -14,8 +14,6 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="graphviz" -S="${WORKDIR}/${P}" - RDEPEND=" dev-libs/capstone dev-qt/qtconcurrent:5