Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 282130
Collapse All | Expand All

(-)/usr/local/portage/sci-geosciences/gpsd/gpsd-2.39.ebuild (+7 lines)
Lines 41-46 Link Here
41
		dev-libs/libxslt
42
		dev-libs/libxslt
42
	)"
43
	)"
43
44
45
pkg_setup() {
46
	enewuser gpsd -1 -1 -1 "uucp"
47
}
48
44
src_unpack() {
49
src_unpack() {
45
	unpack ${A}
50
	unpack ${A}
46
	cd "${S}"
51
	cd "${S}"
Lines 68-73 Link Here
68
	local my_conf="--enable-shared --with-pic --enable-static"
75
	local my_conf="--enable-shared --with-pic --enable-static"
69
		# --enable-superstar2 is missing a header file
76
		# --enable-superstar2 is missing a header file
70
77
78
	# Drops privs to user gpsd. Add to any required groups to access gps
79
	my_conf="${my_conf} --enable-gpsd-user=gpsd"
80
71
	distutils_python_version
81
	distutils_python_version
72
82
73
	if ! use ntp; then
83
	if ! use ntp; then

Return to bug 282130