Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 474830 - media-libs/libwmf-0.2.8.4-r5 installs /usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/io-wmf.la
Summary: media-libs/libwmf-0.2.8.4-r5 installs /usr/lib64/gdk-pixbuf-2.0/2.10.0/loader...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-26 06:42 UTC by Nikoli
Modified: 2013-06-26 07:23 UTC (History)
1 user (show)

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 Nikoli 2013-06-26 06:42:18 UTC
media-libs/libwmf-0.2.8.4-r5 has regression: it installs /usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/io-wmf.la

media-libs/libwmf-0.2.8.4-r4 does not have such bug and used find for removinf la files:
 src_install() {
-       MAKEOPTS+=" -j1" default
-       find "${D}" -name '*.la' -exec rm -f '{}' + || die
+       MAKEOPTS+=" -j1"
+       autotools-utils_src_install
 }
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2013-06-26 07:23:11 UTC
+  26 Jun 2013; Justin Lecher <jlec@gentoo.org> libwmf-0.2.8.4-r5.ebuild:
+  Drop la files from modules, #474830
+