From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8ED281584AD for ; Tue, 29 Apr 2025 19:38:53 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 7B803342FB6 for ; Tue, 29 Apr 2025 19:38:53 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 19F481103AD; Tue, 29 Apr 2025 19:38:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 1177E1103AD for ; Tue, 29 Apr 2025 19:38:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B9B963417BD for ; Tue, 29 Apr 2025 19:38:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50DD92668 for ; Tue, 29 Apr 2025 19:38:43 +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: <1745955481.c5567a983f9693e38c5f24b0345ef47679a3407c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/propka/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/propka/propka-3.5.1.ebuild X-VCS-Directories: sci-chemistry/propka/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c5567a983f9693e38c5f24b0345ef47679a3407c X-VCS-Branch: master Date: Tue, 29 Apr 2025 19:38:43 +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: dde55123-b98f-4b97-a72f-4a6c5cad9158 X-Archives-Hash: 5b20ae3df36d47c14efb25258bdde2d9 commit: c5567a983f9693e38c5f24b0345ef47679a3407c Author: Alfred Wingate protonmail com> AuthorDate: Mon Apr 28 12:57:14 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue Apr 29 19:38:01 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5567a98 sci-chemistry/propka: change variable order Not a functional change, just silences pkgcheck. Signed-off-by: Alfred Wingate protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41822 Closes: https://github.com/gentoo/gentoo/pull/41822 Signed-off-by: Sam James gentoo.org> sci-chemistry/propka/propka-3.5.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-chemistry/propka/propka-3.5.1.ebuild b/sci-chemistry/propka/propka-3.5.1.ebuild index d3579964ea1e..c15200815306 100644 --- a/sci-chemistry/propka/propka-3.5.1.ebuild +++ b/sci-chemistry/propka/propka-3.5.1.ebuild @@ -12,8 +12,8 @@ DESCRIPTION="pKa-value prediction of ionizable groups in protein and protein-lig HOMEPAGE="https://github.com/jensengroup/propka" SRC_URI="https://github.com/jensengroup/propka/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" -SLOT="0" LICENSE="LGPL-2.1" +SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"