summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2016-08-15 12:07:29 -0700
committerZac Medico <zmedico@gentoo.org>2016-08-15 12:10:20 -0700
commit5452337e34ea3e610556c832b8b94196b9eac056 (patch)
tree6e70b5baf2d2a503af47f07f28a529a1a577a846 /app-emulation/rkt
parentmedia-plugins/vdr-rpihddevice: Better fix for linker issues - disable as-needed (diff)
downloadgentoo-5452337e34ea3e610556c832b8b94196b9eac056.tar.gz
gentoo-5452337e34ea3e610556c832b8b94196b9eac056.tar.bz2
gentoo-5452337e34ea3e610556c832b8b94196b9eac056.zip
app-emulation/rkt: fix 1.12.0 to not require git, bug 591314
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-emulation/rkt')
-rw-r--r--app-emulation/rkt/rkt-1.12.0.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/app-emulation/rkt/rkt-1.12.0.ebuild b/app-emulation/rkt/rkt-1.12.0.ebuild
index 103e5c4add27..0c604bbda0eb 100644
--- a/app-emulation/rkt/rkt-1.12.0.ebuild
+++ b/app-emulation/rkt/rkt-1.12.0.ebuild
@@ -73,6 +73,8 @@ src_unpack() {
src_prepare() {
eapply_user
+ sed -e 's|^RKT_REQ_PROG(\[GIT\],.*|#\0|' -i configure.ac || die
+
# disable git fetch of systemd
sed -e 's~^include makelib/git.mk$~'\
'ifneq ($(wildcard $(RKT_STAGE1_SYSTEMD_SRC)),)\n\n'\