From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EF29F59CA3 for ; Mon, 14 Mar 2016 14:27:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7604E21C04A; Mon, 14 Mar 2016 14:27:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2A17721C04A for ; Mon, 14 Mar 2016 14:27:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2113B340914 for ; Mon, 14 Mar 2016 14:27:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1AC07847 for ; Mon, 14 Mar 2016 14:27:40 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1457965235.25e4c5635e5bcd64a9c554da02e67c05febaae36.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/google-authenticator/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/google-authenticator/google-authenticator-1.01_pre20160307231538.ebuild sys-auth/google-authenticator/google-authenticator-9999.ebuild X-VCS-Directories: sys-auth/google-authenticator/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 25e4c5635e5bcd64a9c554da02e67c05febaae36 X-VCS-Branch: master Date: Mon, 14 Mar 2016 14:27:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3695a9a2-a04d-4aac-b2a2-3f7c567ee995 X-Archives-Hash: c6046ba76129528a3509d514d9cd87bf commit: 25e4c5635e5bcd64a9c554da02e67c05febaae36 Author: Mike Frysinger gentoo org> AuthorDate: Mon Mar 14 14:18:11 2016 +0000 Commit: Mike Frysinger gentoo 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 }