commit: 25e4c5635e5bcd64a9c554da02e67c05febaae36
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 14 14:18:11 2016 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Mon Mar 14 14:20:35 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25e4c563
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(-)
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 d1c640a..c515cee 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 d1c640a..c515cee 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
}