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 6D0EB158094 for ; Fri, 22 Jul 2022 12:55:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98970E0809; Fri, 22 Jul 2022 12:54:59 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5B33BE0809 for ; Fri, 22 Jul 2022 12:54:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4CFA73410B8 for ; Fri, 22 Jul 2022 12:54:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A034F7F for ; Fri, 22 Jul 2022 12:54:56 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1658494487.df9c75cfd976b68359e924e69bb31eb2ae53fe76.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/xapian-bindings/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/xapian-bindings/xapian-bindings-1.4.20-r1.ebuild X-VCS-Directories: dev-libs/xapian-bindings/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: df9c75cfd976b68359e924e69bb31eb2ae53fe76 X-VCS-Branch: master Date: Fri, 22 Jul 2022 12:54:56 +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: 502db9eb-00ba-4697-a187-ba27e7e7f853 X-Archives-Hash: 77a3536b7ad193b075483bddcb6e48df commit: df9c75cfd976b68359e924e69bb31eb2ae53fe76 Author: Anthony G. Basile gentoo org> AuthorDate: Fri Jul 22 12:54:47 2022 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Fri Jul 22 12:54:47 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df9c75cf dev-libs/xapian-bindings: add missing dep sys-devel/slibtool for java? Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Anthony G. Basile gentoo.org> dev-libs/xapian-bindings/xapian-bindings-1.4.20-r1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-libs/xapian-bindings/xapian-bindings-1.4.20-r1.ebuild b/dev-libs/xapian-bindings/xapian-bindings-1.4.20-r1.ebuild index adaa8d9ff860..692990e13a88 100644 --- a/dev-libs/xapian-bindings/xapian-bindings-1.4.20-r1.ebuild +++ b/dev-libs/xapian-bindings/xapian-bindings-1.4.20-r1.ebuild @@ -45,7 +45,10 @@ COMMONDEPEND=">=dev-libs/xapian-1.4.20 mono? ( dev-lang/mono )" DEPEND="${COMMONDEPEND} virtual/pkgconfig - java? ( >=virtual/jdk-1.8:* )" + java? ( + >=virtual/jdk-1.8:* + sys-devel/slibtool + )" RDEPEND="${COMMONDEPEND} java? ( >=virtual/jre-1.8:* )"