Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 521396 - net-libs/czmq should depend on dev-libs/libsodium:=
Summary: net-libs/czmq should depend on dev-libs/libsodium:=
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Justin Lecher (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-28 14:29 UTC by Thomas Deutschmann (RETIRED)
Modified: 2014-09-15 18:51 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 Thomas Deutschmann (RETIRED) gentoo-dev 2014-08-28 14:29:40 UTC
dev-libs/libsodium-0.7.0 update changed soname of libsodium; this triggered a @preserved-libs event for net-libs/czmq.

Please consider adding a slot operator on the dev-libs/libsodium atom in the next revbump of net-libs/czmq so that an update of dev-libs/libsodium will trigger a rebuild of net-libs/czmq when necessary.

E.g. change

  RDEPEND="
          dev-libs/libsodium


to

  RDEPEND="
          dev-libs/libsodium:=

in the ebuild.

Thanks!

Reproducible: Always
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2014-09-15 18:51:02 UTC
+  15 Sep 2014; Justin Lecher <jlec@gentoo.org> czmq-2.2.0-r1.ebuild:
+  Avoid @preserved-rebuild usage, #521396
+