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 1C418138334 for ; Sun, 2 Dec 2018 13:34:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B92F7E08AC; Sun, 2 Dec 2018 13:34:31 +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 9501DE08AC for ; Sun, 2 Dec 2018 13:34:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A3E1F335C8F for ; Sun, 2 Dec 2018 13:34:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE9B4266 for ; Sun, 2 Dec 2018 13:34:28 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1543757621.f4c4ec810d9e7adf77f46901c507499b8b0733a7.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libdazzle/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libdazzle/libdazzle-3.28.5.ebuild X-VCS-Directories: dev-libs/libdazzle/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: f4c4ec810d9e7adf77f46901c507499b8b0733a7 X-VCS-Branch: master Date: Sun, 2 Dec 2018 13:34: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: 85b20376-6825-439d-b1b4-0cc85dceb176 X-Archives-Hash: ed6a770c868eb01d88cc83dfe5c3c06e commit: f4c4ec810d9e7adf77f46901c507499b8b0733a7 Author: Mikle Kolyada gentoo org> AuthorDate: Sun Dec 2 13:33:41 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Dec 2 13:33:41 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4c4ec81 dev-libs/libdazzle: Add ~arm keyword wrt bug #667904 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-libs/libdazzle/libdazzle-3.28.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libdazzle/libdazzle-3.28.5.ebuild b/dev-libs/libdazzle/libdazzle-3.28.5.ebuild index 221853d5f5e..17bd7fa836c 100644 --- a/dev-libs/libdazzle/libdazzle-3.28.5.ebuild +++ b/dev-libs/libdazzle/libdazzle-3.28.5.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libdazzle" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~sparc ~x86" IUSE="gtk-doc +introspection test vala" REQUIRED_USE="vala? ( introspection )"