summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2014-09-07 20:48:21 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2014-09-07 20:48:21 +0000
commit8b3b0fcb8c8ff57e3376871cefd8b8c6c2651668 (patch)
tree9b0c859703416e8cad4e2efa24da0a9a70dd99a6 /net-print/cups/cups-9999.ebuild
parentRemove old, bug 517932. (diff)
downloadgentoo-2-8b3b0fcb8c8ff57e3376871cefd8b8c6c2651668.tar.gz
gentoo-2-8b3b0fcb8c8ff57e3376871cefd8b8c6c2651668.tar.bz2
gentoo-2-8b3b0fcb8c8ff57e3376871cefd8b8c6c2651668.zip
Undo the last change; as correctly pointed out by Arfrever it makes no sense.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
Diffstat (limited to 'net-print/cups/cups-9999.ebuild')
-rw-r--r--net-print/cups/cups-9999.ebuild17
1 files changed, 2 insertions, 15 deletions
diff --git a/net-print/cups/cups-9999.ebuild b/net-print/cups/cups-9999.ebuild
index 1e8ca65b58f8..539412df53e8 100644
--- a/net-print/cups/cups-9999.ebuild
+++ b/net-print/cups/cups-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/cups/cups-9999.ebuild,v 1.62 2014/09/06 19:30:17 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/cups/cups-9999.ebuild,v 1.63 2014/09/07 20:48:21 dilfridge Exp $
EAPI=5
@@ -192,20 +192,6 @@ multilib_src_configure() {
)
fi
- # the following is needed only because of bug 513552
- # and replaces a simpler
- # $(multilib_native_use_enable usb libusb)
- #
- if use usb && multilib_is_native_abi; then
- myconf+=(
- --enable-libusb=yes
- )
- else
- myconf+=(
- --enable-libusb=no
- )
- fi
-
# need to override KRB5CONFIG for proper flags
# https://www.cups.org/str.php?L4423
econf \
@@ -227,6 +213,7 @@ multilib_src_configure() {
$(multilib_native_use_enable pam) \
$(use_enable static-libs static) \
$(use_enable threads) \
+ $(multilib_native_use_enable usb libusb) \
--disable-dnssd \
$(multilib_native_use_with java) \
--without-perl \