app-emulation/libvirt: synchronize 5.0.0-r1 and 9999 ebuilds
authorMatthias Maier <tamiko@gentoo.org>
Sun, 17 Mar 2019 07:10:41 +0000 (02:10 -0500)
committerMatthias Maier <tamiko@gentoo.org>
Sun, 17 Mar 2019 07:27:23 +0000 (02:27 -0500)
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
app-emulation/libvirt/libvirt-5.0.0-r1.ebuild
app-emulation/libvirt/libvirt-9999.ebuild

index 5c5592c87a7ec854bc7fe098ef393df932821491..f5e5d7d5ddefa986627016329826a98817a53708 100644 (file)
@@ -230,8 +230,9 @@ src_prepare() {
                # bug #377279
                ./bootstrap || die "bootstrap failed"
                (
-                       git submodule status | sed 's/^[ +-]//;s/ .*//'
-                       git hash-object bootstrap.conf
+                   git submodule status .gnulib | awk '{ print $1 }'
+                   git hash-object bootstrap.conf
+                   git ls-tree -d HEAD gnulib/local | awk '{ print $3 }'
                ) >.git-module-status
        fi
 
index d297b556e5b8f8109ed4b1d295408bff238c32f2..7d5151b6d96b9db142e005d1ff725ba6a9eb9c88 100644 (file)
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 PYTHON_COMPAT=( python3_{4,5,6,7} )
 
@@ -56,7 +56,11 @@ RDEPEND="
        dev-libs/libgcrypt:0
        dev-libs/libnl:3
        >=dev-libs/libxml2-2.7.6
-       || ( >=net-analyzer/netcat6-1.0-r2 >=net-analyzer/openbsd-netcat-1.105-r1 )
+       || (
+               >=net-analyzer/gnu-netcat-0.7.1-r3
+               >=net-analyzer/netcat-110-r9
+               >=net-analyzer/openbsd-netcat-1.105-r1
+       )
        >=net-libs/gnutls-1.0.25:0=
        net-libs/libssh2
        net-libs/libtirpc