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.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 7405315800F for ; Sat, 4 Feb 2023 17:26:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11E6DE0809; Sat, 4 Feb 2023 17:26:04 +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 pigeon.gentoo.org (Postfix) with ESMTPS id C2928E0809 for ; Sat, 4 Feb 2023 17:26:03 +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 E3DC333BE1F for ; Sat, 4 Feb 2023 17:26:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39C59891 for ; Sat, 4 Feb 2023 17:26:01 +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: <1675531378.25774a0a53557d280b9519cd6b85cf7da886e95f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/augustus/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-biology/augustus/augustus-3.4.0-r2.ebuild sci-biology/augustus/augustus-3.4.0-r3.ebuild X-VCS-Directories: sci-biology/augustus/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 25774a0a53557d280b9519cd6b85cf7da886e95f X-VCS-Branch: master Date: Sat, 4 Feb 2023 17:26:01 +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: f3907150-3a1e-49c9-b22a-c4e5b0a1472d X-Archives-Hash: eac43743f26aedec100c52429d4f58c4 commit: 25774a0a53557d280b9519cd6b85cf7da886e95f Author: Sam James gentoo org> AuthorDate: Sat Feb 4 17:19:53 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Feb 4 17:22:58 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25774a0a sci-biology/augustus: add lpsolve subslot dep Bug: https://bugs.gentoo.org/614866 Signed-off-by: Sam James gentoo.org> .../augustus/{augustus-3.4.0-r2.ebuild => augustus-3.4.0-r3.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-biology/augustus/augustus-3.4.0-r2.ebuild b/sci-biology/augustus/augustus-3.4.0-r3.ebuild similarity index 93% rename from sci-biology/augustus/augustus-3.4.0-r2.ebuild rename to sci-biology/augustus/augustus-3.4.0-r3.ebuild index 30b3d7d0a6f8..7c662aead62f 100644 --- a/sci-biology/augustus/augustus-3.4.0-r2.ebuild +++ b/sci-biology/augustus/augustus-3.4.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -26,7 +26,7 @@ RDEPEND=" sci-libs/gsl:= sci-libs/htslib:= sci-libs/suitesparse - sci-mathematics/lpsolve + sci-mathematics/lpsolve:= sys-libs/zlib " DEPEND="${RDEPEND}"