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 5217E15817D for ; Mon, 3 Jun 2024 07:42:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D05FE2A1D; Mon, 3 Jun 2024 07:42:23 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 68BFFE2A1D for ; Mon, 3 Jun 2024 07:42:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A0658340C20 for ; Mon, 3 Jun 2024 07:42:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B64F11C59 for ; Mon, 3 Jun 2024 07:42:20 +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: <1717400522.5d7b695748928af7611cb70d1fbca5f8f8d4ccc5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/backintime/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-backup/backintime/backintime-1.4.3-r1.ebuild app-backup/backintime/backintime-9999.ebuild X-VCS-Directories: app-backup/backintime/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5d7b695748928af7611cb70d1fbca5f8f8d4ccc5 X-VCS-Branch: master Date: Mon, 3 Jun 2024 07:42:20 +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: 433ef366-c147-4971-a6ec-0d578186a714 X-Archives-Hash: 55fe3d4429db9eba1ad011addea620f2 commit: 5d7b695748928af7611cb70d1fbca5f8f8d4ccc5 Author: Sam James gentoo org> AuthorDate: Mon Jun 3 07:41:46 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jun 3 07:42:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d7b6957 app-backup/backintime: add TODO re deps Signed-off-by: Sam James gentoo.org> app-backup/backintime/backintime-1.4.3-r1.ebuild | 2 ++ app-backup/backintime/backintime-9999.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/app-backup/backintime/backintime-1.4.3-r1.ebuild b/app-backup/backintime/backintime-1.4.3-r1.ebuild index 1f95f626a592..9ab4a9338527 100644 --- a/app-backup/backintime/backintime-1.4.3-r1.ebuild +++ b/app-backup/backintime/backintime-1.4.3-r1.ebuild @@ -61,6 +61,8 @@ src_prepare() { } src_configure() { + # TODO: Review https://github.com/bit-team/backintime/blob/dev/CONTRIBUTING.md#dependencies + # for deps (some may be optfeatures). pushd common > /dev/null || die # Not autotools ./configure --python="${PYTHON}" --no-fuse-group || die diff --git a/app-backup/backintime/backintime-9999.ebuild b/app-backup/backintime/backintime-9999.ebuild index 9c8638476a08..c59ba0236bf8 100644 --- a/app-backup/backintime/backintime-9999.ebuild +++ b/app-backup/backintime/backintime-9999.ebuild @@ -61,6 +61,8 @@ src_prepare() { } src_configure() { + # TODO: Review https://github.com/bit-team/backintime/blob/dev/CONTRIBUTING.md#dependencies + # for deps (some may be optfeatures). pushd common > /dev/null || die # Not autotools ./configure --python="${PYTHON}" --no-fuse-group || die