sys-auth/google-authenticator: drop test hack

Upstream has merged this fix, so no longer need to adjust ourselves.
This commit is contained in:
Mike Frysinger
2016-03-14 10:18:11 -04:00
parent f33b8f6ef9
commit 25e4c5635e
2 changed files with 0 additions and 4 deletions

View 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
}

View 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
}