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

Collapse All | Expand All

(-)pcsc-lite-1.8.23.ebuild (-1 / +2 lines)
Lines 49-56 Link Here
49
pkg_setup() {
49
pkg_setup() {
50
	use python && python-single-r1_pkg_setup
50
	use python && python-single-r1_pkg_setup
51
	enewgroup openct # make sure it exists
51
	enewgroup openct # make sure it exists
52
	enewgroup usb # make sure it exists
52
	enewgroup pcscd
53
	enewgroup pcscd
53
	enewuser pcscd -1 -1 /run/pcscd pcscd,openct
54
	enewuser pcscd -1 -1 /run/pcscd pcscd,openct,usb
54
}
55
}
55
56
56
multilib_src_configure() {
57
multilib_src_configure() {

Return to bug 618738