Skip to content

Commit

Permalink
app-emulation/rkt: fix 1.12.0 to not require git, bug 591314
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.0
  • Loading branch information
zmedico committed Aug 15, 2016
1 parent 405b4f3 commit 5452337
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app-emulation/rkt/rkt-1.12.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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'\
Expand Down

0 comments on commit 5452337

Please sign in to comment.