From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1632734-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 489DF1581D3 for <garchives@archives.gentoo.org>; Sat, 18 May 2024 10:07:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14074E2ABB; Sat, 18 May 2024 10:07:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 pigeon.gentoo.org (Postfix) with ESMTPS id C8B2EE2ABF for <gentoo-commits@lists.gentoo.org>; Sat, 18 May 2024 10:07:00 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 10A4633BF08 for <gentoo-commits@lists.gentoo.org>; Sat, 18 May 2024 10:07:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73BD61ADC for <gentoo-commits@lists.gentoo.org>; Sat, 18 May 2024 10:06:58 +0000 (UTC) From: "Pacho Ramos" <pacho@gentoo.org> 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" <pacho@gentoo.org> Message-ID: <1716026800.d5d7440bb66efbb4aa392e03a27cc9f9a858e819.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.7.ebuild X-VCS-Directories: sci-chemistry/dssp/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: d5d7440bb66efbb4aa392e03a27cc9f9a858e819 X-VCS-Branch: master Date: Sat, 18 May 2024 10:06:58 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 47970851-ab64-4612-a6af-8abd0a7f59d6 X-Archives-Hash: 0ff68a6a3686333ea935bf8fba8dc4a1 commit: d5d7440bb66efbb4aa392e03a27cc9f9a858e819 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Sat May 18 10:06:13 2024 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Sat May 18 10:06:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5d7440b sci-chemistry/dssp: Fix EmptyGlobalAssignment warning Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> sci-chemistry/dssp/dssp-4.4.7.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/sci-chemistry/dssp/dssp-4.4.7.ebuild b/sci-chemistry/dssp/dssp-4.4.7.ebuild index 4b22c93cb749..cebac1ce3a1a 100644 --- a/sci-chemistry/dssp/dssp-4.4.7.ebuild +++ b/sci-chemistry/dssp/dssp-4.4.7.ebuild @@ -25,7 +25,6 @@ BDEPEND="${CDEPEND}" # || ( app-text/pandoc-bin[pandoc-symlink] app-text/pandoc ) # dev-python/weasyprint # ) -DEPEND="" RDEPEND="${CDEPEND}" #src_prepare() {