From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F239B158094 for ; Sun, 26 Jun 2022 04:47:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09C9AE07B2; Sun, 26 Jun 2022 04:47:59 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B4020E07B2 for ; Sun, 26 Jun 2022 04:47:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C7B0F3414BA for ; Sun, 26 Jun 2022 04:47:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 421374ED for ; Sun, 26 Jun 2022 04:47:56 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1656218837.66d873572ae205f78cc4aa015395e55d7b68b99a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/zfs-auto-snapshot/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-1.2.4-r1.ebuild sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-1.2.4-r2.ebuild sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-9999.ebuild X-VCS-Directories: sys-fs/zfs-auto-snapshot/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 66d873572ae205f78cc4aa015395e55d7b68b99a X-VCS-Branch: master Date: Sun, 26 Jun 2022 04:47:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 50c55214-45f2-4630-8491-7173f280f898 X-Archives-Hash: 31aceeda54d051a38a40824c6a5fee31 commit: 66d873572ae205f78cc4aa015395e55d7b68b99a Author: Sam James gentoo org> AuthorDate: Sun Jun 26 04:47:17 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jun 26 04:47:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66d87357 sys-fs/zfs-auto-snapshot: add which RDEPEND Needed for the cron file. Signed-off-by: Sam James gentoo.org> ...s-auto-snapshot-1.2.4-r1.ebuild => zfs-auto-snapshot-1.2.4-r2.ebuild} | 1 + sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-9999.ebuild | 1 + 2 files changed, 2 insertions(+) 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-r2.ebuild similarity index 99% rename from sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-1.2.4-r1.ebuild rename to sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-1.2.4-r2.ebuild index 30221867b133..2af66eac6680 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-r2.ebuild @@ -23,6 +23,7 @@ SLOT="0" IUSE="+cron +default-exclude systemd" RDEPEND=" + sys-apps/which sys-fs/zfs !systemd? ( virtual/cron ) " diff --git a/sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-9999.ebuild b/sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-9999.ebuild index 18a922257dbc..221028bc21a1 100644 --- a/sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-9999.ebuild +++ b/sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-9999.ebuild @@ -23,6 +23,7 @@ SLOT="0" IUSE="+cron +default-exclude systemd" RDEPEND=" + sys-apps/which sys-fs/zfs !systemd? ( virtual/cron ) "