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 0E324139695 for ; Thu, 6 Apr 2017 06:41:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1BF54E0828; Thu, 6 Apr 2017 06:41:14 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DFB76E0828 for ; Thu, 6 Apr 2017 06:41:13 +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 DBD5D341689 for ; Thu, 6 Apr 2017 06:41:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10DDC7410 for ; Thu, 6 Apr 2017 06:41:11 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1491460683.6efedc825f3d366ac47c0866c323a46cd69fe063.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/g-sorcery/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/g-sorcery/g-sorcery-0.2.1-r1.ebuild app-portage/g-sorcery/g-sorcery-0.2.1.ebuild app-portage/g-sorcery/g-sorcery-0.2.ebuild X-VCS-Directories: app-portage/g-sorcery/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: 6efedc825f3d366ac47c0866c323a46cd69fe063 X-VCS-Branch: master Date: Thu, 6 Apr 2017 06:41:11 +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: 37110081-0c15-468a-8f96-33325fba8d21 X-Archives-Hash: 02b4209fe3170dd1a7d25ec4af845682 commit: 6efedc825f3d366ac47c0866c323a46cd69fe063 Author: Michael Weber gentoo org> AuthorDate: Wed Apr 5 22:33:21 2017 +0000 Commit: Michael Weber gentoo org> CommitDate: Thu Apr 6 06:38:03 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6efedc82 app-portage/g-sorcery: add ~ppc ~ppc64 keywords (bug 552330). Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --include-arches="ppc ppc64" app-portage/g-sorcery/g-sorcery-0.2.1-r1.ebuild | 2 +- app-portage/g-sorcery/g-sorcery-0.2.1.ebuild | 4 ++-- app-portage/g-sorcery/g-sorcery-0.2.ebuild | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app-portage/g-sorcery/g-sorcery-0.2.1-r1.ebuild b/app-portage/g-sorcery/g-sorcery-0.2.1-r1.ebuild index 1336add31f3..cb461e5aba4 100644 --- a/app-portage/g-sorcery/g-sorcery-0.2.1-r1.ebuild +++ b/app-portage/g-sorcery/g-sorcery-0.2.1-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/jauhien/g-sorcery/archive/${PV}.tar.gz -> ${P}.tar.g LICENSE="GPL-2" SLOT="0" IUSE="bson git" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86" DEPEND="bson? ( dev-python/pymongo[${PYTHON_USEDEP}] ) git? ( dev-vcs/git ) diff --git a/app-portage/g-sorcery/g-sorcery-0.2.1.ebuild b/app-portage/g-sorcery/g-sorcery-0.2.1.ebuild index 60593d5c3c8..3c6dc9125f1 100644 --- a/app-portage/g-sorcery/g-sorcery-0.2.1.ebuild +++ b/app-portage/g-sorcery/g-sorcery-0.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/jauhien/g-sorcery/archive/${PV}.tar.gz -> ${P}.tar.g LICENSE="GPL-2" SLOT="0" IUSE="bson git" -KEYWORDS="~amd64 ~arm ~hppa ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" DEPEND="bson? ( dev-python/pymongo[${PYTHON_USEDEP}] ) git? ( dev-vcs/git ) diff --git a/app-portage/g-sorcery/g-sorcery-0.2.ebuild b/app-portage/g-sorcery/g-sorcery-0.2.ebuild index 1e44959848d..a86a63afcbe 100644 --- a/app-portage/g-sorcery/g-sorcery-0.2.ebuild +++ b/app-portage/g-sorcery/g-sorcery-0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/jauhien/g-sorcery/archive/${PV}.tar.gz -> ${P}.tar.g LICENSE="GPL-2" SLOT="0" IUSE="bson" -KEYWORDS="~amd64 ~arm ~hppa ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" DEPEND="bson? ( dev-python/pymongo[${PYTHON_USEDEP}] ) sys-apps/portage[${PYTHON_USEDEP}]"