commit:     5452337e34ea3e610556c832b8b94196b9eac056
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 15 19:07:29 2016 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Mon Aug 15 19:10:20 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5452337e

app-emulation/rkt: fix 1.12.0 to not require git, bug 591314

Package-Manager: portage-2.3.0

 app-emulation/rkt/rkt-1.12.0.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/app-emulation/rkt/rkt-1.12.0.ebuild 
b/app-emulation/rkt/rkt-1.12.0.ebuild
index 103e5c4..0c604bb 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'\

Reply via email to