diff options
author | Michael Weber <xmw@gentoo.org> | 2017-04-06 00:33:21 +0200 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-04-06 08:38:03 +0200 |
commit | 6efedc825f3d366ac47c0866c323a46cd69fe063 (patch) | |
tree | 107d64742d760d80d878e4e23ad7cdb70ae92961 | |
parent | arch/powerpc/package.use.mask: Mask app-portage/g-sorcery bson due missing ke... (diff) | |
download | gentoo-6efedc825f3d366ac47c0866c323a46cd69fe063.tar.gz gentoo-6efedc825f3d366ac47c0866c323a46cd69fe063.tar.bz2 gentoo-6efedc825f3d366ac47c0866c323a46cd69fe063.zip |
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"
-rw-r--r-- | app-portage/g-sorcery/g-sorcery-0.2.1-r1.ebuild | 2 | ||||
-rw-r--r-- | app-portage/g-sorcery/g-sorcery-0.2.1.ebuild | 4 | ||||
-rw-r--r-- | 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 1336add31f33..cb461e5aba4d 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 60593d5c3c8a..3c6dc9125f1c 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 1e44959848d0..a86a63afcbe4 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}]" |