Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 504830
Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +7 lines)
Line  Link Here
0
-- a/sys-devel/gdb/gdb-7.7-r1.ebuild
0
++ b/sys-devel/gdb/gdb-7.7-r1.ebuild
Lines 68-75 DEPEND="${RDEPEND} Link Here
68
	test? ( dev-util/dejagnu )
68
	test? ( dev-util/dejagnu )
69
	nls? ( sys-devel/gettext )"
69
	nls? ( sys-devel/gettext )"
70
70
71
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
72
71
S=${WORKDIR}/${PN}-${MY_PV}
73
S=${WORKDIR}/${PN}-${MY_PV}
72
74
75
pkg_setup() {
76
	use python && python-single-r1_pkg_setup
77
}
78
73
src_prepare() {
79
src_prepare() {
74
	[[ -n ${RPM} ]] && rpm_spec_epatch "${WORKDIR}"/gdb.spec
80
	[[ -n ${RPM} ]] && rpm_spec_epatch "${WORKDIR}"/gdb.spec
75
	use vanilla || [[ -n ${PATCH_VER} ]] && EPATCH_SUFFIX="patch" epatch "${WORKDIR}"/patch
81
	use vanilla || [[ -n ${PATCH_VER} ]] && EPATCH_SUFFIX="patch" epatch "${WORKDIR}"/patch

Return to bug 504830