mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-vcs/bfg: fix variable order and quoting
Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user