Lines 3-9
Link Here
|
3 |
# $Id$ |
3 |
# $Id$ |
4 |
|
4 |
|
5 |
EAPI="5" |
5 |
EAPI="5" |
6 |
inherit eutils |
6 |
inherit eutils prefix |
7 |
|
7 |
|
8 |
if [[ ${PV} == "99999999" ]] ; then |
8 |
if [[ ${PV} == "99999999" ]] ; then |
9 |
EGIT_REPO_URI="git://anongit.gentoo.org/proj/crossdev.git" |
9 |
EGIT_REPO_URI="git://anongit.gentoo.org/proj/crossdev.git" |
Lines 32-37
Link Here
|
32 |
|
32 |
|
33 |
src_prepare() { |
33 |
src_prepare() { |
34 |
epatch "${FILESDIR}"/use-new-path-for-functions.sh.patch |
34 |
epatch "${FILESDIR}"/use-new-path-for-functions.sh.patch |
|
|
35 |
epatch "${FILESDIR}"/crossdev-git-eprefix-2.patch |
36 |
eprefixify crossdev wrappers/cross-emerge wrappers/cross-pkg-config wrappers/etc/portage/make.conf |
35 |
} |
37 |
} |
36 |
|
38 |
|
37 |
src_install() { |
39 |
src_install() { |