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

(-)util-linux-2.19.1.ebuild (-3 / +6 lines)
Lines 18-30 Link Here
18
	SRC_URI=""
18
	SRC_URI=""
19
	#KEYWORDS=""
19
	#KEYWORDS=""
20
else
20
else
21
	SRC_URI="mirror://kernel/linux/utils/util-linux/v${PV:0:4}/${MY_P}.tar.bz2"
21
	SRC_URI="mirror://kernel/linux/utils/util-linux/v${PV:0:4}/${MY_P}.tar.bz2
22
	KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
22
		loop-aes? ( http://loop-aes.sourceforge.net/updates/util-linux-2.19.1-20110510.diff.bz2 )"
23
	KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
23
fi
24
fi
24
25
25
LICENSE="GPL-2"
26
LICENSE="GPL-2"
26
SLOT="0"
27
SLOT="0"
27
IUSE="+cramfs crypt ncurses nls old-linux perl selinux slang uclibc unicode"
28
IUSE="+cramfs crypt loop-aes ncurses nls old-linux perl selinux slang uclibc unicode"
28
29
29
RDEPEND="!sys-process/schedutils
30
RDEPEND="!sys-process/schedutils
30
	!sys-apps/setarch
31
	!sys-apps/setarch
Lines 43-48 Link Here
43
	if [[ ${PV} == "9999" ]] ; then
44
	if [[ ${PV} == "9999" ]] ; then
44
		autopoint --force
45
		autopoint --force
45
		eautoreconf
46
		eautoreconf
47
	else
48
		use loop-aes && epatch "${WORKDIR}"/util-linux-*.diff
46
	fi
49
	fi
47
	use uclibc && sed -i -e s/versionsort/alphasort/g -e s/strverscmp.h/dirent.h/g mount/lomount.c
50
	use uclibc && sed -i -e s/versionsort/alphasort/g -e s/strverscmp.h/dirent.h/g mount/lomount.c
48
	elibtoolize
51
	elibtoolize

Return to bug 371437