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 5F032138334 for ; Sat, 27 Jul 2019 08:17:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8FDABE085A; Sat, 27 Jul 2019 08:17:22 +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 6B33AE085A for ; Sat, 27 Jul 2019 08:17:22 +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 20294348C93 for ; Sat, 27 Jul 2019 08:17:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 914E0731 for ; Sat, 27 Jul 2019 08:17:18 +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: <1564215282.02fd37015dd0893fcfd3aa54729046aa70db33c8.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/ledger/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/ledger/ledger-3.1.2.ebuild X-VCS-Directories: app-office/ledger/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 02fd37015dd0893fcfd3aa54729046aa70db33c8 X-VCS-Branch: master Date: Sat, 27 Jul 2019 08:17:18 +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: 19ae110f-7bfe-448c-82bc-0061c5ebc6a1 X-Archives-Hash: ac14eea79f27287556eb2ff504bcb232 commit: 02fd37015dd0893fcfd3aa54729046aa70db33c8 Author: Francesco Turco fastmail fm> AuthorDate: Sun Jun 30 21:09:51 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jul 27 08:14:42 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02fd3701 app-office/ledger: remove unused cmake variable Non-maintainer commit after timeout. Closes: https://bugs.gentoo.org/677988 Signed-off-by: Francesco Turco fastmail.fm> Signed-off-by: Andreas Sturmlechner gentoo.org> app-office/ledger/ledger-3.1.2.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/app-office/ledger/ledger-3.1.2.ebuild b/app-office/ledger/ledger-3.1.2.ebuild index be240f9dcfc..15695c67391 100644 --- a/app-office/ledger/ledger-3.1.2.ebuild +++ b/app-office/ledger/ledger-3.1.2.ebuild @@ -88,7 +88,6 @@ src_prepare() { src_configure() { local mycmakeargs=( - -DBUILD_EMACSLISP="$(usex emacs)" -DBUILD_DOCS="$(usex doc)" -DBUILD_WEB_DOCS="$(usex doc)" -DUSE_PYTHON="$(usex python)"