diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2017-12-19 15:51:15 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2017-12-19 16:43:26 +0100 |
commit | 6277c42488a22f85f8ef33eb9f8d382ad9dd6a3c (patch) | |
tree | a128de234dbad7a70e0cfcc06c2e80cecbea803e /dev-db/pg_top | |
parent | dev-db/pgadmin3: x86 stable (bug #641152) (diff) | |
download | gentoo-6277c42488a22f85f8ef33eb9f8d382ad9dd6a3c.tar.gz gentoo-6277c42488a22f85f8ef33eb9f8d382ad9dd6a3c.tar.bz2 gentoo-6277c42488a22f85f8ef33eb9f8d382ad9dd6a3c.zip |
dev-db/pg_top: x86 stable (bug #641156)
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-db/pg_top')
-rw-r--r-- | dev-db/pg_top/pg_top-3.7.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/pg_top/pg_top-3.7.0.ebuild b/dev-db/pg_top/pg_top-3.7.0.ebuild index 7531d3439336..d452275d840a 100644 --- a/dev-db/pg_top/pg_top-3.7.0.ebuild +++ b/dev-db/pg_top/pg_top-3.7.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -12,7 +12,7 @@ SRC_URI="http://pgfoundry.org/frs/download.php/3504/${P}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="debug" RDEPEND="dev-db/postgresql" |