Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 561670

Summary: app-emulation/qemu-9999: Smartcard configure option has been renamed
Product: Gentoo Linux Reporter: Michal Privoznik <miso.privoznik>
Component: Current packagesAssignee: Gentoo QEMU Project <qemu+disabled>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 561814    

Description Michal Privoznik 2015-09-27 21:59:27 UTC
So, since:

commit 7b02f5447c64d1854468f758398c9f6fe9e5721f
Author:     Marc-André Lureau <marcandre.lureau@redhat.com>
AuthorDate: Sun Aug 30 11:48:40 2015 +0200
Commit:     Marc-André Lureau <marcandre.lureau@redhat.com>
CommitDate: Wed Sep 23 23:34:17 2015 +0200

    libcacard: use the standalone project
    
    libcacard is now a standalone project hosted with the Spice project (see
    the 2.5.0 release announcement), remove it from qemu tree.
    
    Use the library if found during configure or if --enable-smartcard.
    
    Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
    Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>
    Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
    Tested-by: Paolo Bonzini <pbonzini@redhat.com>



the smartcard-nss was renamed to smartcard, so we need this ebuild change too:

# diff -u /tmp/qemu-9999.ebuild /usr/portage/app-emulation/qemu/qemu-9999.ebuild 
--- /tmp/qemu-9999.ebuild       2015-09-27 08:55:00.981730572 +0200
+++ /usr/portage/app-emulation/qemu/qemu-9999.ebuild    2015-09-27 08:53:02.512126421 +0200
@@ -385,7 +385,7 @@
                $(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)