From 25e4c5635e5bcd64a9c554da02e67c05febaae36 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 14 Mar 2016 10:18:11 -0400 Subject: sys-auth/google-authenticator: drop test hack Upstream has merged this fix, so no longer need to adjust ourselves. --- .../google-authenticator-1.01_pre20160307231538.ebuild | 2 -- sys-auth/google-authenticator/google-authenticator-9999.ebuild | 2 -- 2 files changed, 4 deletions(-) (limited to 'sys-auth/google-authenticator') 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 d1c640ac25fe..c515ceeba0cc 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 d1c640ac25fe..c515ceeba0cc 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 } -- cgit v1.2.3-65-gdbad