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 4F5BF138334 for ; Sun, 14 Oct 2018 19:11:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14CE8E0798; Sun, 14 Oct 2018 19:11:02 +0000 (UTC) Received: from smtp.gentoo.org (unknown [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 D7592E0798 for ; Sun, 14 Oct 2018 19:11:01 +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 CF82E335CCC for ; Sun, 14 Oct 2018 19:10:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC4AB3D4 for ; Sun, 14 Oct 2018 19:10:37 +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: <1539544220.9e1a9b458f62828a63d51af53262857fb10440c3.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/dfc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/dfc/dfc-3.1.1.ebuild X-VCS-Directories: sys-fs/dfc/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9e1a9b458f62828a63d51af53262857fb10440c3 X-VCS-Branch: master Date: Sun, 14 Oct 2018 19:10:37 +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: a393aea1-ea4b-42dd-9480-f3dbad436c2b X-Archives-Hash: 510f0b2e275e9defc190ce995ce2c372 commit: 9e1a9b458f62828a63d51af53262857fb10440c3 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Oct 14 19:10:20 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Oct 14 19:10:20 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e1a9b45 sys-fs/dfc: Drop obsolete cmake option CHANGELOG.md: remove "GRIM" compile option - compile flags previously set by "grim" are now defaults Closes: https://bugs.gentoo.org/659384 Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 sys-fs/dfc/dfc-3.1.1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys-fs/dfc/dfc-3.1.1.ebuild b/sys-fs/dfc/dfc-3.1.1.ebuild index d13715350a1..47407f3ae11 100644 --- a/sys-fs/dfc/dfc-3.1.1.ebuild +++ b/sys-fs/dfc/dfc-3.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -28,7 +28,6 @@ src_configure() { # disable automagic dependency -DNLS_ENABLED="$(usex nls)" -DLFS_ENABLED=ON - -DGRIM=OFF ) cmake-utils_src_configure