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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 69EB01382C5 for ; Thu, 4 Jan 2018 20:22:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A49FFE09DD; Thu, 4 Jan 2018 20:22:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 84C90E09DD for ; Thu, 4 Jan 2018 20:22:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 84D44335C30 for ; Thu, 4 Jan 2018 20:22:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C55F1A2 for ; Thu, 4 Jan 2018 20:22:56 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1515097362.b46cdde604340084b12818301326ce7885131b6a.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/pgadmin3/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/pgadmin3/pgadmin3-1.22.2.ebuild X-VCS-Directories: dev-db/pgadmin3/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: b46cdde604340084b12818301326ce7885131b6a X-VCS-Branch: master Date: Thu, 4 Jan 2018 20:22:56 +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-Archives-Salt: c30f2b8f-08d4-4c1f-9f93-a3947d663870 X-Archives-Hash: 8f061134351e3f231603ed3b32c33388 commit: b46cdde604340084b12818301326ce7885131b6a Author: Mikle Kolyada gentoo org> AuthorDate: Thu Jan 4 20:20:36 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Thu Jan 4 20:22:42 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b46cdde6 dev-db/pgadmin3: amd64 stable wrt bug #641152 Package-Manager: Portage-2.3.13, Repoman-2.3.3 dev-db/pgadmin3/pgadmin3-1.22.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-db/pgadmin3/pgadmin3-1.22.2.ebuild b/dev-db/pgadmin3/pgadmin3-1.22.2.ebuild index 1b47814e56f..1b88ffbace4 100644 --- a/dev-db/pgadmin3/pgadmin3-1.22.2.ebuild +++ b/dev-db/pgadmin3/pgadmin3-1.22.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -10,7 +10,7 @@ HOMEPAGE="http://www.pgadmin.org/" SRC_URI="mirror://postgresql/pgadmin/pgadmin3/v${PV}/src/${P}.tar.gz" LICENSE="POSTGRESQL" -KEYWORDS="~amd64 ~ppc x86 ~x86-fbsd" +KEYWORDS="amd64 ~ppc x86 ~x86-fbsd" SLOT="0" IUSE="debug +databasedesigner"