Bug 142336 - lyx-1.4.1-r1 ebuild cleanup
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

------- Comment #1 From Harald van Dijk 2006-07-31 14:34:43 0000 -------
Created an attachment (id=93147) [details]
lyx-1.4.1-r1.diff

------- Comment #2 From Harald van Dijk 2006-07-31 14:38:02 0000 -------
> -		-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
:) )

------- Comment #3 From MATSUU Takuto 2006-08-17 16:03:04 0000 -------
lyx-1.4.2 cleanup. thanks.