diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-03-14 10:18:11 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-03-14 10:20:35 -0400 |
commit | 25e4c5635e5bcd64a9c554da02e67c05febaae36 (patch) | |
tree | f0a12b8710051e55de0385556aa8ca151fe52419 /sys-auth/google-authenticator | |
parent | dev-libs/mimetic: initial import (diff) | |
download | gentoo-25e4c5635e5bcd64a9c554da02e67c05febaae36.tar.gz gentoo-25e4c5635e5bcd64a9c554da02e67c05febaae36.tar.bz2 gentoo-25e4c5635e5bcd64a9c554da02e67c05febaae36.zip |
sys-auth/google-authenticator: drop test hack
Upstream has merged this fix, so no longer need to adjust ourselves.
Diffstat (limited to 'sys-auth/google-authenticator')
-rw-r--r-- | sys-auth/google-authenticator/google-authenticator-1.01_pre20160307231538.ebuild | 2 | ||||
-rw-r--r-- | sys-auth/google-authenticator/google-authenticator-9999.ebuild | 2 |
2 files changed, 0 insertions, 4 deletions
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 } |