From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D4E3813881E for ; Tue, 29 Sep 2015 13:19:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6CAB0E07EC; Tue, 29 Sep 2015 13:19:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 14F41E07EC for ; Tue, 29 Sep 2015 13:19:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 090CB340864 for ; Tue, 29 Sep 2015 13:19:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4539D186 for ; Tue, 29 Sep 2015 13:18:56 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1443532717.1bfe7275176f17429d50629bf086cdc727ab068d.vapier@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: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 1bfe7275176f17429d50629bf086cdc727ab068d X-VCS-Branch: master Date: Tue, 29 Sep 2015 13:18:56 +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-Archives-Salt: aadd6bdd-1764-4ea6-b104-5ebd04039a6a X-Archives-Hash: 399ec041869b39d0be72184f88917d8e commit: 1bfe7275176f17429d50629bf086cdc727ab068d Author: Michal Privoznik gmail com> AuthorDate: Tue Sep 29 13:18:37 2015 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Tue Sep 29 13:18:37 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bfe7275 app-emulation/qemu: update smartcard configure flag #561670 app-emulation/qemu/qemu-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild index a2cdb89..6dfb030 100644 --- a/app-emulation/qemu/qemu-9999.ebuild +++ b/app-emulation/qemu/qemu-9999.ebuild @@ -385,7 +385,7 @@ qemu_src_configure() { $(conf_softmmu sasl vnc-sasl) $(conf_softmmu sdl) $(conf_softmmu seccomp) - $(conf_softmmu smartcard smartcard-nss) + $(conf_softmmu smartcard) $(conf_softmmu snappy) $(conf_softmmu spice) $(conf_softmmu ssh libssh2)