commit: 84605e7e137f2d625bb04ddad10e5cfcc48149ff
Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
AuthorDate: Wed Mar 16 12:35:51 2016 +0000
Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Wed Mar 16 13:24:59 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84605e7e
net-irc/kvirc: Call cmake-utils_src_prepare().
It will result in call to epatch_user().
net-irc/kvirc/kvirc-9999.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/net-irc/kvirc/kvirc-9999.ebuild b/net-irc/kvirc/kvirc-9999.ebuild
index 89ee6c8..065b812 100644
--- a/net-irc/kvirc/kvirc-9999.ebuild
+++ b/net-irc/kvirc/kvirc-9999.ebuild
@@ -86,6 +86,8 @@ pkg_setup() {
}
src_prepare() {
+ cmake-utils_src_prepare
+
if [[ "${PV}" == "9999" ]]; then
KVIRC_GIT_REVISION="$(git show -s --format=%H)"
KVIRC_GIT_SOURCES_DATE="$(git show -s --format=%cd
--date=short)"