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

(-)a/eclass/git-r3.eclass (-1 / +7 lines)
Lines 1075-1080 git-r3_pkg_needrebuild() { Link Here
1075
# 'export' locally until this gets into EAPI
1075
# 'export' locally until this gets into EAPI
1076
pkg_needrebuild() { git-r3_pkg_needrebuild; }
1076
pkg_needrebuild() { git-r3_pkg_needrebuild; }
1077
git-r3_pkg_info() {
1078
       echo "${EGIT_COMMIT}"
1079
       echo "${EGIT_BRANCH}"
1080
       echo "${EGIT_VERSION}"
1081
}
1082
1077
fi
1083
fi
1078
EXPORT_FUNCTIONS src_unpack
1084
EXPORT_FUNCTIONS src_unpack pkg_info

Return to bug 912208