diff options
author | 2025-01-07 11:44:14 +0100 | |
---|---|---|
committer | 2025-01-07 11:44:34 +0100 | |
commit | 3943ff0af69d28064b1b1d3f7f31cd3f61ff3ade (patch) | |
tree | 28d5e992a0a52578d8df128a82bf754f75ae96ec | |
parent | dev-vcs/bfg: add github upstream metadata (diff) | |
download | gentoo-3943ff0af69d28064b1b1d3f7f31cd3f61ff3ade.tar.gz gentoo-3943ff0af69d28064b1b1d3f7f31cd3f61ff3ade.tar.bz2 gentoo-3943ff0af69d28064b1b1d3f7f31cd3f61ff3ade.zip |
dev-vcs/bfg: fix variable order and quoting
Signed-off-by: Florian Schmaus <flow@gentoo.org>
-rw-r--r-- | dev-vcs/bfg/bfg-1.13.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/bfg/bfg-1.13.0-r1.ebuild b/dev-vcs/bfg/bfg-1.13.0-r1.ebuild index ba43a92b5df1..7d6ce17a73d4 100644 --- a/dev-vcs/bfg/bfg-1.13.0-r1.ebuild +++ b/dev-vcs/bfg/bfg-1.13.0-r1.ebuild @@ -9,15 +9,15 @@ DESCRIPTION="A faster alternative to git-filter-branch for removing bad data fro HOMEPAGE="https://rtyley.github.io/bfg-repo-cleaner/" SRC_URI="https://repo1.maven.org/maven2/com/madgag/${PN}/${PV}/${P}.jar" +S="${WORKDIR}" LICENSE="GPL-3+" SLOT="0" + KEYWORDS="amd64 ~x86" RDEPEND=">=virtual/jre-1.8:*" BDEPEND="app-arch/unzip" -S=${WORKDIR} - src_install() { java-pkg_newjar "${DISTDIR}"/${P}.jar java-pkg_dolauncher ${PN} |