Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 561670 - app-emulation/qemu-9999: Smartcard configure option has been renamed
Summary: app-emulation/qemu-9999: Smartcard configure option has been renamed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo QEMU Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 561814
  Show dependency tree
 
Reported: 2015-09-27 21:59 UTC by Michal Privoznik
Modified: 2015-12-08 04:13 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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)