| Bug#: 142336 | Product: Gentoo Linux | Version: 2006.0 | Platform: All |
| OS/Version: Other | Status: RESOLVED | Severity: normal | Priority: P2 |
| Resolution: FIXED | Assigned To: text-markup@gentoo.org | Reported By: truedfx@gentoo.org | |
| Component: Applications | |||
| URL: | |||
| Summary: lyx-1.4.1-r1 ebuild cleanup | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2006-07-31 14:34 0000 | |||
| Description: | Opened: 2006-07-31 14:34 0000 |
- Don't pull in GTK+ dependencies with USE=cjk or USE=qt3 (it's unused anyway) - Properly quote path variables - Fix typo - Replace -Os with -O2 instead of filtering (filtering is equivalent to replacing with -O0) - Use 'use' instead of 'useq'; 'useq' is for when it is required that no output be generated
Created an attachment (id=93147) [details]
lyx-1.4.1-r1.diff
> - -e /usr/X11R6/$(get_libdir)/X11/fonts/encodings \ > + -e /usr/$(get_libdir)/X11/fonts/encodings \ Sorry, that one's not supposed to be there (I didn't mention it, and it's wrong :) )