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 1B63E1382C5 for ; Wed, 28 Mar 2018 05:05:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA2F3E098E; Wed, 28 Mar 2018 05:05:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 94D65E098E for ; Wed, 28 Mar 2018 05:05:21 +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 4F440335CA0 for ; Wed, 28 Mar 2018 05:05:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 964D6271 for ; Wed, 28 Mar 2018 05:05:17 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1522213156.9cbff8308c691e2d2ff37eef3842dedd328a62d2.maekke@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: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: 9cbff8308c691e2d2ff37eef3842dedd328a62d2 X-VCS-Branch: master Date: Wed, 28 Mar 2018 05:05:17 +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: bf2930db-e5cf-4665-a2a9-984b787dd920 X-Archives-Hash: 83a530c2ec7b51974db9bda87140e797 commit: 9cbff8308c691e2d2ff37eef3842dedd328a62d2 Author: Markus Meier gentoo org> AuthorDate: Wed Mar 28 04:59:16 2018 +0000 Commit: Markus Meier gentoo org> CommitDate: Wed Mar 28 04:59:16 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cbff830 sys-libs/libfaketime: arm stable, bug #645870 Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="arm" sys-libs/libfaketime/libfaketime-0.9.6-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-libs/libfaketime/libfaketime-0.9.6-r2.ebuild b/sys-libs/libfaketime/libfaketime-0.9.6-r2.ebuild index 9ff87fcff83..eddc1a8e479 100644 --- a/sys-libs/libfaketime/libfaketime-0.9.6-r2.ebuild +++ b/sys-libs/libfaketime/libfaketime-0.9.6-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -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 sparc x86" +KEYWORDS="amd64 arm ~arm64 hppa sparc x86" src_prepare() { sed -i 's/-Werror //' "${S}/src/Makefile" || die