diff options
author | Sam James <sam@gentoo.org> | 2021-06-18 23:06:00 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-06-18 23:06:00 +0200 |
commit | 16b46c304a70a273ddff7f0f478fcd576a619265 (patch) | |
tree | a1aca5e8b4b7e0bc5b976841d0723328882be7e6 /dev-db/gqlplus | |
parent | net-ftp/yafc: use correct (:=) slot operator for ncurses (diff) | |
download | gentoo-16b46c304a70a273ddff7f0f478fcd576a619265.tar.gz gentoo-16b46c304a70a273ddff7f0f478fcd576a619265.tar.bz2 gentoo-16b46c304a70a273ddff7f0f478fcd576a619265.zip |
dev-db/gqlplus: 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-db/gqlplus')
-rw-r--r-- | dev-db/gqlplus/gqlplus-1.16-r2.ebuild (renamed from dev-db/gqlplus/gqlplus-1.16-r1.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/gqlplus/gqlplus-1.16-r1.ebuild b/dev-db/gqlplus/gqlplus-1.16-r2.ebuild index 5ec9eb2c790f..471d67809998 100644 --- a/dev-db/gqlplus/gqlplus-1.16-r1.ebuild +++ b/dev-db/gqlplus/gqlplus-1.16-r2.ebuild @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~amd64-linux ~x64-macos" IUSE="" -DEPEND="sys-libs/readline:*" +DEPEND="sys-libs/readline:=" RDEPEND="${DEPEND}" PATCHES=( |