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 37CD013835A for ; Tue, 16 Feb 2021 08:25:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35D74E08FB; Tue, 16 Feb 2021 08:25:58 +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 1EF00E08FB for ; Tue, 16 Feb 2021 08:25:58 +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 8FF97340F3E for ; Tue, 16 Feb 2021 08:25:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED05A4F1 for ; Tue, 16 Feb 2021 08:25:53 +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: <1613463874.8ff1b1f70b3ca0e45173b8e527f8a5a2a5f66e5a.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-slugify/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-slugify/python-slugify-4.0.1.ebuild X-VCS-Directories: dev-python/python-slugify/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 8ff1b1f70b3ca0e45173b8e527f8a5a2a5f66e5a X-VCS-Branch: master Date: Tue, 16 Feb 2021 08:25:53 +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: c8a6cb67-5b0f-49a4-9a33-3a528670ce57 X-Archives-Hash: 28a03e25bc427e057e0d4f76e59ce8b4 commit: 8ff1b1f70b3ca0e45173b8e527f8a5a2a5f66e5a Author: Sergei Trofimovich gentoo org> AuthorDate: Tue Feb 16 08:24:34 2021 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Feb 16 08:24:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ff1b1f7 dev-python/python-slugify: keyworded 4.0.1 for ppc64 keyworded wrt bug #769947 Package-Manager: Portage-3.0.14, Repoman-3.0.2 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich gentoo.org> dev-python/python-slugify/python-slugify-4.0.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/python-slugify/python-slugify-4.0.1.ebuild b/dev-python/python-slugify/python-slugify-4.0.1.ebuild index b769e7d8041..4463c603e80 100644 --- a/dev-python/python-slugify/python-slugify-4.0.1.ebuild +++ b/dev-python/python-slugify/python-slugify-4.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/un33k/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~ppc64 x86" IUSE="" RDEPEND="dev-python/text-unidecode[${PYTHON_USEDEP}]"