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 A657E138334 for ; Tue, 11 Dec 2018 10:01:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7082E0954; Tue, 11 Dec 2018 10:01:31 +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 9ACF9E0954 for ; Tue, 11 Dec 2018 10:01:31 +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 41F7E335C67 for ; Tue, 11 Dec 2018 10:01:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8990442F for ; Tue, 11 Dec 2018 10:01:28 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1544522480.57c9420bf89905d63b1cd0f6295d9231ba2e9608.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mysql-workbench/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/mysql-workbench/mysql-workbench-8.0.13.ebuild X-VCS-Directories: dev-db/mysql-workbench/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 57c9420bf89905d63b1cd0f6295d9231ba2e9608 X-VCS-Branch: master Date: Tue, 11 Dec 2018 10:01:28 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e0d1e309-d27b-4e7b-b41c-b880a890a1ce X-Archives-Hash: 6f231e15fe7d45aa1b2fe8b54973cd80 commit: 57c9420bf89905d63b1cd0f6295d9231ba2e9608 Author: Hans de Graaff gentoo org> AuthorDate: Tue Dec 11 10:00:18 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Tue Dec 11 10:01:20 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57c9420b dev-db/mysql-workbench: drop commented-out code Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-db/mysql-workbench/mysql-workbench-8.0.13.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dev-db/mysql-workbench/mysql-workbench-8.0.13.ebuild b/dev-db/mysql-workbench/mysql-workbench-8.0.13.ebuild index df7e12b9028..81dcd36bcd4 100644 --- a/dev-db/mysql-workbench/mysql-workbench-8.0.13.ebuild +++ b/dev-db/mysql-workbench/mysql-workbench-8.0.13.ebuild @@ -101,7 +101,3 @@ src_configure() { ) cmake-utils_src_configure } - -#src_compile() { -# cmake-utils_src_compile -j1 -#}