Skip to content

Commit

Permalink
dev-libs/foma: use correct (:=) slot operator for readline
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
thesamesam authored and SoapGentoo committed Jun 18, 2021
1 parent 16b46c3 commit f98e9cc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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}"

Expand Down

0 comments on commit f98e9cc

Please sign in to comment.