commit:     ee3b9fc019f48d86bad49a5bb1e60178249f7975
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 28 10:09:02 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Mon Sep 28 10:09:31 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee3b9fc0

sys-fs/zfs-auto-snapshot: fix minor qa issues

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 sys-fs/zfs-auto-snapshot/metadata.xml                      | 2 +-
 sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-1.2.4-r1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-fs/zfs-auto-snapshot/metadata.xml 
b/sys-fs/zfs-auto-snapshot/metadata.xml
index c5c19289388..3e7ea4e0074 100644
--- a/sys-fs/zfs-auto-snapshot/metadata.xml
+++ b/sys-fs/zfs-auto-snapshot/metadata.xml
@@ -15,7 +15,7 @@
                snapshots if it is installed.
        </longdescription>
        <use>
-               <flag name="cron">Install /etc/cron.* files and pull in 
<pkg>vritual/cron</pkg></flag>
+               <flag name="cron">Install /etc/cron.* files</flag>
                <flag name="default-exclude">Only take snapshots of datasets 
with com.sun:auto-snapshot=true property set</flag>
        </use>
 

diff --git a/sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-1.2.4-r1.ebuild 
b/sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-1.2.4-r1.ebuild
index b1c288f934d..b17e57c0c4e 100644
--- a/sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-1.2.4-r1.ebuild
+++ b/sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-1.2.4-r1.ebuild
@@ -43,7 +43,7 @@ src_install() {
        exclude="$(usev default-exclude)"
        for unit in "${PN}"{-daily,-frequent,-hourly,-monthly,-weekly}.service; 
do
                cp "${FILESDIR}/${unit}" "${T}/${unit}" || die
-               eprefixify "${T}/${unit}" 
+               eprefixify "${T}/${unit}"
                sed -i "s/@DEFAULT_EXCLUDE@/${exclude:+--default-exclude}/g" 
"${T}/${unit}" || die
                systemd_dounit "${T}/${unit}"
        done

Reply via email to