diff options
author | Sam James <sam@gentoo.org> | 2021-12-15 03:54:24 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-15 03:54:24 +0000 |
commit | 5bc71b1bb7f84cbe74bb1a64a83ad1fdaad5b773 (patch) | |
tree | c92e24ca810ade145cf3b858551498df07508f62 /dev-db | |
parent | dev-db/pg_top: add gitlab upstream metadata (diff) | |
download | gentoo-5bc71b1bb7f84cbe74bb1a64a83ad1fdaad5b773.tar.gz gentoo-5bc71b1bb7f84cbe74bb1a64a83ad1fdaad5b773.tar.bz2 gentoo-5bc71b1bb7f84cbe74bb1a64a83ad1fdaad5b773.zip |
dev-db/pg_top: depend on libbsd
Seems to actually be used unconditionally although the CMake check
doesn't reflect this.
Closes: https://bugs.gentoo.org/773403
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/pg_top/pg_top-4.0.0-r2.ebuild (renamed from dev-db/pg_top/pg_top-4.0.0-r1.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-db/pg_top/pg_top-4.0.0-r1.ebuild b/dev-db/pg_top/pg_top-4.0.0-r2.ebuild index cbb357c436a3..efbbec70d529 100644 --- a/dev-db/pg_top/pg_top-4.0.0-r1.ebuild +++ b/dev-db/pg_top/pg_top-4.0.0-r2.ebuild @@ -14,7 +14,8 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="" -RDEPEND="dev-db/postgresql:=" +RDEPEND="dev-db/postgresql:= + dev-libs/libbsd" DEPEND="${RDEPEND}" DOCS=( HISTORY.rst README.rst TODO Y2K ) |