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

Bug 508022

Summary: sys-apps/systemd-212 should not depend on gnutls if USE=-http
Product: Gentoo Linux Reporter: Alexander Tsoy <alexander>
Component: [OLD] Core systemAssignee: Gentoo systemd Team <systemd>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: systemd-212-r2.ebuild.patch

Description Alexander Tsoy 2014-04-18 16:05:07 UTC
gnutls is only needed by systemd-journal-gatewayd and systemd-journal-remote which are enabled only with USE=http (--enable-microhttpd). So dependencies should be fixed:

    http? (
        >=net-libs/libmicrohttpd-0.9.33:0= )
        ssl? ( >=net-libs/gnutls-3.1.4:0= )
    )
Comment 1 Alexander Tsoy 2014-04-18 16:21:26 UTC
(In reply to Alexander Tsoy from comment #0)
>     http? (
>         >=net-libs/libmicrohttpd-0.9.33:0= )

Ouch :)                                     ^^^
Comment 2 Alexander Tsoy 2014-04-18 21:47:53 UTC
Created attachment 375242 [details, diff]
systemd-212-r2.ebuild.patch
Comment 3 Mike Gilbert gentoo-dev 2014-04-19 01:04:29 UTC
+  19 Apr 2014; Mike Gilbert <floppym@gentoo.org> -systemd-212-r1.ebuild,
+  -systemd-212.ebuild, systemd-212-r2.ebuild, systemd-9999.ebuild:
+  Nest gnutls within http use flag, bug 508022 by Alexander Tsoy.