diff options
author | John Helmert III <ajak@gentoo.org> | 2023-10-08 12:46:35 -0700 |
---|---|---|
committer | John Helmert III <ajak@gentoo.org> | 2023-10-08 12:48:24 -0700 |
commit | e9456ef63a3a1e71f7d40f6754e3c2e093b2935e (patch) | |
tree | ef4fbca375c2ab957f8cefc92b90b61d8b655be0 /net-p2p | |
parent | net-p2p/arti: drop 1.1.5, 1.1.6 (diff) | |
download | gentoo-e9456ef63a3a1e71f7d40f6754e3c2e093b2935e.tar.gz gentoo-e9456ef63a3a1e71f7d40f6754e3c2e093b2935e.tar.bz2 gentoo-e9456ef63a3a1e71f7d40f6754e3c2e093b2935e.zip |
net-p2p/arti: sync live metadata
Signed-off-by: John Helmert III <ajak@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/arti/arti-9999.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net-p2p/arti/arti-9999.ebuild b/net-p2p/arti/arti-9999.ebuild index b36308904665..29269538103c 100644 --- a/net-p2p/arti/arti-9999.ebuild +++ b/net-p2p/arti/arti-9999.ebuild @@ -17,13 +17,16 @@ if [[ "${PV}" == *9999 ]]; then EGIT_REPO_URI="https://gitlab.torproject.org/tpo/core/arti" else SRC_URI="https://gitlab.torproject.org/tpo/core/${PN}/-/archive/${PN}-v${PV}/${PN}-${PN}-v${PV}.tar.bz2 -> ${P}.tar.bz2 - $(cargo_crate_uris ${CRATES})" + ${CARGO_CRATE_URIS}" KEYWORDS="~amd64" S="${WORKDIR}/${MY_P}" fi LICENSE="MIT Apache-2.0" -LICENSE+="" +LICENSE+=" + Apache-2.0 BSD CC0-1.0 ISC MIT MPL-2.0 Unicode-DFS-2016 Unlicense + ZLIB +" SLOT="0" DEPEND="app-arch/xz-utils |