Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/cups-filters/
Date: Thu, 02 Jun 2016 14:21:59
Message-Id: 1464877303.0f7480b815c9cec4dcdab375d17899d33a7dcd85.kensington@gentoo
1 commit: 0f7480b815c9cec4dcdab375d17899d33a7dcd85
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 2 14:19:41 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 2 14:21:43 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f7480b8
7
8 net-print/cups-filters: fix whitespace
9
10 Package-Manager: portage-2.3.0_rc1
11
12 net-print/cups-filters/cups-filters-1.5.0.ebuild | 4 ++--
13 net-print/cups-filters/cups-filters-1.6.0.ebuild | 2 +-
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/net-print/cups-filters/cups-filters-1.5.0.ebuild b/net-print/cups-filters/cups-filters-1.5.0.ebuild
17 index ac613bc..73e7454 100644
18 --- a/net-print/cups-filters/cups-filters-1.5.0.ebuild
19 +++ b/net-print/cups-filters/cups-filters-1.5.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2016 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -61,7 +61,7 @@ src_configure() {
27 $(use_with png) \
28 $(use_with tiff) \
29 --with-rcdir=no \
30 - --with-browseremoteprotocols=DNSSD,CUPS \
31 + --with-browseremoteprotocols=DNSSD,CUPS \
32 --without-php
33 }
34
35
36 diff --git a/net-print/cups-filters/cups-filters-1.6.0.ebuild b/net-print/cups-filters/cups-filters-1.6.0.ebuild
37 index cec01c8..878e58d 100644
38 --- a/net-print/cups-filters/cups-filters-1.6.0.ebuild
39 +++ b/net-print/cups-filters/cups-filters-1.6.0.ebuild
40 @@ -61,7 +61,7 @@ src_configure() {
41 $(use_with png) \
42 $(use_with tiff) \
43 --with-rcdir=no \
44 - --with-browseremoteprotocols=DNSSD,CUPS \
45 + --with-browseremoteprotocols=DNSSD,CUPS \
46 --without-php
47 }