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

(-)util-linux-2.14.2.ebuild (-2 / +2 lines)
Lines 16-22 if [[ ${PV} == "9999" ]] ; then Link Here
16
	SRC_URI=""
16
	SRC_URI=""
17
else
17
else
18
	SRC_URI="mirror://kernel/linux/utils/util-linux-ng/v${PV:0:4}/${MY_P}.tar.bz2
18
	SRC_URI="mirror://kernel/linux/utils/util-linux-ng/v${PV:0:4}/${MY_P}.tar.bz2
19
		loop-aes? ( http://loop-aes.sourceforge.net/updates/util-linux-ng-2.14.1-20081015.diff.bz2 )"
19
		loop-aes? ( http://loop-aes.sourceforge.net/updates/util-linux-ng-2.14.2-20090214.diff.bz2 )"
20
fi
20
fi
21
21
22
LICENSE="GPL-2"
22
LICENSE="GPL-2"
Lines 43-49 src_unpack() { Link Here
43
		unpack ${A}
43
		unpack ${A}
44
		cd "${S}"
44
		cd "${S}"
45
		#epatch "${FILESDIR}"/${PN}-2.13-uclibc.patch #203711
45
		#epatch "${FILESDIR}"/${PN}-2.13-uclibc.patch #203711
46
		use loop-aes && epatch "${WORKDIR}"/util-linux-ng-2.14.1-20081015.diff
46
		use loop-aes && epatch "${WORKDIR}"/util-linux-ng-*.diff
47
	fi
47
	fi
48
	use uclibc && sed -i -e s/versionsort/alphasort/g -e s/strverscmp.h/dirent.h/g mount/lomount.c
48
	use uclibc && sed -i -e s/versionsort/alphasort/g -e s/strverscmp.h/dirent.h/g mount/lomount.c
49
}
49
}

Return to bug 259012