From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1DB261387B1 for ; Tue, 22 Sep 2015 05:40:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B33021C002; Tue, 22 Sep 2015 05:40:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 34E0121C002 for ; Tue, 22 Sep 2015 05:40:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 011E033E01A for ; Tue, 22 Sep 2015 05:40:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B6AE1FA for ; Tue, 22 Sep 2015 05:40:42 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1442900439.b720516ae51e1a58fe9d4f1afbafaf26ae433daf.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/erlang/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/erlang/erlang-17.5.ebuild X-VCS-Directories: dev-lang/erlang/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: b720516ae51e1a58fe9d4f1afbafaf26ae433daf X-VCS-Branch: master Date: Tue, 22 Sep 2015 05:40:42 +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: ff3d6297-5d0a-4fb1-9e84-45b06312ded2 X-Archives-Hash: b8b16c3d22523558c9c50390a4afc977 commit: b720516ae51e1a58fe9d4f1afbafaf26ae433daf Author: Jeroen Roovers gentoo org> AuthorDate: Tue Sep 22 05:40:39 2015 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Tue Sep 22 05:40:39 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b720516a dev-lang/erlang: Stable for PPC64 (bug #552444). Package-Manager: portage-2.2.20.1 RepoMan-Options: --ignore-arches dev-lang/erlang/erlang-17.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/erlang/erlang-17.5.ebuild b/dev-lang/erlang/erlang-17.5.ebuild index 069811e..0d9af90 100644 --- a/dev-lang/erlang/erlang-17.5.ebuild +++ b/dev-lang/erlang/erlang-17.5.ebuild @@ -18,7 +18,7 @@ SRC_URI="http://www.erlang.org/download/otp_src_${PV}.tar.gz LICENSE="ErlPL-1.1" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~ia64 ppc ~ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris" +KEYWORDS="alpha amd64 ~arm ~ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris" IUSE="compat-ethread doc emacs halfword hipe java kpoll odbc smp sctp ssl systemd tk wxwidgets" RDEPEND=">=dev-lang/perl-5.6.1