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 A32E11584AD for ; Sun, 13 Apr 2025 16:44:45 +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 8CD943430D4 for ; Sun, 13 Apr 2025 16:44:45 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 567851104B9; Sun, 13 Apr 2025 16:44:37 +0000 (UTC) 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 bobolink.gentoo.org (Postfix) with ESMTPS id 40F751104B7 for ; Sun, 13 Apr 2025 16:44:37 +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 D893F3430C0 for ; Sun, 13 Apr 2025 16:44:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 696BD27F2 for ; Sun, 13 Apr 2025 16:44:35 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1744562628.ea17480a4f8bd23e4d08a11429cc727b5ef0970a.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/dssp/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/dssp/dssp-4.4.11.ebuild X-VCS-Directories: sci-chemistry/dssp/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: ea17480a4f8bd23e4d08a11429cc727b5ef0970a X-VCS-Branch: master Date: Sun, 13 Apr 2025 16:44:35 +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: da4e91bc-627c-4001-b9aa-fd97c64494c5 X-Archives-Hash: d5aacfac5a77ae304da41afb4650fc25 commit: ea17480a4f8bd23e4d08a11429cc727b5ef0970a Author: Pacho Ramos gentoo org> AuthorDate: Sun Apr 13 16:30:05 2025 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Apr 13 16:43:48 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea17480a sci-chemistry/dssp: stabilize 4.4.11 for amd64 Signed-off-by: Pacho Ramos gentoo.org> sci-chemistry/dssp/dssp-4.4.11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-chemistry/dssp/dssp-4.4.11.ebuild b/sci-chemistry/dssp/dssp-4.4.11.ebuild index 3310702d334e..d97080fa576d 100644 --- a/sci-chemistry/dssp/dssp-4.4.11.ebuild +++ b/sci-chemistry/dssp/dssp-4.4.11.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://github.com/PDB-REDO/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${ LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" # doc disabled as it only generates a PDF from the manpage for now # https://github.com/PDB-REDO/dssp/issues/64 #IUSE="doc"