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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 81F76158086 for ; Sat, 18 Dec 2021 18:28:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C993F2BC030; Sat, 18 Dec 2021 18:28:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 802932BC030 for ; Sat, 18 Dec 2021 18:28:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7572E3432E1 for ; Sat, 18 Dec 2021 18:27:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2DE3A14D for ; Sat, 18 Dec 2021 18:27:58 +0000 (UTC) From: "Piotr Karbowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Piotr Karbowski" Message-ID: <1639852075.dcf69b0b87adc3ce51383ef61aab9b314fb8e822.slashbeast@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/qemu/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/qemu/qemu-6.1.0-r2.ebuild X-VCS-Directories: app-emulation/qemu/ X-VCS-Committer: slashbeast X-VCS-Committer-Name: Piotr Karbowski X-VCS-Revision: dcf69b0b87adc3ce51383ef61aab9b314fb8e822 X-VCS-Branch: master Date: Sat, 18 Dec 2021 18:27:58 +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: 254c89e1-fb62-4fe3-97d8-a777c61bc7a9 X-Archives-Hash: 239c8da36b39f42089d7a5913310b6bf commit: dcf69b0b87adc3ce51383ef61aab9b314fb8e822 Author: Piotr Karbowski gentoo org> AuthorDate: Sat Dec 18 18:26:53 2021 +0000 Commit: Piotr Karbowski gentoo org> CommitDate: Sat Dec 18 18:27:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcf69b0b app-emulation/qemu: 6.1.0-r2: restore REQUIRED_USE that was not supposed to be modified. Signed-off-by: Piotr Karbowski gentoo.org> app-emulation/qemu/qemu-6.1.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/qemu/qemu-6.1.0-r2.ebuild b/app-emulation/qemu/qemu-6.1.0-r2.ebuild index 616294d8c5d2..9049f8831ee9 100644 --- a/app-emulation/qemu/qemu-6.1.0-r2.ebuild +++ b/app-emulation/qemu/qemu-6.1.0-r2.ebuild @@ -97,7 +97,7 @@ IUSE+=" ${use_softmmu_targets} ${use_user_targets}" RESTRICT="!test? ( test )" # Allow no targets to be built so that people can get a tools-only build. # Block USE flag configurations known to not work. -REQUIRED_USE=" +REQUIRED_USE="${PYTHON_REQUIRED_USE} qemu_softmmu_targets_arm? ( fdt ) qemu_softmmu_targets_microblaze? ( fdt ) qemu_softmmu_targets_mips64el? ( fdt )