diff options
author | Sam James <sam@gentoo.org> | 2022-10-08 13:15:50 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-08 13:17:43 +0100 |
commit | 0206b212849aa9465ce3c9bf153027f0ccf98906 (patch) | |
tree | f712a69d295c056819c105518583ff47e4a9510b /net-mail/ezmlm-idx | |
parent | net-libs/cvm: fix MissingSlotDep on postgresql (diff) | |
download | gentoo-0206b212849aa9465ce3c9bf153027f0ccf98906.tar.gz gentoo-0206b212849aa9465ce3c9bf153027f0ccf98906.tar.bz2 gentoo-0206b212849aa9465ce3c9bf153027f0ccf98906.zip |
net-mail/ezmlm-idx: fix MissingSlotDep on postgresql
libpq has stable ABI.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-mail/ezmlm-idx')
-rw-r--r-- | net-mail/ezmlm-idx/ezmlm-idx-7.0.0-r5.ebuild (renamed from net-mail/ezmlm-idx/ezmlm-idx-7.0.0-r4.ebuild) | 4 | ||||
-rw-r--r-- | net-mail/ezmlm-idx/ezmlm-idx-7.2.2-r1.ebuild (renamed from net-mail/ezmlm-idx/ezmlm-idx-7.2.2.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 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 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" |