17 |
17 |
else
|
18 |
18 |
SRC_URI="https://github.com/OpenPrinting/cups/releases/download/v${MY_PV}/cups-${MY_PV}-source.tar.gz"
|
19 |
19 |
if [[ ${PV} != *_beta* && ${PV} != *_rc* ]] ; then
|
20 |
|
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
|
|
20 |
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv ~s390 sparc x86"
|
21 |
21 |
fi
|
22 |
22 |
fi
|
23 |
23 |
|
... | ... | |
28 |
28 |
|
29 |
29 |
LICENSE="Apache-2.0"
|
30 |
30 |
SLOT="0"
|
31 |
|
IUSE="acl dbus debug kerberos openssl pam selinux +ssl static-libs systemd test usb X xinetd zeroconf"
|
|
31 |
IUSE="acl dbus debug kerberos openssl pam selinux static-libs systemd test usb X xinetd zeroconf"
|
32 |
32 |
|
33 |
33 |
# As of 2.4.2, they don't actually seem to be interactive (they pass some flags
|
34 |
34 |
# by default to input for us), but they fail on some greyscale issue w/ poppler?
|
... | ... | |
52 |
52 |
kerberos? ( >=virtual/krb5-0-r1[${MULTILIB_USEDEP}] )
|
53 |
53 |
pam? ( sys-libs/pam )
|
54 |
54 |
!pam? ( virtual/libcrypt:= )
|
55 |
|
ssl? (
|
56 |
|
!openssl? ( >=net-libs/gnutls-2.12.23-r6:0=[${MULTILIB_USEDEP}] )
|
57 |
|
openssl? ( dev-libs/openssl:=[${MULTILIB_USEDEP}] )
|
58 |
|
)
|
|
55 |
!openssl? ( >=net-libs/gnutls-2.12.23-r6:=[${MULTILIB_USEDEP}] )
|
|
56 |
openssl? ( dev-libs/openssl:=[${MULTILIB_USEDEP}] )
|
59 |
57 |
systemd? ( sys-apps/systemd )
|
60 |
58 |
usb? ( virtual/libusb:1 )
|
61 |
59 |
X? ( x11-misc/xdg-utils )
|
... | ... | |
166 |
164 |
$(multilib_native_use_enable pam)
|
167 |
165 |
$(use_enable static-libs static)
|
168 |
166 |
$(use_enable test unit-tests)
|
169 |
|
# USE="ssl" => gnutls
|
170 |
|
# USE="ssl openssl" => openssl
|
171 |
|
$(use_with ssl tls $(usex openssl openssl gnutls))
|
|
167 |
--with-tls=$(usex openssl openssl gnutls)
|
172 |
168 |
$(use_with systemd ondemand systemd)
|
173 |
169 |
$(multilib_native_use_enable usb libusb)
|
174 |
170 |
$(use_with zeroconf dnssd avahi)
|