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 880EB13888F for ; Mon, 26 Oct 2015 20:06:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6AF321C015; Mon, 26 Oct 2015 20:06:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8F16121C015 for ; Mon, 26 Oct 2015 20:06:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5B7CE340A42 for ; Mon, 26 Oct 2015 20:06:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7CF9D1735 for ; Mon, 26 Oct 2015 20:06:05 +0000 (UTC) From: "Sven Wegener" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Wegener" Message-ID: <1445889929.9a94f630e4b5ca5ed771b0ca665c6ec1c8d44944.swegener@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/oath-toolkit/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/oath-toolkit/oath-toolkit-2.4.1.ebuild X-VCS-Directories: sys-auth/oath-toolkit/ X-VCS-Committer: swegener X-VCS-Committer-Name: Sven Wegener X-VCS-Revision: 9a94f630e4b5ca5ed771b0ca665c6ec1c8d44944 X-VCS-Branch: master Date: Mon, 26 Oct 2015 20:06:05 +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: ee690b5d-1373-4c5d-b6e7-30f2b0b92623 X-Archives-Hash: ce6daf506ceb85ff03265f78c578b27a commit: 9a94f630e4b5ca5ed771b0ca665c6ec1c8d44944 Author: Sven Wegener gentoo org> AuthorDate: Mon Oct 26 20:04:30 2015 +0000 Commit: Sven Wegener gentoo org> CommitDate: Mon Oct 26 20:05:29 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a94f630 sys-auth/oath-toolkit: Disable automake portability warnings, bug #545702 Signed-off-by: Sven Wegener gentoo.org> sys-auth/oath-toolkit/oath-toolkit-2.4.1.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys-auth/oath-toolkit/oath-toolkit-2.4.1.ebuild b/sys-auth/oath-toolkit/oath-toolkit-2.4.1.ebuild index a41e3dd..29c0e31 100644 --- a/sys-auth/oath-toolkit/oath-toolkit-2.4.1.ebuild +++ b/sys-auth/oath-toolkit/oath-toolkit-2.4.1.ebuild @@ -25,6 +25,10 @@ src_prepare() { sed -i -r \ -e '/TESTS/s,test-vc-list-files-(git|cvs).sh,,g' \ gl/tests/Makefile.am + # disable portability warnings, caused by gtk-doc.make + sed -i \ + -e '/AM_INIT_AUTOMAKE/ s:-Werror:\0 -Wno-portability:' \ + {liboath,libpskc}/configure.ac eautoreconf default }