Closes: https://github.com/gentoo/gentoo/pull/5037
Package-Manager: Portage-2.3.6, Repoman-2.3.1
)
src_prepare() {
- default
- sed -i -e 's#/usr/sbin/logrotate#/usr/bin/logrotate#' "${S}"/examples/logrotate.cron || die
+ sed -i -e 's#/usr/sbin/logrotate#/usr/bin/logrotate#' "${S}"/examples/logrotate.{cron,service} || die
+ eapply_user
}
src_configure() {
econf $(use_with acl) $(use_with selinux) ${compressconf}
}
-src_compile() {
- emake RPM_OPT_FLAGS="${CFLAGS}"
-}
-
src_test() {
emake test
}