Skip to content

Commit

Permalink
dev-db/gqlplus: 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 8ec6066 commit 16b46c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ SLOT="0"
KEYWORDS="~amd64 ~amd64-linux ~x64-macos"
IUSE=""

DEPEND="sys-libs/readline:*"
DEPEND="sys-libs/readline:="
RDEPEND="${DEPEND}"

PATCHES=(
Expand Down

0 comments on commit 16b46c3

Please sign in to comment.