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

Collapse All | Expand All

(-)arts-3.4.1.ebuild (-1 / +8 lines)
Lines 57-66 Link Here
57
57
58
	# moved here from kdelibs so that when arts is installed
58
	# moved here from kdelibs so that when arts is installed
59
	# without kdelibs it's still in the path.
59
	# without kdelibs it's still in the path.
60
61
	# List all the multilib libdirs
62
	local libdirs
63
	for libdir in $(get_all_libdirs); do
64
		libdirs="${libdirs}:${PREFIX}/${libdir}"
65
	done
66
60
	dodir /etc/env.d
67
	dodir /etc/env.d
61
echo "PATH=${PREFIX}/bin
68
echo "PATH=${PREFIX}/bin
62
ROOTPATH=${PREFIX}/sbin:${PREFIX}/bin
69
ROOTPATH=${PREFIX}/sbin:${PREFIX}/bin
63
LDPATH=${PREFIX}/lib
70
LDPATH=${libdirs:1}
64
CONFIG_PROTECT=\"${PREFIX}/share/config ${PREFIX}/env ${PREFIX}/shutdown\"" > ${D}/etc/env.d/46kdepaths-3.4 # number goes down with version upgrade
71
CONFIG_PROTECT=\"${PREFIX}/share/config ${PREFIX}/env ${PREFIX}/shutdown\"" > ${D}/etc/env.d/46kdepaths-3.4 # number goes down with version upgrade
65
72
66
	# used for realtime priority, but off by default as it is a security hazard
73
	# used for realtime priority, but off by default as it is a security hazard

Return to bug 94872