sys-auth/google-authenticator: drop test hack
authorMike Frysinger <vapier@gentoo.org>
Mon, 14 Mar 2016 14:18:11 +0000 (10:18 -0400)
committerMike Frysinger <vapier@gentoo.org>
Mon, 14 Mar 2016 14:20:35 +0000 (10:20 -0400)
Upstream has merged this fix, so no longer need to adjust ourselves.

sys-auth/google-authenticator/google-authenticator-1.01_pre20160307231538.ebuild
sys-auth/google-authenticator/google-authenticator-9999.ebuild

index d1c640ac25fef0efab898616ee080fe5169cec54..c515ceeba0cc7c2066fdef568cb0943c7f5b7f38 100644 (file)
@@ -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
 }
index d1c640ac25fef0efab898616ee080fe5169cec54..c515ceeba0cc7c2066fdef568cb0943c7f5b7f38 100644 (file)
@@ -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
 }