From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1EB47158086 for ; Wed, 15 Dec 2021 03:54:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88D5D2BC010; Wed, 15 Dec 2021 03:54:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C49602BC013 for ; Wed, 15 Dec 2021 03:54:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5634D34381C for ; Wed, 15 Dec 2021 03:54:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62BED21D for ; Wed, 15 Dec 2021 03:54:49 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1639540464.5bc71b1bb7f84cbe74bb1a64a83ad1fdaad5b773.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/pg_top/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/pg_top/pg_top-4.0.0-r1.ebuild dev-db/pg_top/pg_top-4.0.0-r2.ebuild X-VCS-Directories: dev-db/pg_top/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5bc71b1bb7f84cbe74bb1a64a83ad1fdaad5b773 X-VCS-Branch: master Date: Wed, 15 Dec 2021 03:54:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 02f2eb01-cb97-49e2-a899-3ef0d51b9164 X-Archives-Hash: 7ab6ced6432eb6b700eb8b543b8883d4 commit: 5bc71b1bb7f84cbe74bb1a64a83ad1fdaad5b773 Author: Sam James gentoo org> AuthorDate: Wed Dec 15 03:54:24 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Dec 15 03:54:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bc71b1b 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 gentoo.org> dev-db/pg_top/{pg_top-4.0.0-r1.ebuild => pg_top-4.0.0-r2.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 similarity index 90% rename from dev-db/pg_top/pg_top-4.0.0-r1.ebuild rename to 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 )