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 6E5131382C5 for ; Tue, 9 Feb 2021 21:41:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C81C6E0920; Tue, 9 Feb 2021 21:41:28 +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 AF51CE0920 for ; Tue, 9 Feb 2021 21:41:28 +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 60B55340E84 for ; Tue, 9 Feb 2021 21:41:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C40454C2 for ; Tue, 9 Feb 2021 21:41:25 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1612906844.b02b5e3417701eebf8d5548f8745b4e449a0c727.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx_lv2_theme/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sphinx_lv2_theme/sphinx_lv2_theme-1.0.0.ebuild X-VCS-Directories: dev-python/sphinx_lv2_theme/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b02b5e3417701eebf8d5548f8745b4e449a0c727 X-VCS-Branch: master Date: Tue, 9 Feb 2021 21:41:25 +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: 98fa1a94-1824-40e3-8c61-6d333e969c0a X-Archives-Hash: 7383a9362ee7d7bc0a6c8cd02c61e321 commit: b02b5e3417701eebf8d5548f8745b4e449a0c727 Author: Sam James gentoo org> AuthorDate: Tue Feb 9 21:40:44 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Feb 9 21:40:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b02b5e34 dev-python/sphinx_lv2_theme: Keyword 1.0.0 ppc, #769413 Signed-off-by: Sam James gentoo.org> dev-python/sphinx_lv2_theme/sphinx_lv2_theme-1.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sphinx_lv2_theme/sphinx_lv2_theme-1.0.0.ebuild b/dev-python/sphinx_lv2_theme/sphinx_lv2_theme-1.0.0.ebuild index 9df1bab9991..18ca3a8f7b1 100644 --- a/dev-python/sphinx_lv2_theme/sphinx_lv2_theme-1.0.0.ebuild +++ b/dev-python/sphinx_lv2_theme/sphinx_lv2_theme-1.0.0.ebuild @@ -14,6 +14,6 @@ SRC_URI="https://gitlab.com/lv2/${PN}/-/archive/v${PV}/{PN}-v${PV}.tar.gz" LICENSE="ISC" SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~sparc" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc" S="${WORKDIR}/${PN}-v${PV}-${COMMIT}"