--- /usr/portage/dev-libs/libdivecomputer/libdivecomputer-9999.ebuild 2014-08-10 23:01:06.000000000 +0200 +++ /home/bearsh/workspace/overlay/dev-libs/libdivecomputer/libdivecomputer-9999.ebuild 2014-08-28 22:35:50.810498913 +0200 @@ -8,5 +8,5 @@ EGIT_REPO_URI="git://libdivecomputer.git.sourceforge.net/gitroot/libdivecomputer/libdivecomputer" GIT_ECLASS="git-2" - AUTOTOOLIZE=yes + AUTOTOOLS_AUTORECONF=1 KEYWORDS="" else @@ -35,9 +35,5 @@ src_prepare() { - if [[ -n ${AUTOTOOLIZE} ]]; then - autotools-utils_src_prepare - else - epatch_user - fi + autotools-utils_src_prepare }