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

Collapse All | Expand All

(-)a/sys-apps/systemd-tmpfiles/systemd-tmpfiles-246.ebuild (-2 / +2 lines)
Lines 15-21 SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> systemd-${P Link Here
15
LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT public-domain"
15
LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT public-domain"
16
SLOT="0"
16
SLOT="0"
17
KEYWORDS="*"
17
KEYWORDS="*"
18
IUSE="test"
18
IUSE="selinux test"
19
RESTRICT="!test? ( test )"
19
RESTRICT="!test? ( test )"
20
20
21
DEPEND="
21
DEPEND="
Lines 117-123 src_configure() { Link Here
117
               resolve
117
               resolve
118
               rfkill
118
               rfkill
119
               seccomp
119
               seccomp
120
               selinux
120
                $(usex selinux '' selinux)
121
               smack
121
               smack
122
               sysusers
122
               sysusers
123
               timedated
123
               timedated

Return to bug 757810