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

Collapse All | Expand All

(-)file_not_specified_in_diff (-16 / +21 lines)
Line 6 Link Here
6
PYTHON_DEPEND="python? 2:2.5"
Line 7 Link Here
7
inherit linux-info libtool
8
inherit linux-info libtool python
8
--
Line 17 Link Here
17
IUSE="nls selinux static"
18
IUSE="nls python selinux static urandom"
18
--
Line 23 Link Here
23
		>=dev-libs/libgcrypt-1.1.42
24
		dev-libs/libgcrypt
24
--
Lines 25-26 Link Here
25
		>=dev-libs/popt-1.7
26
		dev-libs/popt
26
		>=sys-apps/util-linux-2.17.2
27
		sys-apps/util-linux
27
--
Lines 30-32 Link Here
30
	>=sys-libs/e2fsprogs-libs-1.41
31
	sys-libs/e2fsprogs-libs
31
	selinux? ( sys-libs/libselinux )
32
	selinux? ( sys-libs/libselinux )"
32
	!sys-fs/cryptsetup-luks"
33
--
Lines 35-36 Link Here
35
		>=dev-libs/libgpg-error-1.10[static-libs]
35
		dev-libs/libgpg-error[static-libs]
36
		>=dev-libs/popt-1.16-r1[static-libs]
36
		dev-libs/popt[static-libs]
37
--
Line 49 Link Here
49
	if use python; then
50
		python_set_active_version 2
51
		python_pkg_setup
52
	fi
Line 62 Link Here
66
		$(use_enable python) \
67
		$(use_enable !urandom dev-random) \
Line 77 Link Here
83
84
	if ! use static; then
85
		# Remove .la files
86
		find "${D}" -name '*.la' -delete || die "la file removal failed"
87
	fi

Return to bug 410275