diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-05 07:57:26 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-05 08:08:16 +0100 |
commit | 73ce68d24566795d7039e5ca375242d5c6716f17 (patch) | |
tree | 70cff845d7f67ba2bb7e9e5f0ec73a8c690ed75c /app-emulation | |
parent | app-emulation/qemu: drop outdated pixman-for-vhost-user-gpu.patch (diff) | |
download | gentoo-73ce68d24566795d7039e5ca375242d5c6716f17.tar.gz gentoo-73ce68d24566795d7039e5ca375242d5c6716f17.tar.bz2 gentoo-73ce68d24566795d7039e5ca375242d5c6716f17.zip |
app-emulation/qemu: drop --with-confsuffix=
Upstream renamed it to --with-suffix=.
We were passing the default anyway. No need to pass it explicitly.
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qemu/qemu-9999.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild index 120362a843e6..4494fdfec27d 100644 --- a/app-emulation/qemu/qemu-9999.ebuild +++ b/app-emulation/qemu/qemu-9999.ebuild @@ -410,7 +410,6 @@ qemu_src_configure() { --datadir=/usr/share --docdir=/usr/share/doc/${PF}/html --mandir=/usr/share/man - --with-confsuffix=/qemu --localstatedir=/var --disable-bsd-user --disable-containers # bug #732972 |