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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 281911382C5 for ; Mon, 25 Jan 2021 21:34:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79ABAE09E0; Mon, 25 Jan 2021 21:34:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5F6A8E09E0 for ; Mon, 25 Jan 2021 21:34:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 38730341218 for ; Mon, 25 Jan 2021 21:34:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CEE5F32B for ; Mon, 25 Jan 2021 21:34:05 +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: <1611610441.0698cc5bbc85337a1dc9b29b6e91bd9a24db029e.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xapian-omega/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/xapian-omega/xapian-omega-1.4.18.ebuild X-VCS-Directories: app-text/xapian-omega/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 0698cc5bbc85337a1dc9b29b6e91bd9a24db029e X-VCS-Branch: master Date: Mon, 25 Jan 2021 21:34:05 +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: a93bf223-ee3d-454a-b00d-f5b9ae25f409 X-Archives-Hash: 03610d5cb4b37445446ba03ef8d53036 commit: 0698cc5bbc85337a1dc9b29b6e91bd9a24db029e Author: Anthony G. Basile gentoo org> AuthorDate: Mon Jan 25 21:33:49 2021 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Mon Jan 25 21:34:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0698cc5b app-text/xapian-omega: fix dependency, bug #766312 Closes: https://bugs.gentoo.org/766312 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Anthony G. Basile gentoo.org> app-text/xapian-omega/xapian-omega-1.4.18.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/xapian-omega/xapian-omega-1.4.18.ebuild b/app-text/xapian-omega/xapian-omega-1.4.18.ebuild index 5225e3e64c6..6623cc6dbeb 100644 --- a/app-text/xapian-omega/xapian-omega-1.4.18.ebuild +++ b/app-text/xapian-omega/xapian-omega-1.4.18.ebuild @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="" -DEPEND="dev-libs/xapian:0/30 +DEPEND="~dev-libs/xapian-1.4.18:0/30 dev-lang/perl dev-libs/libpcre sys-libs/zlib"