app-text/blogc: do not eautoreconf submodules
authorRafael Martins <rafaelmartins@gentoo.org>
Wed, 20 Apr 2016 16:54:32 +0000 (18:54 +0200)
committerRafael Martins <rafaelmartins@gentoo.org>
Wed, 20 Apr 2016 16:54:32 +0000 (18:54 +0200)
we don't use bundled libraries from submodules, then we don't need to run
eautoreconf recursively. the correct fix here would be to disable clonning
of submodules, but the git eclass does not support it.

Package-Manager: portage-2.2.26

app-text/blogc/blogc-0.8.1.ebuild
app-text/blogc/blogc-9999.ebuild

index 19a54614676be6fb85a9acd4271e37ee14cc2799..4a8d832ace1eb02cc49ece38d24a7891cebfd345 100644 (file)
@@ -37,7 +37,7 @@ DEPEND="${DEPEND}
                dev-util/cmocka )"
 
 src_prepare() {
-       [[ ${PV} = *9999* ]] && eautoreconf
+       [[ ${PV} = *9999* ]] && AT_NO_RECURSIVE=1 eautoreconf
        eapply_user
        default
 }
index 19a54614676be6fb85a9acd4271e37ee14cc2799..4a8d832ace1eb02cc49ece38d24a7891cebfd345 100644 (file)
@@ -37,7 +37,7 @@ DEPEND="${DEPEND}
                dev-util/cmocka )"
 
 src_prepare() {
-       [[ ${PV} = *9999* ]] && eautoreconf
+       [[ ${PV} = *9999* ]] && AT_NO_RECURSIVE=1 eautoreconf
        eapply_user
        default
 }