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 88D26138334 for ; Wed, 19 Dec 2018 22:31:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6ACDAE0AF1; Wed, 19 Dec 2018 22:31:13 +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 3EC36E0AF1 for ; Wed, 19 Dec 2018 22:31:13 +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 B38AD335CC1 for ; Wed, 19 Dec 2018 22:31:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A29284EE for ; Wed, 19 Dec 2018 22:31:09 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1545258643.16a7ed81958581bad33dc75fa525246a7b2e9a0e.slyfox@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.30.2.ebuild X-VCS-Directories: dev-libs/libdazzle/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 16a7ed81958581bad33dc75fa525246a7b2e9a0e X-VCS-Branch: master Date: Wed, 19 Dec 2018 22:31:09 +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: 8d127991-ca72-4efb-87ff-20e3d0e8bbe9 X-Archives-Hash: 2ded74c266bb8bb54a9c111af8816dd6 commit: 16a7ed81958581bad33dc75fa525246a7b2e9a0e Author: Sergei Trofimovich gentoo org> AuthorDate: Wed Dec 19 22:30:43 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Wed Dec 19 22:30:43 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16a7ed81 dev-libs/libdazzle: keyworded 3.30.2 for ppc/ppc64, bug #667904 Tested-by: ernsteiswuerfel Package-Manager: Portage-2.3.52, Repoman-2.3.12 RepoMan-Options: --include-arches="ppc ppc64" Signed-off-by: Sergei Trofimovich gentoo.org> dev-libs/libdazzle/libdazzle-3.30.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libdazzle/libdazzle-3.30.2.ebuild b/dev-libs/libdazzle/libdazzle-3.30.2.ebuild index 538e79b9371..635275f8d6e 100644 --- a/dev-libs/libdazzle/libdazzle-3.30.2.ebuild +++ b/dev-libs/libdazzle/libdazzle-3.30.2.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libdazzle" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64 ~arm ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86" IUSE="gtk-doc +introspection test vala" REQUIRED_USE="vala? ( introspection )"