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

Collapse All | Expand All

(-)util-linux-2.24.1-r2.ebuild (-3 / +4 lines)
Lines 6-18 Link Here
6
6
7
PYTHON_COMPAT=( python2_7 python3_{2,3} )
7
PYTHON_COMPAT=( python2_7 python3_{2,3} )
8
8
9
inherit eutils toolchain-funcs libtool flag-o-matic bash-completion-r1 python-single-r1
9
inherit eutils toolchain-funcs libtool flag-o-matic bash-completion-r1 python-single-r1 autotools
10
10
11
MY_PV=${PV/_/-}
11
MY_PV=${PV/_/-}
12
MY_P=${PN}-${MY_PV}
12
MY_P=${PN}-${MY_PV}
13
13
14
if [[ ${PV} == 9999 ]] ; then
14
if [[ ${PV} == 9999 ]] ; then
15
	inherit git-2 autotools
15
	inherit git-2
16
	EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git"
16
	EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git"
17
else
17
else
18
	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
18
	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
Lines 58-68 Link Here
58
src_prepare() {
58
src_prepare() {
59
	if [[ ${PV} == 9999 ]] ; then
59
	if [[ ${PV} == 9999 ]] ; then
60
		po/update-potfiles
60
		po/update-potfiles
61
		eautoreconf
62
	fi
61
	fi
63
	epatch "${FILESDIR}"/${PN}-2.24-skip-last-tests.patch #491742
62
	epatch "${FILESDIR}"/${PN}-2.24-skip-last-tests.patch #491742
64
	epatch "${FILESDIR}"/${PN}-2.24-last-tests.patch #501408
63
	epatch "${FILESDIR}"/${PN}-2.24-last-tests.patch #501408
64
	epatch "${FILESDIR}"/${PN}-2.24-remove_selinux_from_deps.patch #502544
65
	find tests/ -name bigyear -delete #489794
65
	find tests/ -name bigyear -delete #489794
66
	eautoreconf
66
	elibtoolize
67
	elibtoolize
67
}
68
}
68
69

Return to bug 502544