Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/dfc/
Date: Sun, 14 Oct 2018 19:11:03
Message-Id: 1539544220.9e1a9b458f62828a63d51af53262857fb10440c3.asturm@gentoo
1 commit: 9e1a9b458f62828a63d51af53262857fb10440c3
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 14 19:10:20 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 14 19:10:20 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e1a9b45
7
8 sys-fs/dfc: Drop obsolete cmake option
9
10 CHANGELOG.md:
11 remove "GRIM" compile option - compile flags previously set by "grim" are
12 now defaults
13
14 Closes: https://bugs.gentoo.org/659384
15 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
16 Package-Manager: Portage-2.3.51, Repoman-2.3.11
17
18 sys-fs/dfc/dfc-3.1.1.ebuild | 3 +--
19 1 file changed, 1 insertion(+), 2 deletions(-)
20
21 diff --git a/sys-fs/dfc/dfc-3.1.1.ebuild b/sys-fs/dfc/dfc-3.1.1.ebuild
22 index d13715350a1..47407f3ae11 100644
23 --- a/sys-fs/dfc/dfc-3.1.1.ebuild
24 +++ b/sys-fs/dfc/dfc-3.1.1.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2018 Gentoo Foundation
27 +# Copyright 1999-2018 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=6
31 @@ -28,7 +28,6 @@ src_configure() {
32 # disable automagic dependency
33 -DNLS_ENABLED="$(usex nls)"
34 -DLFS_ENABLED=ON
35 - -DGRIM=OFF
36 )
37
38 cmake-utils_src_configure