Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 285750 - media-gfx/graphviz-2.24.0-r1 has an automagic dep on media-libs/devil
Summary: media-gfx/graphviz-2.24.0-r1 has an automagic dep on media-libs/devil
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Graphics Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-20 19:03 UTC by Alexis Ballier
Modified: 2009-09-27 14:27 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 Alexis Ballier gentoo-dev 2009-09-20 19:03:03 UTC
graphviz $ grep devil *.ebuild -> nothing

configure.ac contains:

dnl -----------------------------------
dnl INCLUDES and LIBS for DEVIL

AC_ARG_WITH(devil,
  [AS_HELP_STRING([--with-devil=yes],[DevIL plugin])],
  [],[with_devil=yes])

if test "x$with_devil" != "xyes"; then
  use_devil="No (disabled)"
else



And then i get this file:

# scanelf -L -n -q -F '%n #F' /usr/lib64/graphviz/libgvplugin_devil.so.6.0.0
/usr/lib/libILU.so.1,/usr/lib/libIL.so.1,/lib/libc.so.6,/lib/libpthread.so.0
Comment 1 Markus Meier gentoo-dev 2009-09-27 14:27:14 UTC
fixed in cvs, thanks for the report.

*graphviz-2.24.0-r2 (27 Sep 2009)

  27 Sep 2009; Markus Meier <maekke@gentoo.org> -graphviz-2.24.0-r1.ebuild,
  +graphviz-2.24.0-r2.ebuild:
  revision bump: disable automagic dep on media-libs/devil wrt bug #285750