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 008E5138335 for ; Sun, 24 Mar 2019 20:05:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E463EE08EB; Sun, 24 Mar 2019 20:05:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 BD495E08EB for ; Sun, 24 Mar 2019 20:05:00 +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 89065335D61 for ; Sun, 24 Mar 2019 20:04:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F22C657A for ; Sun, 24 Mar 2019 20:04:57 +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: <1553457841.ccc11f0cb3e3329d7ffa3cf65eb0064c6b619ea5.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/devhelp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/devhelp/devhelp-3.30.1.ebuild X-VCS-Directories: dev-util/devhelp/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: ccc11f0cb3e3329d7ffa3cf65eb0064c6b619ea5 X-VCS-Branch: master Date: Sun, 24 Mar 2019 20:04:57 +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: 1157109e-f40e-4e7c-8559-5186345f1108 X-Archives-Hash: 934e3a56a1e2aa64798162957453d525 commit: ccc11f0cb3e3329d7ffa3cf65eb0064c6b619ea5 Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Mar 24 20:04:01 2019 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Mar 24 20:04:01 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccc11f0c dev-util/devhelp: keyworded 3.30.1 for ppc64, bug #681322 Package-Manager: Portage-2.3.62, Repoman-2.3.12 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich gentoo.org> dev-util/devhelp/devhelp-3.30.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/devhelp/devhelp-3.30.1.ebuild b/dev-util/devhelp/devhelp-3.30.1.ebuild index 2ae66179817..57e8cb9fd40 100644 --- a/dev-util/devhelp/devhelp-3.30.1.ebuild +++ b/dev-util/devhelp/devhelp-3.30.1.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Devhelp" LICENSE="GPL-3+" SLOT="0/3-6" # subslot = 3-(libdevhelp-3 soname version) -KEYWORDS="~amd64 ~ppc ~sparc" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc" IUSE="gedit gtk-doc +introspection" REQUIRED_USE="gedit? ( ${PYTHON_REQUIRED_USE} )"