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 705FE138350 for ; Wed, 18 Mar 2020 11:14:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BBA7BE09D5; Wed, 18 Mar 2020 11:14:30 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 9C71FE09BE for ; Wed, 18 Mar 2020 11:14:30 +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 C44AF34F291 for ; Wed, 18 Mar 2020 11:14:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 69BDB186 for ; Wed, 18 Mar 2020 11:14:28 +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: <1584530064.a61f9dae68698f75558eb2e96a6a75e6becfe90b.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-9999.ebuild X-VCS-Directories: net-print/cups-filters/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: a61f9dae68698f75558eb2e96a6a75e6becfe90b X-VCS-Branch: master Date: Wed, 18 Mar 2020 11:14:28 +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: 9910fc4a-cabf-443c-87b8-763b41d82e9c X-Archives-Hash: f52c9af5ce530c9458d3431dd0e9716f commit: a61f9dae68698f75558eb2e96a6a75e6becfe90b Author: Lars Wendler gentoo org> AuthorDate: Wed Mar 18 11:14:14 2020 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Mar 18 11:14:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a61f9dae net-print/cups-filters: Synced live ebuild Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Lars Wendler gentoo.org> net-print/cups-filters/cups-filters-9999.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/net-print/cups-filters/cups-filters-9999.ebuild b/net-print/cups-filters/cups-filters-9999.ebuild index cc938610ec4..6cb600e6a3a 100644 --- a/net-print/cups-filters/cups-filters-9999.ebuild +++ b/net-print/cups-filters/cups-filters-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -19,7 +19,7 @@ HOMEPAGE="https://wiki.linuxfoundation.org/openprinting/cups-filters" LICENSE="MIT GPL-2" SLOT="0" -IUSE="dbus +foomatic ipp_autosetup jpeg ldap pclm pdf perl png +postscript static-libs test tiff zeroconf" +IUSE="dbus +foomatic jpeg ldap pclm pdf perl png +postscript static-libs test tiff zeroconf" RESTRICT="!test? ( test )" @@ -73,7 +73,6 @@ src_configure() { --without-php $(use_enable dbus) $(use_enable foomatic) - $(use_enable ipp_autosetup auto-setup-driverless) $(use_enable ldap) $(use_enable pclm) $(use_enable pdf mutool)