summaryrefslogtreecommitdiff
path: root/app-containers/cosign/cosign-1.8.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-containers/cosign/cosign-1.8.0.ebuild')
-rw-r--r--app-containers/cosign/cosign-1.8.0.ebuild6
1 files changed, 1 insertions, 5 deletions
diff --git a/app-containers/cosign/cosign-1.8.0.ebuild b/app-containers/cosign/cosign-1.8.0.ebuild
index 3728305931f0..d70505278ce2 100644
--- a/app-containers/cosign/cosign-1.8.0.ebuild
+++ b/app-containers/cosign/cosign-1.8.0.ebuild
@@ -14,15 +14,11 @@ LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
-PATCHES=(
- "${FILESDIR}"/${PN}-1.5.0-fix-makefile.patch
-)
-
RESTRICT="test"
src_compile() {
emake \
- GIT_HASH=${GIT_HASH}
+ GIT_HASH=${GIT_HASH} \
GIT_VERSION=v${PV} \
GIT_TREESTATE=clean
}