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 29A65158018 for ; Sun, 3 Oct 2021 21:57:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E164E087A; Sun, 3 Oct 2021 21:57:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 46188E087A for ; Sun, 3 Oct 2021 21:57:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 02B72342EF9 for ; Sun, 3 Oct 2021 21:57:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 48724114 for ; Sun, 3 Oct 2021 21:57:39 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1633298246.d1518f51e6e05a1be2d918a8fdc19699d086fc75.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/nfs-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/nfs-utils/nfs-utils-2.5.4-r1.ebuild X-VCS-Directories: net-fs/nfs-utils/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: d1518f51e6e05a1be2d918a8fdc19699d086fc75 X-VCS-Branch: master Date: Sun, 3 Oct 2021 21:57:39 +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: 4b40dafb-f03d-4322-9517-b4b300fa58de X-Archives-Hash: e71a0aad32ae900a3d465b3e002a4613 commit: d1518f51e6e05a1be2d918a8fdc19699d086fc75 Author: David Seifert gentoo org> AuthorDate: Sun Oct 3 21:57:26 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Oct 3 21:57:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1518f51 net-fs/nfs-utils: add :3 to sqlite Signed-off-by: David Seifert gentoo.org> net-fs/nfs-utils/nfs-utils-2.5.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-fs/nfs-utils/nfs-utils-2.5.4-r1.ebuild b/net-fs/nfs-utils/nfs-utils-2.5.4-r1.ebuild index 414117f1f15..1001f592272 100644 --- a/net-fs/nfs-utils/nfs-utils-2.5.4-r1.ebuild +++ b/net-fs/nfs-utils/nfs-utils-2.5.4-r1.ebuild @@ -28,7 +28,7 @@ RESTRICT="test" #315573 # so don't depend on virtual/krb. # (04 Feb 2005 agriffis) DEPEND=" - >=dev-db/sqlite-3.3 + dev-db/sqlite:3 dev-libs/libxml2 net-libs/libtirpc:= >=net-nds/rpcbind-0.2.4