From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4B0AE13829C for ; Thu, 2 Jun 2016 14:21:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6BA41429F; Thu, 2 Jun 2016 14:21:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F1D5A1429A for ; Thu, 2 Jun 2016 14:21:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0A510340E19 for ; Thu, 2 Jun 2016 14:21:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED7A01897 for ; Thu, 2 Jun 2016 14:21:53 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1464877303.0f7480b815c9cec4dcdab375d17899d33a7dcd85.kensington@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.5.0.ebuild net-print/cups-filters/cups-filters-1.6.0.ebuild X-VCS-Directories: net-print/cups-filters/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 0f7480b815c9cec4dcdab375d17899d33a7dcd85 X-VCS-Branch: master Date: Thu, 2 Jun 2016 14:21:53 +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: 8f4dde3f-9c21-4d2d-9838-2a209c6c0b76 X-Archives-Hash: a3890282bf65bfb5eb0d015978db45d3 commit: 0f7480b815c9cec4dcdab375d17899d33a7dcd85 Author: Michael Palimaka gentoo org> AuthorDate: Thu Jun 2 14:19:41 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Jun 2 14:21:43 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f7480b8 net-print/cups-filters: fix whitespace Package-Manager: portage-2.3.0_rc1 net-print/cups-filters/cups-filters-1.5.0.ebuild | 4 ++-- net-print/cups-filters/cups-filters-1.6.0.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-print/cups-filters/cups-filters-1.5.0.ebuild b/net-print/cups-filters/cups-filters-1.5.0.ebuild index ac613bc..73e7454 100644 --- a/net-print/cups-filters/cups-filters-1.5.0.ebuild +++ b/net-print/cups-filters/cups-filters-1.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -61,7 +61,7 @@ src_configure() { $(use_with png) \ $(use_with tiff) \ --with-rcdir=no \ - --with-browseremoteprotocols=DNSSD,CUPS \ + --with-browseremoteprotocols=DNSSD,CUPS \ --without-php } diff --git a/net-print/cups-filters/cups-filters-1.6.0.ebuild b/net-print/cups-filters/cups-filters-1.6.0.ebuild index cec01c8..878e58d 100644 --- a/net-print/cups-filters/cups-filters-1.6.0.ebuild +++ b/net-print/cups-filters/cups-filters-1.6.0.ebuild @@ -61,7 +61,7 @@ src_configure() { $(use_with png) \ $(use_with tiff) \ --with-rcdir=no \ - --with-browseremoteprotocols=DNSSD,CUPS \ + --with-browseremoteprotocols=DNSSD,CUPS \ --without-php }