From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1638533-garchives=archives.gentoo.org@lists.gentoo.org>
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 8092015817D
	for <garchives@archives.gentoo.org>; 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 8CA3EE2A1E;
	Mon,  3 Jun 2024 07:42:23 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(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 7159AE2A1E
	for <gentoo-commits@lists.gentoo.org>; 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 3E59D340C15
	for <gentoo-commits@lists.gentoo.org>; Mon,  3 Jun 2024 07:42:22 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id A35141BC7
	for <gentoo-commits@lists.gentoo.org>; Mon,  3 Jun 2024 07:42:20 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1717400522.88f8b4cbded26e2ccb0dcd0a5469a4bc15060f06.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-1.4.3.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: 88f8b4cbded26e2ccb0dcd0a5469a4bc15060f06
X-VCS-Branch: master
Date: Mon,  3 Jun 2024 07:42:20 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 10098b9e-8134-4667-9e50-9bdc2f121942
X-Archives-Hash: 61939faf735b54fe768e7fa316d9ddf8

commit:     88f8b4cbded26e2ccb0dcd0a5469a4bc15060f06
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  3 07:41:14 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun  3 07:42:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88f8b4cb

app-backup/backintime: add packaging dep

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../backintime/{backintime-1.4.3.ebuild => backintime-1.4.3-r1.ebuild}   | 1 +
 app-backup/backintime/backintime-9999.ebuild                             | 1 +
 2 files changed, 2 insertions(+)

diff --git a/app-backup/backintime/backintime-1.4.3.ebuild b/app-backup/backintime/backintime-1.4.3-r1.ebuild
similarity index 98%
rename from app-backup/backintime/backintime-1.4.3.ebuild
rename to app-backup/backintime/backintime-1.4.3-r1.ebuild
index 80c960450f88..1f95f626a592 100644
--- a/app-backup/backintime/backintime-1.4.3.ebuild
+++ b/app-backup/backintime/backintime-1.4.3-r1.ebuild
@@ -29,6 +29,7 @@ DEPEND="
 	$(python_gen_cond_dep '
 		dev-python/dbus-python[${PYTHON_USEDEP}]
 		dev-python/keyring[${PYTHON_USEDEP}]
+		dev-python/packaging[${PYTHON_USEDEP}]
 	')
 "
 RDEPEND="

diff --git a/app-backup/backintime/backintime-9999.ebuild b/app-backup/backintime/backintime-9999.ebuild
index 33067d0af1f8..9c8638476a08 100644
--- a/app-backup/backintime/backintime-9999.ebuild
+++ b/app-backup/backintime/backintime-9999.ebuild
@@ -29,6 +29,7 @@ DEPEND="
 	$(python_gen_cond_dep '
 		dev-python/dbus-python[${PYTHON_USEDEP}]
 		dev-python/keyring[${PYTHON_USEDEP}]
+		dev-python/packaging[${PYTHON_USEDEP}]
 	')
 "
 RDEPEND="