Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 128780 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +7 lines)
Line  Link Here
0
-- /usr/portage/app-crypt/seahorse/seahorse-0.8.1.ebuild       2006-05-20 04:05:27.000000000 +0900
0
++ seahorse-0.9.1.ebuild       2006-06-11 13:34:04.181623000 +0900
Lines 35-45 Link Here
35
       dev-util/pkgconfig"
35
       dev-util/pkgconfig"
36
DOCS="AUTHORS ChangeLog NEWS README TODO THANKS"
36
DOCS="AUTHORS ChangeLog NEWS README TODO THANKS"
37
IUSE="ldap"
37
IUSE="ldap dbus nautilus libnotify"
38
src_compile() {
38
src_compile() {
39
       append-ldflags $(bindnow-flags)
39
       append-ldflags $(bindnow-flags)
40
       G2CONF="${G2CONF} $(use_enable ldap) --disable-update-mime-database"
40
       G2CONF="${G2CONF} $(use_enable ldap) \
41
         $(use_enable libnotify) \
42
         $(use_enable dbus) \
43
         $(use_enable nautilus) \
44
         --disable-update-mime-database"
41
       gnome2_src_compile
45
       gnome2_src_compile
42
}
46
}

Return to bug 128780