commit: 9b9b373655f46b4793c5c1e08e15b62753519453 Author: Filip Kobierski <fkobi <AT> pm <DOT> me> AuthorDate: Thu Jun 5 12:56:48 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> 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 <fkobi <AT> pm.me> Part-of: https://github.com/gentoo/gentoo/pull/42460 Closes: https://github.com/gentoo/gentoo/pull/42460 Signed-off-by: Sam James <sam <AT> 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"
