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 776221382C5 for ; Sun, 6 May 2018 19:34:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA7E9E0957; Sun, 6 May 2018 19:34:41 +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 B9C14E0957 for ; Sun, 6 May 2018 19:34:41 +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 C7C0B335C87 for ; Sun, 6 May 2018 19:34:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F6C53B for ; Sun, 6 May 2018 19:34:38 +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: <1525635271.8182e609f6f9f366a34f030c8975e2bd99ec6b93.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libmicrodns/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libmicrodns/libmicrodns-0.0.9.ebuild X-VCS-Directories: net-libs/libmicrodns/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 8182e609f6f9f366a34f030c8975e2bd99ec6b93 X-VCS-Branch: master Date: Sun, 6 May 2018 19:34:38 +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: a3572ed0-520d-4264-b701-88e2a1b5d90f X-Archives-Hash: 7321a9fb8af64bfd67d9250457c43215 commit: 8182e609f6f9f366a34f030c8975e2bd99ec6b93 Author: Sergei Trofimovich gentoo org> AuthorDate: Sun May 6 19:34:26 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun May 6 19:34:31 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8182e609 net-libs/libmicrodns: keyworded 0.0.9 for ppc/ppc64, bug #653800 Bug: https://bugs.gentoo.org/653800 Package-Manager: Portage-2.3.36, Repoman-2.3.9 RepoMan-Options: --include-arches="ppc ppc64" net-libs/libmicrodns/libmicrodns-0.0.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libmicrodns/libmicrodns-0.0.9.ebuild b/net-libs/libmicrodns/libmicrodns-0.0.9.ebuild index 330529592b1..1f0919ac552 100644 --- a/net-libs/libmicrodns/libmicrodns-0.0.9.ebuild +++ b/net-libs/libmicrodns/libmicrodns-0.0.9.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/videolabs/${PN}" else SRC_URI="https://github.com/videolabs/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~x86" + KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" fi LICENSE="LGPL-2.1"