summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYixun Lan <dlan@gentoo.org>2023-12-13 07:49:45 +0000
committerYixun Lan <dlan@gentoo.org>2023-12-13 11:03:28 +0000
commit747d4cb8e959a87bbddff886147ba493f14035af (patch)
treefe8083ad488f794c1fb1290c666e5ffc94aa631c /dev-vcs/stgit/stgit-2.4.1.ebuild
parentdev-vcs/stgit: add 2.4.1 (diff)
downloadgentoo-747d4cb8e959a87bbddff886147ba493f14035af.tar.gz
gentoo-747d4cb8e959a87bbddff886147ba493f14035af.tar.bz2
gentoo-747d4cb8e959a87bbddff886147ba493f14035af.zip
dev-vcs/stgit: fix QA warning
drop empty variable, fix SRC_URI Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'dev-vcs/stgit/stgit-2.4.1.ebuild')
-rw-r--r--dev-vcs/stgit/stgit-2.4.1.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-vcs/stgit/stgit-2.4.1.ebuild b/dev-vcs/stgit/stgit-2.4.1.ebuild
index 70be80f7d441..ca2de45fc412 100644
--- a/dev-vcs/stgit/stgit-2.4.1.ebuild
+++ b/dev-vcs/stgit/stgit-2.4.1.ebuild
@@ -170,7 +170,7 @@ inherit cargo flag-o-matic
DESCRIPTION="Stack-based patch management for Git"
HOMEPAGE="https://stacked-git.github.io/"
-SRC_URI="$(cargo_crate_uris)"
+SRC_URI="${CARGO_CRATE_URIS}"
SRC_URI+=" https://github.com/stacked-git/stgit/releases/download/v${PV}/${P}.tar.gz"
LICENSE="GPL-2"
@@ -181,7 +181,6 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
IUSE="doc"
DEPEND="doc? ( app-text/asciidoc )"
-RDEPEND=""
# rust does not use *FLAGS from make.conf, silence portage warning
# update with proper path to binaries this crate installs, omit leading /