From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-897597-garchives=archives.gentoo.org@lists.gentoo.org> 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 410A513832E for <garchives@archives.gentoo.org>; Thu, 18 Aug 2016 19:34:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9FC3321C012; Thu, 18 Aug 2016 19:33:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4195921C012 for <gentoo-commits@lists.gentoo.org>; Thu, 18 Aug 2016 19:33:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8FE5C33BF11 for <gentoo-commits@lists.gentoo.org>; Thu, 18 Aug 2016 19:33:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A8BE7D8 for <gentoo-commits@lists.gentoo.org>; Thu, 18 Aug 2016 19:33:54 +0000 (UTC) From: "Markus Meier" <maekke@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" <maekke@gentoo.org> Message-ID: <1471548818.545701b43e9d5f0c1687440abefa57b3b94f9fe3.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/postgresql/postgresql-9.1.23.ebuild X-VCS-Directories: dev-db/postgresql/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: 545701b43e9d5f0c1687440abefa57b3b94f9fe3 X-VCS-Branch: master Date: Thu, 18 Aug 2016 19:33:54 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: db4321a1-6b22-4928-917b-de6f81745213 X-Archives-Hash: 0cefa7ae1be029e0078ca1b25ef781f9 commit: 545701b43e9d5f0c1687440abefa57b3b94f9fe3 Author: Markus Meier <maekke <AT> gentoo <DOT> org> AuthorDate: Thu Aug 18 19:33:38 2016 +0000 Commit: Markus Meier <maekke <AT> gentoo <DOT> org> CommitDate: Thu Aug 18 19:33:38 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=545701b4 dev-db/postgresql: arm stable, bug #591052 Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="arm" dev-db/postgresql/postgresql-9.1.23.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/postgresql/postgresql-9.1.23.ebuild b/dev-db/postgresql/postgresql-9.1.23.ebuild index a728f51..a226c27 100644 --- a/dev-db/postgresql/postgresql-9.1.23.ebuild +++ b/dev-db/postgresql/postgresql-9.1.23.ebuild @@ -13,7 +13,7 @@ PYTHON_COMPAT=( python{2_7,3_4} ) inherit eutils flag-o-matic linux-info multilib pam prefix python-single-r1 \ systemd user versionator -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris" SLOT="$(get_version_component_range 1-2)"