Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 508022 - sys-apps/systemd-212 should not depend on gnutls if USE=-http
Summary: sys-apps/systemd-212 should not depend on gnutls if USE=-http
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo systemd Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-18 16:05 UTC by Alexander Tsoy
Modified: 2014-04-19 01:04 UTC (History)
0 users

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


Attachments
systemd-212-r2.ebuild.patch (systemd-212-r2.ebuild.patch,1.65 KB, patch)
2014-04-18 21:47 UTC, Alexander Tsoy
Details | Diff

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