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 45F48138331 for ; Sat, 14 Apr 2018 17:24:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55D5DE07FE; Sat, 14 Apr 2018 17:24:29 +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 34AE2E07FE for ; Sat, 14 Apr 2018 17:24:28 +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 0F2BD335C5C for ; Sat, 14 Apr 2018 17:24:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 757C8288 for ; Sat, 14 Apr 2018 17:24:26 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1523726335.55d2eeffa1dec9dd8c8cd86a681134714cd6631d.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/girara/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/girara/girara-0.2.8.ebuild X-VCS-Directories: dev-libs/girara/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 55d2eeffa1dec9dd8c8cd86a681134714cd6631d X-VCS-Branch: master Date: Sat, 14 Apr 2018 17:24:26 +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: e2211603-945c-48e2-83fd-91ced4a2ac42 X-Archives-Hash: 27229df8690049e967fe9d74383c3c2e commit: 55d2eeffa1dec9dd8c8cd86a681134714cd6631d Author: Aaron Bauman gentoo org> AuthorDate: Sat Apr 14 17:18:55 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sat Apr 14 17:18:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55d2eeff dev-libs/girara: amd64 stable Bug: https://bugs.gentoo.org/645974 Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-libs/girara/girara-0.2.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/girara/girara-0.2.8.ebuild b/dev-libs/girara/girara-0.2.8.ebuild index f15f04d30d1..d307f80fda6 100644 --- a/dev-libs/girara/girara-0.2.8.ebuild +++ b/dev-libs/girara/girara-0.2.8.ebuild @@ -17,7 +17,7 @@ EGIT_BRANCH="develop" LICENSE="ZLIB" SLOT="3" if ! [[ ${PV} == 9999* ]]; then -KEYWORDS="~amd64 ~arm x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux" fi IUSE="libnotify static-libs test"