Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 403317 | Differences between
and this patch

Collapse All | Expand All

(-)/var/data/portage/sys-apps/pcsc-lite/pcsc-lite-1.8.5-r1.ebuild (-3 / +3 lines)
Lines 4-10 Link Here
4
4
5
EAPI="4"
5
EAPI="4"
6
6
7
inherit multilib eutils user toolchain-funcs
7
inherit multilib eutils user systemd toolchain-funcs
8
8
9
DESCRIPTION="PC/SC Architecture smartcard middleware library"
9
DESCRIPTION="PC/SC Architecture smartcard middleware library"
10
HOMEPAGE="http://pcsclite.alioth.debian.org/"
10
HOMEPAGE="http://pcsclite.alioth.debian.org/"
Lines 21-27 Link Here
21
# This is called libusb so that it doesn't fool people in thinking that
21
# This is called libusb so that it doesn't fool people in thinking that
22
# it is _required_ for USB support. Otherwise they'll disable udev and
22
# it is _required_ for USB support. Otherwise they'll disable udev and
23
# that's going to be worse.
23
# that's going to be worse.
24
IUSE="libusb +udev"
24
IUSE="libusb systemd +udev"
25
25
26
REQUIRED_USE="^^ ( udev libusb )"
26
REQUIRED_USE="^^ ( udev libusb )"
27
27
Lines 45-51 Link Here
45
		--disable-silent-rules \
45
		--disable-silent-rules \
46
		--docdir="${EPREFIX}/usr/share/doc/${PF}" \
46
		--docdir="${EPREFIX}/usr/share/doc/${PF}" \
47
		--enable-usbdropdir="${EPREFIX}/usr/$(get_libdir)/readers/usb" \
47
		--enable-usbdropdir="${EPREFIX}/usr/$(get_libdir)/readers/usb" \
48
		--without-systemdsystemunitdir \
48
		$(use_with systemd systemdsystemunitdir "$(systemd_get_unitdir)")\
49
		$(use_enable udev libudev) \
49
		$(use_enable udev libudev) \
50
		$(use_enable libusb) \
50
		$(use_enable libusb) \
51
		${myconf}
51
		${myconf}

Return to bug 403317