diff options
author | Michael Palimaka <kensington@gentoo.org> | 2016-06-03 00:19:41 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-06-03 00:21:43 +1000 |
commit | 0f7480b815c9cec4dcdab375d17899d33a7dcd85 (patch) | |
tree | 93e8290bad27672371834146152ce0b1fd4e6229 /net-print/cups-filters | |
parent | ddd9fa7b84508e222a59e23121227863c647ce21 (diff) | |
download | gentoo-0f7480b815c9cec4dcdab375d17899d33a7dcd85.tar.gz gentoo-0f7480b815c9cec4dcdab375d17899d33a7dcd85.tar.xz |
net-print/cups-filters: fix whitespace
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'net-print/cups-filters')
-rw-r--r-- | net-print/cups-filters/cups-filters-1.5.0.ebuild | 4 | ||||
-rw-r--r-- | 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 ac613bc5c35..73e745458ff 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 cec01c8251f..878e58d7b18 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 } |