Show
Ignore:
Timestamp:
04/16/09 23:54:46 (3 years ago)
Author:
sleipnir
Message:

Fix http://gentoo.mindzoo.de/index.cgi/ticket/158 by adding gtk-docs-am to the DEPEND section.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • openmoko/trunk/openmoko-target/dev-libs/dbus-glib/dbus-glib-0.80.ebuild

    r188 r329  
    2525                app-doc/doxygen 
    2626                app-text/xmlto 
    27                 >=dev-util/gtk-doc-1.4 )" 
     27                >=dev-util/gtk-doc-1.4 ) 
     28        dev-util/gtk-doc-am" 
    2829 
    2930BASH_COMPLETION_NAME="dbus" 
     
    3435 
    3536        # submitted upstream to bug #19325 
    36         #epatch "${FILESDIR}"/${PN}-0.78-fix-building-tests.patch 
     37                #epatch "${FILESDIR}"/${PN}-0.78-fix-building-tests.patch 
    3738 
    38         epatch "${FILESDIR}/${PN}-crosscompile-dbus-binding-tool.patch" 
    39         epatch "${FILESDIR}/${PN}-configurable-examples.patch" 
    40          
     39                epatch "${FILESDIR}/${PN}-crosscompile-dbus-binding-tool.patch" 
     40                epatch "${FILESDIR}/${PN}-configurable-examples.patch" 
     41 
    4142        eautoreconf || die "eautoreconf failed" 
    4243}