commit:     91b9bba62a5dd73e32bd43434bdaebf8914579ff
Author:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 13 18:21:03 2020 +0000
Commit:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Fri Mar 13 18:22:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91b9bba6

app-emulation/qemu: update slirp to current master

Bug: https://bugs.gentoo.org/709490
Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>

 app-emulation/qemu/Manifest             | 1 +
 app-emulation/qemu/qemu-4.2.0-r2.ebuild | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-emulation/qemu/Manifest b/app-emulation/qemu/Manifest
index 5cbf56745a7..911250c7ed7 100644
--- a/app-emulation/qemu/Manifest
+++ b/app-emulation/qemu/Manifest
@@ -1 +1,2 @@
+DIST qemu-4.2.0-patches-r1.tar.xz 14552 BLAKE2B 
e8832ce5b7ccda02dcd63fa60a458322a36ba754c8bc682839de4ee33cf21a83cde434bdc062916d3c83e81026b68ebf2fbe099dc6c54c191875f830d95c63ae
 SHA512 
7495e4c9ca80fd25a1bc8244b384f88f3bc6d7190e2840b1614e3bc6fd51938e42792c6a4dbdb2d400a45532e558814462647f35d5ab21e175bec84868a4161d
 DIST qemu-4.2.0.tar.xz 62222068 BLAKE2B 
27c9fbcd5093af425764674817ab9299224bd03f37b5983786f6f437fff1fab3b7da247c55c4ca8b8c42726b9867005944a2f7f04f2d0d94d753961615f901ef
 SHA512 
2a79973c2b07c53e8c57a808ea8add7b6b2cbca96488ed5d4b669ead8c9318907dec2b6109f180fc8ca8f04c0f73a56e82b3a527b5626b799d7e849f2474ec56

diff --git a/app-emulation/qemu/qemu-4.2.0-r2.ebuild 
b/app-emulation/qemu/qemu-4.2.0-r2.ebuild
index 08672cc11fb..3431ebf9d28 100644
--- a/app-emulation/qemu/qemu-4.2.0-r2.ebuild
+++ b/app-emulation/qemu/qemu-4.2.0-r2.ebuild
@@ -23,7 +23,8 @@ if [[ ${PV} = *9999* ]]; then
        inherit git-r3
        SRC_URI=""
 else
-       SRC_URI="https://download.qemu.org/${P}.tar.xz";
+       SRC_URI="https://download.qemu.org/${P}.tar.xz
+               https://dev.gentoo.org/~tamiko/distfiles/${P}-patches-r1.tar.xz";
        KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
 fi
 
@@ -219,6 +220,7 @@ PATCHES=(
        "${FILESDIR}"/${PN}-2.11.1-capstone_include_path.patch
        "${FILESDIR}"/${PN}-4.0.0-sanitize-interp_info.patch
        "${FILESDIR}"/${PN}-4.0.0-mkdir_systemtap.patch #684902
+       "${WORKDIR}"/patches
 )
 
 QA_PREBUILT="

Reply via email to