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 B452C139083 for ; Tue, 19 Dec 2017 15:46:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10EB1E0F76; Tue, 19 Dec 2017 15:46:18 +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 E324EE0F76 for ; Tue, 19 Dec 2017 15:46:17 +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 C142033C4EE for ; Tue, 19 Dec 2017 15:46:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1AB99AE8C for ; Tue, 19 Dec 2017 15:46:15 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1513698204.dfe3b1089cf6b67b751b1c1ca32775ec2505b421.whissi@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: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: dfe3b1089cf6b67b751b1c1ca32775ec2505b421 X-VCS-Branch: master Date: Tue, 19 Dec 2017 15:46:15 +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: 1ab47fe8-78e3-48eb-ad95-1c2c7be513b4 X-Archives-Hash: 5ab6aa85b46bd96e1a766abd96edb8cf commit: dfe3b1089cf6b67b751b1c1ca32775ec2505b421 Author: Thomas Deutschmann gentoo org> AuthorDate: Tue Dec 19 14:50:56 2017 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Tue Dec 19 15:43:24 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfe3b108 dev-db/pgadmin3: x86 stable (bug #641152) Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-db/pgadmin3/pgadmin3-1.22.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/pgadmin3/pgadmin3-1.22.2.ebuild b/dev-db/pgadmin3/pgadmin3-1.22.2.ebuild index efce58f103c..1b47814e56f 100644 --- a/dev-db/pgadmin3/pgadmin3-1.22.2.ebuild +++ b/dev-db/pgadmin3/pgadmin3-1.22.2.ebuild @@ -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"