From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2AAF51396D0 for ; Sat, 12 Aug 2017 19:11:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 729451FC055; Sat, 12 Aug 2017 19:11:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4C3761FC045 for ; Sat, 12 Aug 2017 19:11:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 018BD341760 for ; Sat, 12 Aug 2017 19:11:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B784D76E5 for ; Sat, 12 Aug 2017 19:11:16 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1502565065.46b787187d45faa25be945fea18a62209bfe9224.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libfaketime/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libfaketime/libfaketime-0.9.6-r2.ebuild X-VCS-Directories: sys-libs/libfaketime/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 46b787187d45faa25be945fea18a62209bfe9224 X-VCS-Branch: master Date: Sat, 12 Aug 2017 19:11:16 +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: 48bec1de-5cf5-4831-8346-341f31617a01 X-Archives-Hash: 03e6b6668ca8b3d3e98dd0e250b3c493 commit: 46b787187d45faa25be945fea18a62209bfe9224 Author: Thomas Deutschmann gentoo org> AuthorDate: Sat Aug 12 18:56:53 2017 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sat Aug 12 19:11:05 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46b78718 sys-libs/libfaketime: x86 & amd64 stable Maintainer stabilization Package-Manager: Portage-2.3.5, Repoman-2.3.2 sys-libs/libfaketime/libfaketime-0.9.6-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/libfaketime/libfaketime-0.9.6-r2.ebuild b/sys-libs/libfaketime/libfaketime-0.9.6-r2.ebuild index 7ee232e43d4..67542888b3f 100644 --- a/sys-libs/libfaketime/libfaketime-0.9.6-r2.ebuild +++ b/sys-libs/libfaketime/libfaketime-0.9.6-r2.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://www.code-wizards.com/projects/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~hppa x86" src_prepare() { sed -i 's/-Werror //' "${S}/src/Makefile" || die