Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 939799 | Differences between
and this patch

Collapse All | Expand All

(-)a/dev-scheme/guile/guile-3.0.10-r100.ebuild (-3 / +2 lines)
Lines 42-49 DOCS=( ABOUT-NLS AUTHORS ChangeLog GUILE-VERSION HACKING NEWS README THANKS ) Link Here
42
PATCHES=( "${FILESDIR}"/${PN}-2.2.3-gentoo-sandbox.patch )
42
PATCHES=( "${FILESDIR}"/${PN}-2.2.3-gentoo-sandbox.patch )
43
43
44
# Where to install data files.
44
# Where to install data files.
45
GUILE_DATA="${PREFIX}/usr/share/guile-data/${SLOT}"
45
GUILE_DATA="${EPREFIX}/usr/share/guile-data/${SLOT}"
46
GUILE_PCDIR="/usr/share/guile-data/${SLOT}/pkgconfig"
46
GUILE_PCDIR="${EPREFIX}/usr/share/guile-data/${SLOT}/pkgconfig"
47
47
48
src_configure() {
48
src_configure() {
49
	# see bug #676468
49
	# see bug #676468
50
- 

Return to bug 939799