From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 7EF2A15806C for ; Thu, 10 Jul 2025 19:19:11 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 699013421BD for ; Thu, 10 Jul 2025 19:19:11 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 5CC6E1102F2; Thu, 10 Jul 2025 19:19:10 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 577261102F2 for ; Thu, 10 Jul 2025 19:19:10 +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 F205F342187 for ; Thu, 10 Jul 2025 19:19:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 342252CE9 for ; Thu, 10 Jul 2025 19:19:08 +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: <1752175103.b0955ff6fd8765caca816ece7241b80cc5a05614.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/rdiff-backup/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-backup/rdiff-backup/rdiff-backup-2.2.6.ebuild X-VCS-Directories: app-backup/rdiff-backup/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b0955ff6fd8765caca816ece7241b80cc5a05614 X-VCS-Branch: master Date: Thu, 10 Jul 2025 19:19:08 +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: c2da266d-4e5c-4f43-bbce-d3555d814e4c X-Archives-Hash: f0ab08bc54e82a501311c17ff49b9c20 commit: b0955ff6fd8765caca816ece7241b80cc5a05614 Author: Sam James gentoo org> AuthorDate: Thu Jul 10 14:25:46 2025 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jul 10 19:18:23 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0955ff6 app-backup/rdiff-backup: update LICENSE See https://github.com/rdiff-backup/rdiff-backup/issues/948 at least for confirmation but haven't gone back to check when it changed. Signed-off-by: Sam James gentoo.org> app-backup/rdiff-backup/rdiff-backup-2.2.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-backup/rdiff-backup/rdiff-backup-2.2.6.ebuild b/app-backup/rdiff-backup/rdiff-backup-2.2.6.ebuild index 14548c8c4967..fde268a0f60a 100644 --- a/app-backup/rdiff-backup/rdiff-backup-2.2.6.ebuild +++ b/app-backup/rdiff-backup/rdiff-backup-2.2.6.ebuild @@ -12,7 +12,7 @@ inherit distutils-r1 pypi DESCRIPTION="Local/remote mirroring+incremental backup" HOMEPAGE="https://github.com/rdiff-backup/rdiff-backup" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~alpha amd64 arm ~arm64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" # Tests use a tox environment and separate steps for test env preparation