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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AF632158086 for ; Wed, 15 Dec 2021 03:57:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5FDF2BC010; Wed, 15 Dec 2021 03:57:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 54F8F2BC010 for ; Wed, 15 Dec 2021 03:57:42 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DA1B8343327 for ; Wed, 15 Dec 2021 03:57:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74F99D0 for ; Wed, 15 Dec 2021 03:57:40 +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: <1639540643.bd4afd00f13dcf77f830fbf3035cdae02e8b02d5.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-r2.ebuild dev-db/pg_top/pg_top-4.0.0-r3.ebuild X-VCS-Directories: dev-db/pg_top/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bd4afd00f13dcf77f830fbf3035cdae02e8b02d5 X-VCS-Branch: master Date: Wed, 15 Dec 2021 03:57:40 +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: b5be8ebd-e501-4d22-94ac-89355a714640 X-Archives-Hash: 910d3a8d095d700c12f599c5394c7421 commit: bd4afd00f13dcf77f830fbf3035cdae02e8b02d5 Author: Sam James gentoo org> AuthorDate: Wed Dec 15 03:57:23 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Dec 15 03:57:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd4afd00 dev-db/pg_top: add other missing dependencies (virtual/elf, ncurses) Signed-off-by: Sam James gentoo.org> dev-db/pg_top/{pg_top-4.0.0-r2.ebuild => pg_top-4.0.0-r3.ebuild} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-db/pg_top/pg_top-4.0.0-r2.ebuild b/dev-db/pg_top/pg_top-4.0.0-r3.ebuild similarity index 89% rename from dev-db/pg_top/pg_top-4.0.0-r2.ebuild rename to dev-db/pg_top/pg_top-4.0.0-r3.ebuild index efbbec70d529..5f3dab62c30b 100644 --- a/dev-db/pg_top/pg_top-4.0.0-r2.ebuild +++ b/dev-db/pg_top/pg_top-4.0.0-r3.ebuild @@ -15,7 +15,9 @@ KEYWORDS="amd64 x86" IUSE="" RDEPEND="dev-db/postgresql:= - dev-libs/libbsd" + dev-libs/libbsd + sys-libs/ncurses:= + virtual/libelf:=" DEPEND="${RDEPEND}" DOCS=( HISTORY.rst README.rst TODO Y2K )