summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-06-18 23:06:03 +0200
committerDavid Seifert <soap@gentoo.org>2021-06-18 23:06:03 +0200
commitf98e9cc1c2948c73c108bfbf55405b740311d4fb (patch)
tree11ef9091ad1318e4d09f23191cbf6f6c02ad7ff2 /dev-libs/foma
parentdev-db/gqlplus: use correct (:=) slot operator for readline (diff)
downloadgentoo-f98e9cc1c2948c73c108bfbf55405b740311d4fb.tar.gz
gentoo-f98e9cc1c2948c73c108bfbf55405b740311d4fb.tar.bz2
gentoo-f98e9cc1c2948c73c108bfbf55405b740311d4fb.zip
dev-libs/foma: use correct (:=) slot operator for readline
We need to be rebuilt when readline's subslot (representing its ABI here) is changed, not just note that we're fine with any (sub)slot which is what :* does. Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3 Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-libs/foma')
-rw-r--r--dev-libs/foma/foma-0.9.18-r1.ebuild (renamed from dev-libs/foma/foma-0.9.18.ebuild)4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/foma/foma-0.9.18.ebuild b/dev-libs/foma/foma-0.9.18-r1.ebuild
index e7a0c979d279..bc5c9d290e3c 100644
--- a/dev-libs/foma/foma-0.9.18.ebuild
+++ b/dev-libs/foma/foma-0.9.18-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -13,7 +13,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
-DEPEND="sys-libs/readline:*
+DEPEND="sys-libs/readline:=
sys-libs/zlib"
RDEPEND="${DEPEND}"