Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/qemu/
Date: Sat, 05 Sep 2020 07:08:25
Message-Id: 1599289696.73ce68d24566795d7039e5ca375242d5c6716f17.slyfox@gentoo
1 commit: 73ce68d24566795d7039e5ca375242d5c6716f17
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 5 06:57:26 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 5 07:08:16 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73ce68d2
7
8 app-emulation/qemu: drop --with-confsuffix=
9
10 Upstream renamed it to --with-suffix=.
11
12 We were passing the default anyway. No need to pass it explicitly.
13
14 Package-Manager: Portage-3.0.5, Repoman-3.0.1
15 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
16
17 app-emulation/qemu/qemu-9999.ebuild | 1 -
18 1 file changed, 1 deletion(-)
19
20 diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild
21 index 120362a843e..4494fdfec27 100644
22 --- a/app-emulation/qemu/qemu-9999.ebuild
23 +++ b/app-emulation/qemu/qemu-9999.ebuild
24 @@ -410,7 +410,6 @@ qemu_src_configure() {
25 --datadir=/usr/share
26 --docdir=/usr/share/doc/${PF}/html
27 --mandir=/usr/share/man
28 - --with-confsuffix=/qemu
29 --localstatedir=/var
30 --disable-bsd-user
31 --disable-containers # bug #732972