diff options
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" |