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 CA74A1382C5 for ; Wed, 14 Feb 2018 16:45:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 576E2E0BDB; Wed, 14 Feb 2018 16:45:10 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 3063CE0BD8 for ; Wed, 14 Feb 2018 16:45:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E28E1335CB6 for ; Wed, 14 Feb 2018 13:50:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8FEAF211 for ; Wed, 14 Feb 2018 13:50:08 +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: <1518616187.08eb4b9275eb77d7a5953c58fa8042c139e66d0e.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-postgresql/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-eselect/eselect-postgresql/eselect-postgresql-2.3.ebuild X-VCS-Directories: app-eselect/eselect-postgresql/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 08eb4b9275eb77d7a5953c58fa8042c139e66d0e X-VCS-Branch: master Date: Wed, 14 Feb 2018 13:50:08 +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: 5a51ee48-e451-47ae-8c40-317221b20747 X-Archives-Hash: b616e791845b0addd1b7c248246fdf76 commit: 08eb4b9275eb77d7a5953c58fa8042c139e66d0e Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Feb 14 13:41:22 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Feb 14 13:49:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08eb4b92 app-eselect/eselect-postgresql: x86 stable (bug #647554) Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-eselect/eselect-postgresql/eselect-postgresql-2.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-eselect/eselect-postgresql/eselect-postgresql-2.3.ebuild b/app-eselect/eselect-postgresql/eselect-postgresql-2.3.ebuild index f15a7b3400e..90af64fe822 100644 --- a/app-eselect/eselect-postgresql/eselect-postgresql-2.3.ebuild +++ b/app-eselect/eselect-postgresql/eselect-postgresql-2.3.ebuild @@ -8,7 +8,7 @@ HOMEPAGE="https://www.gentoo.org/" SRC_URI="https://dev.gentoo.org/~titanofold/${P}.tbz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris" RDEPEND="app-admin/eselect"