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 74163138334 for ; Thu, 31 Jan 2019 08:49:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BFA22E0A87; Thu, 31 Jan 2019 08:49:21 +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 99798E0A87 for ; Thu, 31 Jan 2019 08:49:21 +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 A6403335D3B for ; Thu, 31 Jan 2019 08:49:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D256535 for ; Thu, 31 Jan 2019 08:49:16 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1548924513.7db111f04a958d4ed1ce6e5c87b938917e3a002f.klausman@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.4.ebuild X-VCS-Directories: app-eselect/eselect-postgresql/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 7db111f04a958d4ed1ce6e5c87b938917e3a002f X-VCS-Branch: master Date: Thu, 31 Jan 2019 08:49:16 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f4088178-a16c-4e38-9e75-4d296f3cadf4 X-Archives-Hash: 3d81779ad2929f403dcaff4cf9674ae4 commit: 7db111f04a958d4ed1ce6e5c87b938917e3a002f Author: Tobias Klausmann gentoo org> AuthorDate: Thu Jan 31 08:48:33 2019 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Thu Jan 31 08:48:33 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7db111f0 app-eselect/eselect-postgresql-2.4-r0: alpha stable Bug: http://bugs.gentoo.org/674330 Signed-off-by: Tobias Klausmann gentoo.org> app-eselect/eselect-postgresql/eselect-postgresql-2.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-eselect/eselect-postgresql/eselect-postgresql-2.4.ebuild b/app-eselect/eselect-postgresql/eselect-postgresql-2.4.ebuild index f02b5dddba6..012bfef0afe 100644 --- a/app-eselect/eselect-postgresql/eselect-postgresql-2.4.ebuild +++ b/app-eselect/eselect-postgresql/eselect-postgresql-2.4.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 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" RDEPEND="app-admin/eselect"