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

Bug 283053

Summary: app-office/abiword-plugins-2.6.8: automagic dependency on app-text/libwpd
Product: Gentoo Linux Reporter: Peter Volkov (RETIRED) <pva>
Component: Current packagesAssignee: GNOME Office (OBSOLETE) <gnome-office+disabled>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 283031    

Description Peter Volkov (RETIRED) gentoo-dev 2009-08-28 17:41:04 UTC
After build app-office/abiword-plugins-2.6.8 with USE=-wordperfect in case there is app-text/libwpd installed on the system abiword-plugins will link with libwpd:

/usr/lib/abiword-2.6/plugins/libAbiWordPerfect.la (requires /usr/lib/libwpd-0.8.la)
/usr/lib/abiword-2.6/plugins/libAbiWordPerfect.so (requires libwpd-0.8.so.8)

(sorry for output from revdep-rebuild but still issue is here).

Thanks for your time.
Comment 1 Romain Perier (RETIRED) gentoo-dev 2009-09-03 20:42:15 UTC
+03 Sep 2009; Romain Perier <mrpouet@gentoo.org>
+  abiword-plugins-2.6.8.ebuild:
+  Fix bug #283053, missing $(use_with wordperfect) in src_configure() which
+  caused wordprefect plugin to be installed if libwpd was installed, even
+  with USE="-wordperfect".

Fixed into the main tree without a bump, thanks for reporting.