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 6C60C158087 for ; Tue, 25 Jan 2022 19:15:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E88B2BC02A; Tue, 25 Jan 2022 19:15:51 +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 91E242BC024 for ; Tue, 25 Jan 2022 19:15:50 +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 36F5A342E2D for ; Tue, 25 Jan 2022 19:15:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD6352BF for ; Tue, 25 Jan 2022 19:15:46 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1643130880.52f4c2c9ae553f0094fc30b52b349dca5ae13abd.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/LINKS/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/LINKS/LINKS-2.0.1.ebuild X-VCS-Directories: sci-biology/LINKS/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 52f4c2c9ae553f0094fc30b52b349dca5ae13abd X-VCS-Branch: master Date: Tue, 25 Jan 2022 19:15:46 +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: 4de6d5f8-e49f-4501-8c12-79ad8ea3e36c X-Archives-Hash: 4b31d2cea0f93f55b461563799f478ad commit: 52f4c2c9ae553f0094fc30b52b349dca5ae13abd Author: Andrew Ammerlaan gentoo org> AuthorDate: Tue Jan 25 17:14:40 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Tue Jan 25 17:14:40 2022 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=52f4c2c9 sci-biology/LINKS: fix dep on swig Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> sci-biology/LINKS/LINKS-2.0.1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sci-biology/LINKS/LINKS-2.0.1.ebuild b/sci-biology/LINKS/LINKS-2.0.1.ebuild index 75d50a1b0..c1c9cc5d8 100644 --- a/sci-biology/LINKS/LINKS-2.0.1.ebuild +++ b/sci-biology/LINKS/LINKS-2.0.1.ebuild @@ -14,7 +14,8 @@ KEYWORDS="~amd64" RDEPEND=" >=dev-lang/perl-1.6 - dev-lang/swig dev-util/cppcheck " -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + dev-lang/swig +"