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 82D04158094 for ; Mon, 10 Oct 2022 02:37:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8EA2DE0895; Mon, 10 Oct 2022 02:37:06 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2180FE0895 for ; Mon, 10 Oct 2022 02:37:06 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3187A3410BC for ; Mon, 10 Oct 2022 02:37:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5D3D609 for ; Mon, 10 Oct 2022 02:37:03 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1665369368.a858f59f36bb3461fbc70b4d8b6c52367b5b0c10.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/deja-dup/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-backup/deja-dup/deja-dup-42.8-r1.ebuild app-backup/deja-dup/deja-dup-42.8.ebuild X-VCS-Directories: app-backup/deja-dup/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: a858f59f36bb3461fbc70b4d8b6c52367b5b0c10 X-VCS-Branch: master Date: Mon, 10 Oct 2022 02:37:03 +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: 38dd06b3-8cc4-48fd-919e-7e892f1ec5f7 X-Archives-Hash: 4a29329bb387b2ff88147c2812c435f4 commit: a858f59f36bb3461fbc70b4d8b6c52367b5b0c10 Author: Pascal Jäger leimstift de> AuthorDate: Mon Oct 3 06:53:11 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Oct 10 02:36:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a858f59f app-backup/deja-dup: Require duplicity < 1.0.0 See https://gitlab.gnome.org/World/deja-dup/-/issues/334 Signed-off-by: Pascal Jäger leimstift.de> Signed-off-by: Matt Turner gentoo.org> .../deja-dup/{deja-dup-42.8.ebuild => deja-dup-42.8-r1.ebuild} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app-backup/deja-dup/deja-dup-42.8.ebuild b/app-backup/deja-dup/deja-dup-42.8-r1.ebuild similarity index 84% rename from app-backup/deja-dup/deja-dup-42.8.ebuild rename to app-backup/deja-dup/deja-dup-42.8-r1.ebuild index 77d542c306d4..19087d6d3c7d 100644 --- a/app-backup/deja-dup/deja-dup-42.8.ebuild +++ b/app-backup/deja-dup/deja-dup-42.8-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -24,9 +24,12 @@ BDEPEND=" test? ( dev-libs/appstream-glib ) " +# deja-dup can not recognize duplicity-1.0.0 and throws an error +# https://gitlab.gnome.org/World/deja-dup/-/issues/334 DEPEND=" dev-libs/atk >=app-backup/duplicity-0.7.14 + =app-crypt/libsecret-0.18.6[vala] >=dev-libs/glib-2.64:2[dbus] >=dev-libs/json-glib-1.2