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

Bug 285750

Summary: media-gfx/graphviz-2.24.0-r1 has an automagic dep on media-libs/devil
Product: Gentoo Linux Reporter: Alexis Ballier <aballier>
Component: Current packagesAssignee: Gentoo Graphics Project <graphics+disabled>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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