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 99BDC158095 for ; Sat, 8 Oct 2022 12:17:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49711E0A44; Sat, 8 Oct 2022 12:17:58 +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 30DAFE0A44 for ; Sat, 8 Oct 2022 12:17:58 +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 33C5F340E1C for ; Sat, 8 Oct 2022 12:17:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A62E4606 for ; Sat, 8 Oct 2022 12:17:55 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1665231463.0206b212849aa9465ce3c9bf153027f0ccf98906.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/ezmlm-idx/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/ezmlm-idx/ezmlm-idx-7.0.0-r4.ebuild net-mail/ezmlm-idx/ezmlm-idx-7.0.0-r5.ebuild net-mail/ezmlm-idx/ezmlm-idx-7.2.2-r1.ebuild net-mail/ezmlm-idx/ezmlm-idx-7.2.2.ebuild X-VCS-Directories: net-mail/ezmlm-idx/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0206b212849aa9465ce3c9bf153027f0ccf98906 X-VCS-Branch: master Date: Sat, 8 Oct 2022 12:17:55 +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: be0adb75-1776-49cf-a679-b2da8a7a4773 X-Archives-Hash: 6f93a7a0c252c356deddcc9e9ca50869 commit: 0206b212849aa9465ce3c9bf153027f0ccf98906 Author: Sam James gentoo org> AuthorDate: Sat Oct 8 12:15:50 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Oct 8 12:17:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0206b212 net-mail/ezmlm-idx: fix MissingSlotDep on postgresql libpq has stable ABI. Signed-off-by: Sam James gentoo.org> .../{ezmlm-idx-7.0.0-r4.ebuild => ezmlm-idx-7.0.0-r5.ebuild} | 4 ++-- .../ezmlm-idx/{ezmlm-idx-7.2.2.ebuild => ezmlm-idx-7.2.2-r1.ebuild} | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-mail/ezmlm-idx/ezmlm-idx-7.0.0-r4.ebuild b/net-mail/ezmlm-idx/ezmlm-idx-7.0.0-r5.ebuild similarity index 95% rename from net-mail/ezmlm-idx/ezmlm-idx-7.0.0-r4.ebuild rename to net-mail/ezmlm-idx/ezmlm-idx-7.0.0-r5.ebuild index 0c0c7c20584a..ce08d30a5cee 100644 --- a/net-mail/ezmlm-idx/ezmlm-idx-7.0.0-r4.ebuild +++ b/net-mail/ezmlm-idx/ezmlm-idx-7.0.0-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ KEYWORDS="~alpha amd64 ~hppa ~mips ppc sparc x86" IUSE="mysql postgres" DEPEND="mysql? ( dev-db/mysql-connector-c:0= ) - postgres? ( dev-db/postgresql )" + postgres? ( dev-db/postgresql:* )" RDEPEND="${DEPEND} virtual/qmail" REQUIRED_USE="?? ( mysql postgres )" diff --git a/net-mail/ezmlm-idx/ezmlm-idx-7.2.2.ebuild b/net-mail/ezmlm-idx/ezmlm-idx-7.2.2-r1.ebuild similarity index 95% rename from net-mail/ezmlm-idx/ezmlm-idx-7.2.2.ebuild rename to net-mail/ezmlm-idx/ezmlm-idx-7.2.2-r1.ebuild index eb1061057763..78eefb1ed0c1 100644 --- a/net-mail/ezmlm-idx/ezmlm-idx-7.2.2.ebuild +++ b/net-mail/ezmlm-idx/ezmlm-idx-7.2.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,7 +16,7 @@ KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86" IUSE="mysql postgres sqlite" DEPEND="mysql? ( dev-db/mysql-connector-c:0= ) - postgres? ( dev-db/postgresql:= ) + postgres? ( dev-db/postgresql:* ) sqlite? ( dev-db/sqlite:3 )" RDEPEND="${DEPEND} virtual/qmail"