Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/qemu/
Date: Tue, 29 Sep 2015 13:19:08
Message-Id: 1443532717.1bfe7275176f17429d50629bf086cdc727ab068d.vapier@gentoo
1 commit: 1bfe7275176f17429d50629bf086cdc727ab068d
2 Author: Michal Privoznik <miso.privoznik <AT> gmail <DOT> com>
3 AuthorDate: Tue Sep 29 13:18:37 2015 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 29 13:18:37 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bfe7275
7
8 app-emulation/qemu: update smartcard configure flag #561670
9
10 app-emulation/qemu/qemu-9999.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild
14 index a2cdb89..6dfb030 100644
15 --- a/app-emulation/qemu/qemu-9999.ebuild
16 +++ b/app-emulation/qemu/qemu-9999.ebuild
17 @@ -385,7 +385,7 @@ qemu_src_configure() {
18 $(conf_softmmu sasl vnc-sasl)
19 $(conf_softmmu sdl)
20 $(conf_softmmu seccomp)
21 - $(conf_softmmu smartcard smartcard-nss)
22 + $(conf_softmmu smartcard)
23 $(conf_softmmu snappy)
24 $(conf_softmmu spice)
25 $(conf_softmmu ssh libssh2)