diff options
author | Sam James <sam@gentoo.org> | 2025-01-13 12:56:14 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2025-01-13 12:56:14 +0000 |
commit | 2d566a1b25fd441cebed1ef07182e1047eb25f55 (patch) | |
tree | 3c6828e369d78084f77a8c58d0cc15625e5c4c48 /sci-chemistry/dssp | |
parent | app-text/po4a: Stabilize 0.73 x86, #939204 (diff) | |
download | gentoo-2d566a1b25fd441cebed1ef07182e1047eb25f55.tar.gz gentoo-2d566a1b25fd441cebed1ef07182e1047eb25f55.tar.bz2 gentoo-2d566a1b25fd441cebed1ef07182e1047eb25f55.zip |
sci-chemistry/dssp: Stabilize 4.4.10 amd64, #948026
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-chemistry/dssp')
-rw-r--r-- | sci-chemistry/dssp/dssp-4.4.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-chemistry/dssp/dssp-4.4.10.ebuild b/sci-chemistry/dssp/dssp-4.4.10.ebuild index d5e51fe40fec..52cf9b1a6a0f 100644 --- a/sci-chemistry/dssp/dssp-4.4.10.ebuild +++ b/sci-chemistry/dssp/dssp-4.4.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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" |