diff options
author | Sam James <sam@gentoo.org> | 2021-01-07 01:00:04 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-07 01:00:04 +0000 |
commit | 89d2f93e09e2d9855327a2ba05b87127663eb275 (patch) | |
tree | 14da8ac1287c25850b50a6d126a7ac3c6c5d74f5 /dev-db | |
parent | media-gfx/asymptote: Stabilize 2.68 x86, #762322 (diff) | |
download | gentoo-89d2f93e09e2d9855327a2ba05b87127663eb275.tar.gz gentoo-89d2f93e09e2d9855327a2ba05b87127663eb275.tar.bz2 gentoo-89d2f93e09e2d9855327a2ba05b87127663eb275.zip |
dev-db/pg_top: Stabilize 4.0.0-r1 x86, #762472
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-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 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-r1.ebuild index 5b0f7a7fb338..cbb357c436a3 100644 --- a/dev-db/pg_top/pg_top-4.0.0-r1.ebuild +++ b/dev-db/pg_top/pg_top-4.0.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://pg_top.gitlab.io/source/${P}.tar.xz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" RDEPEND="dev-db/postgresql:=" |