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 C1F86139694 for ; Tue, 21 Feb 2017 05:57:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB0F121C038; Tue, 21 Feb 2017 05:57:51 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AC06121C038 for ; Tue, 21 Feb 2017 05:57:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A01F3341236 for ; Tue, 21 Feb 2017 05:57:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF9364F34 for ; Tue, 21 Feb 2017 05:57:48 +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: <1487656545.16bf0807dbd56d3a078ed75e1afb1125e536a5e4.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/cl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/cl/cl-1.2.3.ebuild X-VCS-Directories: dev-libs/cl/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 16bf0807dbd56d3a078ed75e1afb1125e536a5e4 X-VCS-Branch: master Date: Tue, 21 Feb 2017 05:57:48 +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: dc78bc88-e63b-464d-b2f7-d117f4e7d9ae X-Archives-Hash: 539546edb174f48fa3e4f08f6b55def8 commit: 16bf0807dbd56d3a078ed75e1afb1125e536a5e4 Author: Jeroen Roovers gentoo org> AuthorDate: Tue Feb 21 05:55:45 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Tue Feb 21 05:55:45 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16bf0807 dev-libs/cl: Stable for AMD64 x86 (bug #590052). Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches dev-libs/cl/cl-1.2.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/cl/cl-1.2.3.ebuild b/dev-libs/cl/cl-1.2.3.ebuild index fbcb5bd67a..cb24a1dc7c 100644 --- a/dev-libs/cl/cl-1.2.3.ebuild +++ b/dev-libs/cl/cl-1.2.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-libs/esdl/esdl-1.2.ebuild,v 1.1 2013/02/12 14:41:54 george Exp $ @@ -11,7 +11,7 @@ SRC_URI="${HOMEPAGE}/archive/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" RDEPEND=" >=dev-lang/erlang-16