Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 283053 - app-office/abiword-plugins-2.6.8: automagic dependency on app-text/libwpd
Summary: app-office/abiword-plugins-2.6.8: automagic dependency on app-text/libwpd
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: GNOME Office (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 283031
  Show dependency tree
 
Reported: 2009-08-28 17:41 UTC by Peter Volkov (RETIRED)
Modified: 2009-09-03 20:42 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 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.