diff options
author | Mike Gilbert <floppym@gentoo.org> | 2017-11-22 10:17:16 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2017-11-22 10:17:28 -0500 |
commit | 10116f0f2e4b0a464acc6e7571e9fb46d0631e60 (patch) | |
tree | 8010afe272fb259786de9e9f14cbe7c899371917 /sys-apps/systemd/systemd-235-r1.ebuild | |
parent | media-radio/xwxapt: Drop deprecated dohtml. (diff) | |
download | gentoo-10116f0f2e4b0a464acc6e7571e9fb46d0631e60.tar.gz gentoo-10116f0f2e4b0a464acc6e7571e9fb46d0631e60.tar.bz2 gentoo-10116f0f2e4b0a464acc6e7571e9fb46d0631e60.zip |
sys-apps/systemd: RESTRICT="!test? ( test )"
Package-Manager: Portage-2.3.15, Repoman-2.3.6_p7
Diffstat (limited to 'sys-apps/systemd/systemd-235-r1.ebuild')
-rw-r--r-- | sys-apps/systemd/systemd-235-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-apps/systemd/systemd-235-r1.ebuild b/sys-apps/systemd/systemd-235-r1.ebuild index 2bb192a49e2d..e31cdbf14872 100644 --- a/sys-apps/systemd/systemd-235-r1.ebuild +++ b/sys-apps/systemd/systemd-235-r1.ebuild @@ -25,6 +25,7 @@ IUSE="acl apparmor audit build cryptsetup curl elfutils +gcrypt gnuefi http qrcode +seccomp selinux ssl sysv-utils test vanilla xkb" REQUIRED_USE="importd? ( curl gcrypt lzma )" +RESTRICT="!test? ( test )" MINKV="3.11" |