commit: 9b60fee1e884f384f1ec550aa5f5dfa5db2020bf Author: Filip Kobierski <fkobi <AT> pm <DOT> me> AuthorDate: Thu Jun 5 12:55:40 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jun 8 04:52:52 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b60fee1
net-p2p/arti: improve metadata in ebuild - remove crust from DESCRIPTION - add not-remote-id-like HOMEPAGE - explicitly state dual licensing Bug: https://bugs.gentoo.org/957172 Signed-off-by: Filip Kobierski <fkobi <AT> pm.me> Part-of: https://github.com/gentoo/gentoo/pull/42460 Signed-off-by: Sam James <sam <AT> gentoo.org> net-p2p/arti/arti-1.4.2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-p2p/arti/arti-1.4.2.ebuild b/net-p2p/arti/arti-1.4.2.ebuild index 5b93776c7282..1e911ea9c1f2 100644 --- a/net-p2p/arti/arti-1.4.2.ebuild +++ b/net-p2p/arti/arti-1.4.2.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,7 +19,7 @@ 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 openssl Unicode-3.0
