Lines 41-47
Link Here
|
41 |
linguas_pl? ( mirror://gentoo/${PN}-man-pl-${PV_PL}.tar.bz2 |
41 |
linguas_pl? ( mirror://gentoo/${PN}-man-pl-${PV_PL}.tar.bz2 |
42 |
${SRC_ARCHIVES}/${PN}-man-pl-${PV_PL}.tar.bz2 )" |
42 |
${SRC_ARCHIVES}/${PN}-man-pl-${PV_PL}.tar.bz2 )" |
43 |
|
43 |
|
44 |
PATCHVER="${PV}" |
44 |
PATCHVER="2.1.4.4" |
45 |
if [ -n "${PATCHVER}" ]; then |
45 |
if [ -n "${PATCHVER}" ]; then |
46 |
SRC_URI="${SRC_URI} mirror://gentoo/${PN}-${PATCHVER}.patch.bz2 |
46 |
SRC_URI="${SRC_URI} mirror://gentoo/${PN}-${PATCHVER}.patch.bz2 |
47 |
${SRC_ARCHIVES}/${PN}-${PATCHVER}.patch.bz2" |
47 |
${SRC_ARCHIVES}/${PN}-${PATCHVER}.patch.bz2" |
Lines 69-74
Link Here
|
69 |
cd "${S}" |
69 |
cd "${S}" |
70 |
epatch "${WORKDIR}/${PN}-${PATCHVER}.patch" |
70 |
epatch "${WORKDIR}/${PN}-${PATCHVER}.patch" |
71 |
fi |
71 |
fi |
|
|
72 |
epatch "$FILESDIR"/portage-2.1.4.5.patch |
72 |
einfo "Setting portage.VERSION to ${PVR} ..." |
73 |
einfo "Setting portage.VERSION to ${PVR} ..." |
73 |
sed -i "s/^VERSION=.*/VERSION=\"${PVR}\"/" pym/portage.py || \ |
74 |
sed -i "s/^VERSION=.*/VERSION=\"${PVR}\"/" pym/portage.py || \ |
74 |
die "Failed to patch portage.VERSION" |
75 |
die "Failed to patch portage.VERSION" |