diff options
author | 2022-05-31 11:25:45 -0500 | |
---|---|---|
committer | 2022-05-31 11:29:41 -0500 | |
commit | 3c29bc6ae4221dc0feed451b2325fb0e57b3df38 (patch) | |
tree | ccfe36a6a054639b53b91506e58041f9d1c32177 /net-p2p/tremc/tremc-0.9.3.ebuild | |
parent | profiles/base/package.use.mask: mask >=sci-mathematics/coq-8.15.0[doc] (diff) | |
download | gentoo-3c29bc6ae4221dc0feed451b2325fb0e57b3df38.tar.gz gentoo-3c29bc6ae4221dc0feed451b2325fb0e57b3df38.tar.bz2 gentoo-3c29bc6ae4221dc0feed451b2325fb0e57b3df38.zip |
et-p2p/tremc: fix manifest
Due to modifying SRC_URI I accidentally ended up with the same tarball
as the previous version, which ended up reflected in Manifest.
Closes: https://bugs.gentoo.org/848696
Signed-off-by: John Helmert III <ajak@gentoo.org>
Diffstat (limited to 'net-p2p/tremc/tremc-0.9.3.ebuild')
-rw-r--r-- | net-p2p/tremc/tremc-0.9.3.ebuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net-p2p/tremc/tremc-0.9.3.ebuild b/net-p2p/tremc/tremc-0.9.3.ebuild index f08595a9ba3e..bd259f46580c 100644 --- a/net-p2p/tremc/tremc-0.9.3.ebuild +++ b/net-p2p/tremc/tremc-0.9.3.ebuild @@ -11,8 +11,6 @@ inherit bash-completion-r1 optfeature python-single-r1 DESCRIPTION="Ncurses interface for the Transmission BitTorrent client" HOMEPAGE="https://github.com/tremc/tremc" SRC_URI="https://github.com/tremc/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" -COMMIT="8b6b29163295e5cf12d9d874e80203c5906619c8" -S="${WORKDIR}/${PN}-${COMMIT}" LICENSE="GPL-3" SLOT="0" |