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

Collapse All | Expand All

(-)old/git-crypt-0.6.0.ebuild (-3 / +7 lines)
Lines 1-4 Link Here
1
# Copyright 1999-2017 Gentoo Foundation
1
# Copyright 1999-2019 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
EAPI=5
4
EAPI=5
Lines 12-20 Link Here
12
KEYWORDS="~amd64 ~x86"
12
KEYWORDS="~amd64 ~x86"
13
13
14
RDEPEND="dev-vcs/git"
14
RDEPEND="dev-vcs/git"
15
DEPEND="${RDEPEND}"
15
DEPEND="${RDEPEND} dev-libs/libxslt"
16
17
src_compile() {
18
	ENABLE_MAN=yes emake || die "emake failed"
19
}
16
20
17
src_install() {
21
src_install() {
18
	mkdir -p "${D}"/usr/bin
22
	mkdir -p "${D}"/usr/bin
19
	emake PREFIX="${D}"/usr install
23
	ENABLE_MAN=yes emake PREFIX="${D}"/usr install
20
}
24
}

Return to bug 689180