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 22FBF138334 for ; Wed, 12 Jun 2019 21:13:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F845E08EB; Wed, 12 Jun 2019 21:13:02 +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 02C99E08EB for ; Wed, 12 Jun 2019 21:13:01 +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 4DB74345FA0 for ; Wed, 12 Jun 2019 21:13:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39E7C5BD for ; Wed, 12 Jun 2019 21:12:58 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1560373971.f5d2e21a41be3350878227195b0bf0c99157801a.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/cups-filters/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-print/cups-filters/cups-filters-1.25.0.ebuild net-print/cups-filters/cups-filters-9999.ebuild X-VCS-Directories: net-print/cups-filters/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: f5d2e21a41be3350878227195b0bf0c99157801a X-VCS-Branch: master Date: Wed, 12 Jun 2019 21:12:58 +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: b9c55940-9d0a-48ad-a3c2-0146b0d05a63 X-Archives-Hash: b8062787062b08589f1d63a66d3f5afb commit: f5d2e21a41be3350878227195b0bf0c99157801a Author: Lars Wendler gentoo org> AuthorDate: Wed Jun 12 21:12:37 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Jun 12 21:12:51 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5d2e21a net-print/cups-filters: Removed unrecognized configure option Closes: https://bugs.gentoo.org/687954 Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Lars Wendler gentoo.org> net-print/cups-filters/cups-filters-1.25.0.ebuild | 1 - net-print/cups-filters/cups-filters-9999.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/net-print/cups-filters/cups-filters-1.25.0.ebuild b/net-print/cups-filters/cups-filters-1.25.0.ebuild index 9549f96b1d5..707a8fe5746 100644 --- a/net-print/cups-filters/cups-filters-1.25.0.ebuild +++ b/net-print/cups-filters/cups-filters-1.25.0.ebuild @@ -73,7 +73,6 @@ src_configure() { $(use_enable pclm) $(use_enable pdf mutool) $(use_enable postscript ghostscript) - $(use_enable postscript ijs) $(use_enable static-libs static) $(use_enable zeroconf avahi) $(use_with jpeg) diff --git a/net-print/cups-filters/cups-filters-9999.ebuild b/net-print/cups-filters/cups-filters-9999.ebuild index 9549f96b1d5..707a8fe5746 100644 --- a/net-print/cups-filters/cups-filters-9999.ebuild +++ b/net-print/cups-filters/cups-filters-9999.ebuild @@ -73,7 +73,6 @@ src_configure() { $(use_enable pclm) $(use_enable pdf mutool) $(use_enable postscript ghostscript) - $(use_enable postscript ijs) $(use_enable static-libs static) $(use_enable zeroconf avahi) $(use_with jpeg)