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 96C92138334 for ; Wed, 8 May 2019 14:38:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44FD0E08BD; Wed, 8 May 2019 14:38:33 +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 29B16E08C2 for ; Wed, 8 May 2019 14:38:33 +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 B073E343C89 for ; Wed, 8 May 2019 14:38:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 260395E3 for ; Wed, 8 May 2019 14:38:28 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1557326265.7e5c28d80063b902872940c45b57c99e272ee6b0.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cmocka/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cmocka/cmocka-1.1.5.ebuild X-VCS-Directories: dev-util/cmocka/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 7e5c28d80063b902872940c45b57c99e272ee6b0 X-VCS-Branch: master Date: Wed, 8 May 2019 14:38:28 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3a9b7127-ddd5-48d8-8fb9-f69bc1223d1f X-Archives-Hash: 4d4ab98d5920a71fed8a36e7d1a37b02 commit: 7e5c28d80063b902872940c45b57c99e272ee6b0 Author: Tobias Klausmann gentoo org> AuthorDate: Wed May 8 14:37:34 2019 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Wed May 8 14:37:45 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e5c28d8 dev-util/cmocka-1.1.5-r0: alpha stable Bug: http://bugs.gentoo.org/685118 Signed-off-by: Tobias Klausmann gentoo.org> dev-util/cmocka/cmocka-1.1.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/cmocka/cmocka-1.1.5.ebuild b/dev-util/cmocka/cmocka-1.1.5.ebuild index dac1d3c1c62..c79af125acb 100644 --- a/dev-util/cmocka/cmocka-1.1.5.ebuild +++ b/dev-util/cmocka/cmocka-1.1.5.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://cmocka.org/files/1.1/${P}.tar.xz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="doc examples static-libs test" BDEPEND="