From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1018309-garchives=archives.gentoo.org@lists.gentoo.org> 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 CDBEC1382C5 for <garchives@archives.gentoo.org>; Wed, 18 Apr 2018 07:01:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE36BE08D4; Wed, 18 Apr 2018 07:01:19 +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 AF649E08D4 for <gentoo-commits@lists.gentoo.org>; Wed, 18 Apr 2018 07:01: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 AF67B335C36 for <gentoo-commits@lists.gentoo.org>; Wed, 18 Apr 2018 07:01:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F058288 for <gentoo-commits@lists.gentoo.org>; Wed, 18 Apr 2018 07:01:17 +0000 (UTC) From: "Mart Raudsepp" <leio@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" <leio@gentoo.org> Message-ID: <1524034852.f1c9fb8023eeead5b5b66439cb00f304dcef38ca.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/lcov/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/lcov/lcov-1.9-r1.ebuild X-VCS-Directories: dev-util/lcov/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: f1c9fb8023eeead5b5b66439cb00f304dcef38ca X-VCS-Branch: master Date: Wed, 18 Apr 2018 07:01:17 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 75cb6c69-7044-4e0c-a4ac-00159ba870bc X-Archives-Hash: f101ec5d23c9b33d38f7530057728ecc commit: f1c9fb8023eeead5b5b66439cb00f304dcef38ca Author: Mart Raudsepp <leio <AT> gentoo <DOT> org> AuthorDate: Wed Apr 18 06:58:36 2018 +0000 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org> CommitDate: Wed Apr 18 07:00:52 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1c9fb80 dev-util/lcov: drop to ~arm64 Indirectly requires media-libs/gd, which has lost its stable arm64 keyword and fails tests (thus refusing to re-stabilize). lcov is the only leaf package requiring media-libs/gd that was stable. Bug: https://bugs.gentoo.org/646904 Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-util/lcov/lcov-1.9-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/lcov/lcov-1.9-r1.ebuild b/dev-util/lcov/lcov-1.9-r1.ebuild index d46f47b86bf..b1a3a8e8906 100644 --- a/dev-util/lcov/lcov-1.9-r1.ebuild +++ b/dev-util/lcov/lcov-1.9-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="4" @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/ltp/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ppc x86 ~x86-linux ~x64-macos" +KEYWORDS="amd64 ~arm ~arm64 ppc x86 ~x86-linux ~x64-macos" IUSE="" DEPEND=""