summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/greenbone-feed-sync/greenbone-feed-sync-23.6.0.ebuild')
-rw-r--r--net-analyzer/greenbone-feed-sync/greenbone-feed-sync-23.6.0.ebuild8
1 files changed, 2 insertions, 6 deletions
diff --git a/net-analyzer/greenbone-feed-sync/greenbone-feed-sync-23.6.0.ebuild b/net-analyzer/greenbone-feed-sync/greenbone-feed-sync-23.6.0.ebuild
index ade285666c24..dbbef48f42a7 100644
--- a/net-analyzer/greenbone-feed-sync/greenbone-feed-sync-23.6.0.ebuild
+++ b/net-analyzer/greenbone-feed-sync/greenbone-feed-sync-23.6.0.ebuild
@@ -30,10 +30,6 @@ RDEPEND="
cron? ( virtual/cron )
"
-python_compile() {
- distutils-r1_python_compile
-}
-
python_install() {
distutils-r1_python_install
@@ -43,7 +39,7 @@ python_install() {
gvm ALL = NOPASSWD: /usr/bin/greenbone-feed-sync
EOF
- if use cron ; then
+ if use cron; then
exeinto /etc/cron.daily
newexe "${FILESDIR}"/${PN}.cron ${PN}
fi
@@ -56,7 +52,7 @@ pkg_postinst() {
return
fi
- if use cron ; then
+ if use cron; then
elog
elog "Edit ${EROOT}/etc/cron.weekly/greenbone-feed-sync to activate daily feed update!"
elog