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 4A3CB138334 for ; Thu, 11 Apr 2019 21:22:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68E2FE082D; Thu, 11 Apr 2019 21:22:54 +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 3DE3FE082D for ; Thu, 11 Apr 2019 21:22:54 +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 7FF24340DB0 for ; Thu, 11 Apr 2019 21:22:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE623520 for ; Thu, 11 Apr 2019 21:22:50 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1555017752.a43e3b9e3ab341fc7f980c91ef08f64e5fb95f01.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/fim/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/fim/fim-0.5_rc3.ebuild X-VCS-Directories: media-gfx/fim/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: a43e3b9e3ab341fc7f980c91ef08f64e5fb95f01 X-VCS-Branch: master Date: Thu, 11 Apr 2019 21:22:50 +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: 079c876d-cd5d-43a1-a1ef-9a9115d72ce0 X-Archives-Hash: f96cdb239556091e911b6153b8004089 commit: a43e3b9e3ab341fc7f980c91ef08f64e5fb95f01 Author: David Seifert gentoo org> AuthorDate: Thu Apr 11 21:21:56 2019 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Apr 11 21:22:32 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a43e3b9e media-gfx/fim: [QA] Remove unrecognized configure options Closes: https://bugs.gentoo.org/670540 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: David Seifert gentoo.org> media-gfx/fim/fim-0.5_rc3.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/media-gfx/fim/fim-0.5_rc3.ebuild b/media-gfx/fim/fim-0.5_rc3.ebuild index 1fc260ca524..95f133f017f 100644 --- a/media-gfx/fim/fim-0.5_rc3.ebuild +++ b/media-gfx/fim/fim-0.5_rc3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -82,8 +82,6 @@ src_configure() { --enable-mark-and-dump \ --enable-output-console \ --enable-raw-bits-rendering \ - --enable-read-dirs \ - --enable-recursive-dirs \ --enable-resize-optimizations \ --enable-scan-consolefonts \ --enable-screen \