summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-db/pg_top')
-rw-r--r--dev-db/pg_top/metadata.xml3
-rw-r--r--dev-db/pg_top/pg_top-4.0.0-r3.ebuild (renamed from dev-db/pg_top/pg_top-4.0.0-r1.ebuild)5
2 files changed, 7 insertions, 1 deletions
diff --git a/dev-db/pg_top/metadata.xml b/dev-db/pg_top/metadata.xml
index 4a8730300bd9..d59836d0d4d5 100644
--- a/dev-db/pg_top/metadata.xml
+++ b/dev-db/pg_top/metadata.xml
@@ -9,4 +9,7 @@
pg_top is 'top' for PostgreSQL. It is derived from Unix Top. Similar to
top, pg_top allows you to monitor PostgreSQL processes.
</longdescription>
+ <upstream>
+ <remote-id type="gitlab">pg_top/pg_top</remote-id>
+ </upstream>
</pkgmetadata>
diff --git a/dev-db/pg_top/pg_top-4.0.0-r1.ebuild b/dev-db/pg_top/pg_top-4.0.0-r3.ebuild
index cbb357c436a3..5f3dab62c30b 100644
--- a/dev-db/pg_top/pg_top-4.0.0-r1.ebuild
+++ b/dev-db/pg_top/pg_top-4.0.0-r3.ebuild
@@ -14,7 +14,10 @@ SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
-RDEPEND="dev-db/postgresql:="
+RDEPEND="dev-db/postgresql:=
+ dev-libs/libbsd
+ sys-libs/ncurses:=
+ virtual/libelf:="
DEPEND="${RDEPEND}"
DOCS=( HISTORY.rst README.rst TODO Y2K )