Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/qemu-riscv64-bin/
Date: Thu, 14 May 2020 05:50:36
Message-Id: 1589435409.b7dc7780092a6a32cc6f4d1dce9a46da5aa8a6c5.tamiko@gentoo
1 commit: b7dc7780092a6a32cc6f4d1dce9a46da5aa8a6c5
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 14 05:50:09 2020 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Thu May 14 05:50:09 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7dc7780
7
8 app-emulation/qemu-riscv64-bin: Silence QA warning about binary package
9
10 Closes: https://bugs.gentoo.org/722178
11 Package-Manager: Portage-2.3.99, Repoman-2.3.22
12 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
13
14 app-emulation/qemu-riscv64-bin/qemu-riscv64-bin-3.1.0-r4.ebuild | 4 +++-
15 1 file changed, 3 insertions(+), 1 deletion(-)
16
17 diff --git a/app-emulation/qemu-riscv64-bin/qemu-riscv64-bin-3.1.0-r4.ebuild b/app-emulation/qemu-riscv64-bin/qemu-riscv64-bin-3.1.0-r4.ebuild
18 index 30853f041f5..650e2af57e1 100644
19 --- a/app-emulation/qemu-riscv64-bin/qemu-riscv64-bin-3.1.0-r4.ebuild
20 +++ b/app-emulation/qemu-riscv64-bin/qemu-riscv64-bin-3.1.0-r4.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 2019 Gentoo Authors
23 +# Copyright 2019-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -13,6 +13,8 @@ KEYWORDS="~amd64"
28
29 RDEPEND="!app-emulation/qemu[qemu_user_targets_riscv64]"
30
31 +QA_PREBUILT="*"
32 +
33 S=${WORKDIR}
34
35 src_install() {