commit: c50526a031650834f3ddd61998114a1ec02b598e Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Fri Jun 26 08:57:06 2020 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Fri Jun 26 08:57:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c50526a0
dev-python/python3-lxc: Drop to ~ppc64 As requested by juippis. Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> dev-python/python3-lxc/python3-lxc-3.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python3-lxc/python3-lxc-3.0.2.ebuild b/dev-python/python3-lxc/python3-lxc-3.0.2.ebuild index eb00eef10ae..3e6d2c45a80 100644 --- a/dev-python/python3-lxc/python3-lxc-3.0.2.ebuild +++ b/dev-python/python3-lxc/python3-lxc-3.0.2.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://linuxcontainers.org/downloads/lxc/${P}.tar.gz" LICENSE="LGPL-3" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ppc64 x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" IUSE="" RDEPEND=">=app-emulation/lxc-3.0"