diff --git a/sys-auth/google-authenticator/google-authenticator-1.01_pre20160307231538.ebuild b/sys-auth/google-authenticator/google-authenticator-1.01_pre20160307231538.ebuild index d1c640ac25fef..c515ceeba0cc7 100644 --- a/sys-auth/google-authenticator/google-authenticator-1.01_pre20160307231538.ebuild +++ b/sys-auth/google-authenticator/google-authenticator-1.01_pre20160307231538.ebuild @@ -28,8 +28,6 @@ RDEPEND="${DEPEND}" src_prepare() { if [[ ${PV} == "9999" ]] ; then - # Avoid building demos/tests all the time. - sed -i '/^noinst_PROGRAMS/s:^noinst:check:' configure.ac || die eautoreconf fi } diff --git a/sys-auth/google-authenticator/google-authenticator-9999.ebuild b/sys-auth/google-authenticator/google-authenticator-9999.ebuild index d1c640ac25fef..c515ceeba0cc7 100644 --- a/sys-auth/google-authenticator/google-authenticator-9999.ebuild +++ b/sys-auth/google-authenticator/google-authenticator-9999.ebuild @@ -28,8 +28,6 @@ RDEPEND="${DEPEND}" src_prepare() { if [[ ${PV} == "9999" ]] ; then - # Avoid building demos/tests all the time. - sed -i '/^noinst_PROGRAMS/s:^noinst:check:' configure.ac || die eautoreconf fi }