Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 494528 - net-analyzer/wireshark - please add slot operator on dev-libs/libgcrypt atom
Summary: net-analyzer/wireshark - please add slot operator on dev-libs/libgcrypt atom
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2013-12-17 11:18 UTC by Thomas Deutschmann (RETIRED)
Modified: 2013-12-17 11:59 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 2013-12-17 11:18:23 UTC
dev-libs/libgcrypt-1.6.0 update changed soname of libgcrypt; this triggered a @preserved-libs event for net-analyzer/wireshark.

Please consider adding a slot operator on the dev-libs/libgcrypt atom in the next revbump of net-analyzer/wireshark, e.g. change

   crypt? ( dev-libs/libgcrypt )

to

   crypt? ( dev-libs/libgcrypt:= )

In future, when dev-libs/libgcrypt will be updated, this will also trigger a rebuild of net-analyzer/wireshark.

Thanks.


Reproducible: Always
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2013-12-17 11:59:49 UTC
# ChangeLog for net-analyzer/wireshark
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.567 2013/12/17 11:59:18 jer Exp $

  17 Dec 2013; Jeroen Roovers <jer@gentoo.org> wireshark-1.10.3.ebuild,
  wireshark-1.11.2.ebuild, wireshark-1.8.11.ebuild:
  Add SLOT operators for dev-libs/libgcrypt by Thomas D. (bug #494528).