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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BA05D15800A for ; Sun, 08 Jun 2025 04:59:46 +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)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id A5ACC343145 for ; Sun, 08 Jun 2025 04:59:46 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 099CD11047D; Sun, 08 Jun 2025 04:59:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 bobolink.gentoo.org (Postfix) with ESMTPS id EE18611047D for ; Sun, 08 Jun 2025 04:59:37 +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 A54DB3430D7 for ; Sun, 08 Jun 2025 04:59:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE85B297C for ; Sun, 08 Jun 2025 04:59:34 +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: <1749358373.9b9b373655f46b4793c5c1e08e15b62753519453.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/arti/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/arti/arti-9999.ebuild X-VCS-Directories: net-p2p/arti/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9b9b373655f46b4793c5c1e08e15b62753519453 X-VCS-Branch: master Date: Sun, 08 Jun 2025 04:59:34 +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: 89049d20-6232-4c0b-b20a-0b43f5cea1a9 X-Archives-Hash: 1c2959e931335f5dd4a26e5e16137d10 commit: 9b9b373655f46b4793c5c1e08e15b62753519453 Author: Filip Kobierski pm me> AuthorDate: Thu Jun 5 12:56:48 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jun 8 04:52:53 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b9b3736 net-p2p/arti: sync live Signed-off-by: Filip Kobierski pm.me> Part-of: https://github.com/gentoo/gentoo/pull/42460 Closes: https://github.com/gentoo/gentoo/pull/42460 Signed-off-by: Sam James gentoo.org> net-p2p/arti/arti-9999.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net-p2p/arti/arti-9999.ebuild b/net-p2p/arti/arti-9999.ebuild index 79fb8f351a02..1e911ea9c1f2 100644 --- a/net-p2p/arti/arti-9999.ebuild +++ b/net-p2p/arti/arti-9999.ebuild @@ -6,8 +6,8 @@ EAPI=8 CRATES="" inherit cargo -DESCRIPTION="An implementation of Tor, in Rust." -HOMEPAGE="https://gitlab.torproject.org/tpo/core/arti/" +DESCRIPTION="Implementation of Tor in Rust" +HOMEPAGE="https://tpo.pages.torproject.net/core/arti/ https://gitlab.torproject.org/tpo/core/arti/" if [[ "${PV}" == *9999 ]]; then inherit git-r3 @@ -19,10 +19,10 @@ else KEYWORDS="~amd64" fi -LICENSE="MIT Apache-2.0" +LICENSE="|| ( Apache-2.0 MIT )" # Dependent crate licenses LICENSE+=" - Apache-2.0 BSD Boost-1.0 CC0-1.0 ISC MIT MPL-2.0 Unicode-DFS-2016 + Apache-2.0 BSD Boost-1.0 CC0-1.0 ISC MIT MPL-2.0 openssl Unicode-3.0 Unlicense ZLIB " SLOT="0"