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

Collapse All | Expand All

(-)/usr/portage/sys-apps/duc/duc-1.4.1-r1.ebuild (-2 / +5 lines)
Lines 3-9 Link Here
3
3
4
EAPI=5
4
EAPI=5
5
5
6
inherit autotools
6
inherit autotools epatch
7
7
8
if [[ "${PV}" == "9999" ]]; then
8
if [[ "${PV}" == "9999" ]]; then
9
	inherit git-r3
9
	inherit git-r3
Lines 42-47 Link Here
42
	tokyocabinet? ( dev-db/tokyocabinet )
42
	tokyocabinet? ( dev-db/tokyocabinet )
43
"
43
"
44
RDEPEND="${DEPEND}"
44
RDEPEND="${DEPEND}"
45
PATCHES=(
46
	"${FILESDIR}"/${PN}-1.4.1-tinfo.patch
47
)
45
48
46
src_unpack() {
49
src_unpack() {
47
	if [[ "${PV}" == "9999" ]]; then
50
	if [[ "${PV}" == "9999" ]]; then
Lines 55-61 Link Here
55
	sed -i -e "/ldconfig/d" -e "/install-exec-hook/d" Makefile.am || die
58
	sed -i -e "/ldconfig/d" -e "/install-exec-hook/d" Makefile.am || die
56
59
57
	default
60
	default
58
61
	epatch -p1 "${PATCHES[@]}"
59
	eautoreconf
62
	eautoreconf
60
}
63
}
61
64

Return to bug 729362