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 CBC14158094 for ; Fri, 22 Jul 2022 16:19:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA04DE0BEE; Fri, 22 Jul 2022 16:19:13 +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 10622E0BEE for ; Fri, 22 Jul 2022 16:19:12 +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 C05FF34106A for ; Fri, 22 Jul 2022 16:19:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1EC5E7F for ; Fri, 22 Jul 2022 16:19:10 +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: <1658506733.1af20f8a1454a651eae292aead061cd53136f39d.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: 1af20f8a1454a651eae292aead061cd53136f39d X-VCS-Branch: master Date: Fri, 22 Jul 2022 16:19:10 +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: b3cbd1e2-876b-4b90-a03b-47f8c27bc152 X-Archives-Hash: 709a16799225117758d08da5ab5fe65b commit: 1af20f8a1454a651eae292aead061cd53136f39d Author: Anthony G. Basile gentoo org> AuthorDate: Fri Jul 22 16:18:53 2022 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Fri Jul 22 16:18:53 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1af20f8a dev-libs/xapian-bindings: we don't need sys-devel/slibtool 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, 1 insertion(+), 4 deletions(-) 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 692990e13a88..adaa8d9ff860 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,10 +45,7 @@ COMMONDEPEND=">=dev-libs/xapian-1.4.20 mono? ( dev-lang/mono )" DEPEND="${COMMONDEPEND} virtual/pkgconfig - java? ( - >=virtual/jdk-1.8:* - sys-devel/slibtool - )" + java? ( >=virtual/jdk-1.8:* )" RDEPEND="${COMMONDEPEND} java? ( >=virtual/jre-1.8:* )"