Package-Manager: portage-2.3.0
EAPI=6
-inherit autotools flag-o-matic systemd toolchain-funcs user
+inherit bash-completion-r1 autotools flag-o-matic systemd toolchain-funcs user
KEYWORDS="~amd64"
amd64) arch=x86_64;;
esac
ARCH=${arch} emake
+ ARCH=${arch} emake bash-completion
}
src_install() {
systemd_dounit "${S}"/dist/init/systemd/${PN}-metadata.service
systemd_dounit "${S}"/dist/init/systemd/${PN}-metadata.socket
+ newbashcomp "${S}"/dist/bash_completion/rkt.bash rkt
+
keepdir /etc/${PN}
fowners :rkt-admin /etc/${PN}
fperms 2775 /etc/${PN}