set use flags for systemd

Change-Id: I081b23c1acec4b832bbfe1bae96d63e31ff6d335
This commit is contained in:
Matthew Thode 2018-10-06 21:28:14 -05:00
parent d15cd64e37
commit 9c0292db70
No known key found for this signature in database
GPG Key ID: 64A37BEAAE19A4E8
1 changed files with 1 additions and 0 deletions

View File

@ -13,4 +13,5 @@ if [ "${DISTRO_NAME}" == "gentoo" ]; then
echo "net-misc/openssh -bindist" >> /etc/portage/package.use/openssh
echo "sys-libs/zlib static-libs" >> /etc/portage/package.use/zlib
echo "dev-lang/python sqlite" >> /etc/portage/package.use/python
echo "sys-apps/systemd audit curl gcrypt importd lzma nat" >> /etc/portage/package.use/systemd
fi