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

Collapse All | Expand All

(-)a/udisks-2.6.5.ebuild (-1 / +6 lines)
Lines 11-17 Link Here
11
LICENSE="GPL-2"
11
LICENSE="GPL-2"
12
SLOT="2"
12
SLOT="2"
13
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
13
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
14
IUSE="acl cryptsetup debug +gptfdisk +introspection lvm nls selinux systemd"
14
IUSE="acl cryptsetup elogind debug +gptfdisk +introspection lvm nls selinux systemd"
15
16
REQUIRED_USE="elogind? ( !systemd )
17
	systemd? ( !elogind )
18
"
15
19
16
COMMON_DEPEND="
20
COMMON_DEPEND="
17
	>=dev-libs/glib-2.36:2
21
	>=dev-libs/glib-2.36:2
Lines 22-27 Link Here
22
	acl? ( virtual/acl )
26
	acl? ( virtual/acl )
23
	introspection? ( >=dev-libs/gobject-introspection-1.30:= )
27
	introspection? ( >=dev-libs/gobject-introspection-1.30:= )
24
	lvm? ( sys-fs/lvm2 )
28
	lvm? ( sys-fs/lvm2 )
29
	elogind? ( >=sys-auth/elogind-219 )
25
	systemd? ( >=sys-apps/systemd-209 )
30
	systemd? ( >=sys-apps/systemd-209 )
26
"
31
"
27
# gptfdisk -> src/udiskslinuxpartition.c -> sgdisk (see also #412801#c1)
32
# gptfdisk -> src/udiskslinuxpartition.c -> sgdisk (see also #412801#c1)

Return to bug 599502