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

Collapse All | Expand All

(-)a/dev-lang/ghc/ghc-7.10.3.ebuild (+2 lines)
Lines 90-95 RDEPEND=" Link Here
90
#    utils/ghc-pkg_HC_OPTS += -DBOOTSTRAPPING
90
#    utils/ghc-pkg_HC_OPTS += -DBOOTSTRAPPING
91
PREBUILT_BINARY_DEPENDS="
91
PREBUILT_BINARY_DEPENDS="
92
	!prefix? ( elibc_glibc? ( >=sys-libs/glibc-2.17 ) )
92
	!prefix? ( elibc_glibc? ( >=sys-libs/glibc-2.17 ) )
93
	prefix? ( dev-util/patchelf )
93
"
94
"
94
# This set of dependencies is needed to install
95
# This set of dependencies is needed to install
95
# ghc[binary] in system. terminfo package is linked
96
# ghc[binary] in system. terminfo package is linked
Lines 325-330 relocate_ghc() { Link Here
325
326
326
	if use prefix; then
327
	if use prefix; then
327
		hprefixify "${bin_libpath}"/${PN}*/settings
328
		hprefixify "${bin_libpath}"/${PN}*/settings
329
		exprefixify "${WORKDIR}"
328
	fi
330
	fi
329
331
330
	# regenerate the binary package cache
332
	# regenerate the binary package cache
(-)a/dev-lang/ghc/ghc-8.0.2.ebuild (+2 lines)
Lines 88-93 RDEPEND=" Link Here
88
#    utils/ghc-pkg_HC_OPTS += -DBOOTSTRAPPING
88
#    utils/ghc-pkg_HC_OPTS += -DBOOTSTRAPPING
89
PREBUILT_BINARY_DEPENDS="
89
PREBUILT_BINARY_DEPENDS="
90
	!prefix? ( elibc_glibc? ( >=sys-libs/glibc-2.17 ) )
90
	!prefix? ( elibc_glibc? ( >=sys-libs/glibc-2.17 ) )
91
	prefix? ( dev-util/patchelf )
91
"
92
"
92
# This set of dependencies is needed to install
93
# This set of dependencies is needed to install
93
# ghc[binary] in system. terminfo package is linked
94
# ghc[binary] in system. terminfo package is linked
Lines 320-325 relocate_ghc() { Link Here
320
321
321
	if use prefix; then
322
	if use prefix; then
322
		hprefixify "${bin_libpath}"/${PN}*/settings
323
		hprefixify "${bin_libpath}"/${PN}*/settings
324
		exprefixify "${WORKDIR}"
323
	fi
325
	fi
324
326
325
	# regenerate the binary package cache
327
	# regenerate the binary package cache
(-)a/dev-lang/ghc/ghc-8.10.1.ebuild (+2 lines)
Lines 95-100 RDEPEND=" Link Here
95
#    utils/ghc-pkg_HC_OPTS += -DBOOTSTRAPPING
95
#    utils/ghc-pkg_HC_OPTS += -DBOOTSTRAPPING
96
PREBUILT_BINARY_DEPENDS="
96
PREBUILT_BINARY_DEPENDS="
97
	!prefix? ( elibc_glibc? ( >=sys-libs/glibc-2.17 ) )
97
	!prefix? ( elibc_glibc? ( >=sys-libs/glibc-2.17 ) )
98
	prefix? ( dev-util/patchelf )
98
"
99
"
99
# This set of dependencies is needed to install
100
# This set of dependencies is needed to install
100
# ghc[binary] in system. terminfo package is linked
101
# ghc[binary] in system. terminfo package is linked
Lines 335-340 relocate_ghc() { Link Here
335
336
336
	if use prefix; then
337
	if use prefix; then
337
		hprefixify "${bin_libpath}"/${PN}*/settings
338
		hprefixify "${bin_libpath}"/${PN}*/settings
339
		exprefixify "${WORKDIR}"
338
	fi
340
	fi
339
341
340
	# regenerate the binary package cache
342
	# regenerate the binary package cache
(-)a/dev-lang/ghc/ghc-8.10.2.ebuild (+2 lines)
Lines 95-100 RDEPEND=" Link Here
95
#    utils/ghc-pkg_HC_OPTS += -DBOOTSTRAPPING
95
#    utils/ghc-pkg_HC_OPTS += -DBOOTSTRAPPING
96
PREBUILT_BINARY_DEPENDS="
96
PREBUILT_BINARY_DEPENDS="
97
	!prefix? ( elibc_glibc? ( >=sys-libs/glibc-2.17 ) )
97
	!prefix? ( elibc_glibc? ( >=sys-libs/glibc-2.17 ) )
98
	prefix? ( dev-util/patchelf )
98
"
99
"
99
# This set of dependencies is needed to install
100
# This set of dependencies is needed to install
100
# ghc[binary] in system. terminfo package is linked
101
# ghc[binary] in system. terminfo package is linked
Lines 335-340 relocate_ghc() { Link Here
335
336
336
	if use prefix; then
337
	if use prefix; then
337
		hprefixify "${bin_libpath}"/${PN}*/settings
338
		hprefixify "${bin_libpath}"/${PN}*/settings
339
		exprefixify "${WORKDIR}"
338
	fi
340
	fi
339
341
340
	# regenerate the binary package cache
342
	# regenerate the binary package cache
(-)a/dev-lang/ghc/ghc-8.10.3.ebuild (+2 lines)
Lines 95-100 RDEPEND=" Link Here
95
#    utils/ghc-pkg_HC_OPTS += -DBOOTSTRAPPING
95
#    utils/ghc-pkg_HC_OPTS += -DBOOTSTRAPPING
96
PREBUILT_BINARY_DEPENDS="
96
PREBUILT_BINARY_DEPENDS="
97
	!prefix? ( elibc_glibc? ( >=sys-libs/glibc-2.17 ) )
97
	!prefix? ( elibc_glibc? ( >=sys-libs/glibc-2.17 ) )
98
	prefix? ( dev-util/patchelf )
98
"
99
"
99
# This set of dependencies is needed to install
100
# This set of dependencies is needed to install
100
# ghc[binary] in system. terminfo package is linked
101
# ghc[binary] in system. terminfo package is linked
Lines 335-340 relocate_ghc() { Link Here
335
336
336
	if use prefix; then
337
	if use prefix; then
337
		hprefixify "${bin_libpath}"/${PN}*/settings
338
		hprefixify "${bin_libpath}"/${PN}*/settings
339
		exprefixify "${WORKDIR}"
338
	fi
340
	fi
339
341
340
	# regenerate the binary package cache
342
	# regenerate the binary package cache
(-)a/dev-lang/ghc/ghc-8.2.1.ebuild (+2 lines)
Lines 84-89 RDEPEND=" Link Here
84
#    utils/ghc-pkg_HC_OPTS += -DBOOTSTRAPPING
84
#    utils/ghc-pkg_HC_OPTS += -DBOOTSTRAPPING
85
PREBUILT_BINARY_DEPENDS="
85
PREBUILT_BINARY_DEPENDS="
86
	!prefix? ( elibc_glibc? ( >=sys-libs/glibc-2.17 ) )
86
	!prefix? ( elibc_glibc? ( >=sys-libs/glibc-2.17 ) )
87
	prefix? ( dev-util/patchelf )
87
"
88
"
88
# This set of dependencies is needed to install
89
# This set of dependencies is needed to install
89
# ghc[binary] in system. terminfo package is linked
90
# ghc[binary] in system. terminfo package is linked
Lines 325-330 relocate_ghc() { Link Here
325
326
326
	if use prefix; then
327
	if use prefix; then
327
		hprefixify "${bin_libpath}"/${PN}*/settings
328
		hprefixify "${bin_libpath}"/${PN}*/settings
329
		exprefixify "${WORKDIR}"
328
	fi
330
	fi
329
331
330
	# regenerate the binary package cache
332
	# regenerate the binary package cache
(-)a/dev-lang/ghc/ghc-8.2.2.ebuild (+2 lines)
Lines 84-89 RDEPEND=" Link Here
84
#    utils/ghc-pkg_HC_OPTS += -DBOOTSTRAPPING
84
#    utils/ghc-pkg_HC_OPTS += -DBOOTSTRAPPING
85
PREBUILT_BINARY_DEPENDS="
85
PREBUILT_BINARY_DEPENDS="
86
	!prefix? ( elibc_glibc? ( >=sys-libs/glibc-2.17 ) )
86
	!prefix? ( elibc_glibc? ( >=sys-libs/glibc-2.17 ) )
87
	prefix? ( dev-util/patchelf )
87
"
88
"
88
# This set of dependencies is needed to install
89
# This set of dependencies is needed to install
89
# ghc[binary] in system. terminfo package is linked
90
# ghc[binary] in system. terminfo package is linked
Lines 325-330 relocate_ghc() { Link Here
325
326
326
	if use prefix; then
327
	if use prefix; then
327
		hprefixify "${bin_libpath}"/${PN}*/settings
328
		hprefixify "${bin_libpath}"/${PN}*/settings
329
		exprefixify "${WORKDIR}"
328
	fi
330
	fi
329
331
330
	# regenerate the binary package cache
332
	# regenerate the binary package cache
(-)a/dev-lang/ghc/ghc-8.4.1.ebuild (+2 lines)
Lines 84-89 RDEPEND=" Link Here
84
#    utils/ghc-pkg_HC_OPTS += -DBOOTSTRAPPING
84
#    utils/ghc-pkg_HC_OPTS += -DBOOTSTRAPPING
85
PREBUILT_BINARY_DEPENDS="
85
PREBUILT_BINARY_DEPENDS="
86
	!prefix? ( elibc_glibc? ( >=sys-libs/glibc-2.17 ) )
86
	!prefix? ( elibc_glibc? ( >=sys-libs/glibc-2.17 ) )
87
	prefix? ( dev-util/patchelf )
87
"
88
"
88
# This set of dependencies is needed to install
89
# This set of dependencies is needed to install
89
# ghc[binary] in system. terminfo package is linked
90
# ghc[binary] in system. terminfo package is linked
Lines 325-330 relocate_ghc() { Link Here
325
326
326
	if use prefix; then
327
	if use prefix; then
327
		hprefixify "${bin_libpath}"/${PN}*/settings
328
		hprefixify "${bin_libpath}"/${PN}*/settings
329
		exprefixify "${WORKDIR}"
328
	fi
330
	fi
329
331
330
	# regenerate the binary package cache
332
	# regenerate the binary package cache
(-)a/dev-lang/ghc/ghc-8.4.2.ebuild (+2 lines)
Lines 84-89 RDEPEND=" Link Here
84
#    utils/ghc-pkg_HC_OPTS += -DBOOTSTRAPPING
84
#    utils/ghc-pkg_HC_OPTS += -DBOOTSTRAPPING
85
PREBUILT_BINARY_DEPENDS="
85
PREBUILT_BINARY_DEPENDS="
86
	!prefix? ( elibc_glibc? ( >=sys-libs/glibc-2.17 ) )
86
	!prefix? ( elibc_glibc? ( >=sys-libs/glibc-2.17 ) )
87
	prefix? ( dev-util/patchelf )
87
"
88
"
88
# This set of dependencies is needed to install
89
# This set of dependencies is needed to install
89
# ghc[binary] in system. terminfo package is linked
90
# ghc[binary] in system. terminfo package is linked
Lines 328-333 relocate_ghc() { Link Here
328
329
329
	if use prefix; then
330
	if use prefix; then
330
		hprefixify "${bin_libpath}"/${PN}*/settings
331
		hprefixify "${bin_libpath}"/${PN}*/settings
332
		exprefixify "${WORKDIR}"
331
	fi
333
	fi
332
334
333
	# regenerate the binary package cache
335
	# regenerate the binary package cache
(-)a/dev-lang/ghc/ghc-8.4.3.ebuild (+2 lines)
Lines 84-89 RDEPEND=" Link Here
84
#    utils/ghc-pkg_HC_OPTS += -DBOOTSTRAPPING
84
#    utils/ghc-pkg_HC_OPTS += -DBOOTSTRAPPING
85
PREBUILT_BINARY_DEPENDS="
85
PREBUILT_BINARY_DEPENDS="
86
	!prefix? ( elibc_glibc? ( >=sys-libs/glibc-2.17 ) )
86
	!prefix? ( elibc_glibc? ( >=sys-libs/glibc-2.17 ) )
87
	prefix? ( dev-util/patchelf )
87
"
88
"
88
# This set of dependencies is needed to install
89
# This set of dependencies is needed to install
89
# ghc[binary] in system. terminfo package is linked
90
# ghc[binary] in system. terminfo package is linked
Lines 328-333 relocate_ghc() { Link Here
328
329
329
	if use prefix; then
330
	if use prefix; then
330
		hprefixify "${bin_libpath}"/${PN}*/settings
331
		hprefixify "${bin_libpath}"/${PN}*/settings
332
		exprefixify "${WORKDIR}"
331
	fi
333
	fi
332
334
333
	# regenerate the binary package cache
335
	# regenerate the binary package cache
(-)a/dev-lang/ghc/ghc-8.6.4.ebuild (+2 lines)
Lines 90-95 RDEPEND=" Link Here
90
#    utils/ghc-pkg_HC_OPTS += -DBOOTSTRAPPING
90
#    utils/ghc-pkg_HC_OPTS += -DBOOTSTRAPPING
91
PREBUILT_BINARY_DEPENDS="
91
PREBUILT_BINARY_DEPENDS="
92
	!prefix? ( elibc_glibc? ( >=sys-libs/glibc-2.17 ) )
92
	!prefix? ( elibc_glibc? ( >=sys-libs/glibc-2.17 ) )
93
	prefix? ( dev-util/patchelf )
93
"
94
"
94
# This set of dependencies is needed to install
95
# This set of dependencies is needed to install
95
# ghc[binary] in system. terminfo package is linked
96
# ghc[binary] in system. terminfo package is linked
Lines 334-339 relocate_ghc() { Link Here
334
335
335
	if use prefix; then
336
	if use prefix; then
336
		hprefixify "${bin_libpath}"/${PN}*/settings
337
		hprefixify "${bin_libpath}"/${PN}*/settings
338
		exprefixify "${WORKDIR}"
337
	fi
339
	fi
338
340
339
	# regenerate the binary package cache
341
	# regenerate the binary package cache
(-)a/dev-lang/ghc/ghc-8.6.5.ebuild (+2 lines)
Lines 95-100 RDEPEND=" Link Here
95
#    utils/ghc-pkg_HC_OPTS += -DBOOTSTRAPPING
95
#    utils/ghc-pkg_HC_OPTS += -DBOOTSTRAPPING
96
PREBUILT_BINARY_DEPENDS="
96
PREBUILT_BINARY_DEPENDS="
97
	!prefix? ( elibc_glibc? ( >=sys-libs/glibc-2.17 ) )
97
	!prefix? ( elibc_glibc? ( >=sys-libs/glibc-2.17 ) )
98
	prefix? ( dev-util/patchelf )
98
"
99
"
99
# This set of dependencies is needed to install
100
# This set of dependencies is needed to install
100
# ghc[binary] in system. terminfo package is linked
101
# ghc[binary] in system. terminfo package is linked
Lines 339-344 relocate_ghc() { Link Here
339
340
340
	if use prefix; then
341
	if use prefix; then
341
		hprefixify "${bin_libpath}"/${PN}*/settings
342
		hprefixify "${bin_libpath}"/${PN}*/settings
343
		exprefixify "${WORKDIR}"
342
	fi
344
	fi
343
345
344
	# regenerate the binary package cache
346
	# regenerate the binary package cache
(-)a/dev-lang/ghc/ghc-8.8.1.ebuild (+2 lines)
Lines 94-99 RDEPEND=" Link Here
94
#    utils/ghc-pkg_HC_OPTS += -DBOOTSTRAPPING
94
#    utils/ghc-pkg_HC_OPTS += -DBOOTSTRAPPING
95
PREBUILT_BINARY_DEPENDS="
95
PREBUILT_BINARY_DEPENDS="
96
	!prefix? ( elibc_glibc? ( >=sys-libs/glibc-2.17 ) )
96
	!prefix? ( elibc_glibc? ( >=sys-libs/glibc-2.17 ) )
97
	prefix? ( dev-util/patchelf )
97
"
98
"
98
# This set of dependencies is needed to install
99
# This set of dependencies is needed to install
99
# ghc[binary] in system. terminfo package is linked
100
# ghc[binary] in system. terminfo package is linked
Lines 340-345 relocate_ghc() { Link Here
340
341
341
	if use prefix; then
342
	if use prefix; then
342
		hprefixify "${bin_libpath}"/${PN}*/settings
343
		hprefixify "${bin_libpath}"/${PN}*/settings
344
		exprefixify "${WORKDIR}"
343
	fi
345
	fi
344
346
345
	# regenerate the binary package cache
347
	# regenerate the binary package cache
(-)a/dev-lang/ghc/ghc-8.8.2.ebuild (+2 lines)
Lines 94-99 RDEPEND=" Link Here
94
#    utils/ghc-pkg_HC_OPTS += -DBOOTSTRAPPING
94
#    utils/ghc-pkg_HC_OPTS += -DBOOTSTRAPPING
95
PREBUILT_BINARY_DEPENDS="
95
PREBUILT_BINARY_DEPENDS="
96
	!prefix? ( elibc_glibc? ( >=sys-libs/glibc-2.17 ) )
96
	!prefix? ( elibc_glibc? ( >=sys-libs/glibc-2.17 ) )
97
	prefix? ( dev-util/patchelf )
97
"
98
"
98
# This set of dependencies is needed to install
99
# This set of dependencies is needed to install
99
# ghc[binary] in system. terminfo package is linked
100
# ghc[binary] in system. terminfo package is linked
Lines 340-345 relocate_ghc() { Link Here
340
341
341
	if use prefix; then
342
	if use prefix; then
342
		hprefixify "${bin_libpath}"/${PN}*/settings
343
		hprefixify "${bin_libpath}"/${PN}*/settings
344
		exprefixify "${WORKDIR}"
343
	fi
345
	fi
344
346
345
	# regenerate the binary package cache
347
	# regenerate the binary package cache
(-)a/dev-lang/ghc/ghc-8.8.3.ebuild (+2 lines)
Lines 94-99 RDEPEND=" Link Here
94
#    utils/ghc-pkg_HC_OPTS += -DBOOTSTRAPPING
94
#    utils/ghc-pkg_HC_OPTS += -DBOOTSTRAPPING
95
PREBUILT_BINARY_DEPENDS="
95
PREBUILT_BINARY_DEPENDS="
96
	!prefix? ( elibc_glibc? ( >=sys-libs/glibc-2.17 ) )
96
	!prefix? ( elibc_glibc? ( >=sys-libs/glibc-2.17 ) )
97
	prefix? ( dev-util/patchelf )
97
"
98
"
98
# This set of dependencies is needed to install
99
# This set of dependencies is needed to install
99
# ghc[binary] in system. terminfo package is linked
100
# ghc[binary] in system. terminfo package is linked
Lines 344-349 relocate_ghc() { Link Here
344
345
345
	if use prefix; then
346
	if use prefix; then
346
		hprefixify "${bin_libpath}"/${PN}*/settings
347
		hprefixify "${bin_libpath}"/${PN}*/settings
348
		exprefixify "${WORKDIR}"
347
	fi
349
	fi
348
350
349
	# regenerate the binary package cache
351
	# regenerate the binary package cache
(-)a/dev-lang/ghc/ghc-8.8.4.ebuild (-1 / +2 lines)
Lines 94-99 RDEPEND=" Link Here
94
#    utils/ghc-pkg_HC_OPTS += -DBOOTSTRAPPING
94
#    utils/ghc-pkg_HC_OPTS += -DBOOTSTRAPPING
95
PREBUILT_BINARY_DEPENDS="
95
PREBUILT_BINARY_DEPENDS="
96
	!prefix? ( elibc_glibc? ( >=sys-libs/glibc-2.17 ) )
96
	!prefix? ( elibc_glibc? ( >=sys-libs/glibc-2.17 ) )
97
	prefix? ( dev-util/patchelf )
97
"
98
"
98
# This set of dependencies is needed to install
99
# This set of dependencies is needed to install
99
# ghc[binary] in system. terminfo package is linked
100
# ghc[binary] in system. terminfo package is linked
Lines 344-349 relocate_ghc() { Link Here
344
345
345
	if use prefix; then
346
	if use prefix; then
346
		hprefixify "${bin_libpath}"/${PN}*/settings
347
		hprefixify "${bin_libpath}"/${PN}*/settings
348
		exprefixify "${WORKDIR}"
347
	fi
349
	fi
348
350
349
	# regenerate the binary package cache
351
	# regenerate the binary package cache
350
- 

Return to bug 637532