From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D560A138359 for ; Sat, 5 Sep 2020 07:08:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A21A0E0844; Sat, 5 Sep 2020 07:08:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8068DE0844 for ; Sat, 5 Sep 2020 07:08:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7119F340CD7 for ; Sat, 5 Sep 2020 07:08:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB979347 for ; Sat, 5 Sep 2020 07:08:21 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1599289696.73ce68d24566795d7039e5ca375242d5c6716f17.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/qemu/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/qemu/qemu-9999.ebuild X-VCS-Directories: app-emulation/qemu/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 73ce68d24566795d7039e5ca375242d5c6716f17 X-VCS-Branch: master Date: Sat, 5 Sep 2020 07:08:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 15e3ed7f-e2c6-444e-a8e2-49a1225fa443 X-Archives-Hash: 85a10d6ce5398a9cc86a6cd3ee5c0872 commit: 73ce68d24566795d7039e5ca375242d5c6716f17 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Sep 5 06:57:26 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Sep 5 07:08:16 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73ce68d2 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 gentoo.org> app-emulation/qemu/qemu-9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild index 120362a843e..4494fdfec27 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