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 C932213832E for ; Sat, 20 Aug 2016 03:11:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D18421C08A; Sat, 20 Aug 2016 03:11:11 +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 4F02F21C08A for ; Sat, 20 Aug 2016 03:11:08 +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 B89CC340754 for ; Sat, 20 Aug 2016 03:11:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 17DEE2475 for ; Sat, 20 Aug 2016 03:11:03 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1471662642.dfcb0cae50876a903d488d6a4a99a6e3bb008e26.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/p1_oauth2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-erlang/p1_oauth2/p1_oauth2-0.6.1.ebuild X-VCS-Directories: dev-erlang/p1_oauth2/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: dfcb0cae50876a903d488d6a4a99a6e3bb008e26 X-VCS-Branch: master Date: Sat, 20 Aug 2016 03:11:03 +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: b15aad29-6120-4a04-8824-b2c16bd4bf05 X-Archives-Hash: e1b9d8a38c44679c1b19aa2272d4468c commit: dfcb0cae50876a903d488d6a4a99a6e3bb008e26 Author: Matthias Maier gentoo org> AuthorDate: Sat Aug 20 03:02:30 2016 +0000 Commit: Matthias Maier gentoo org> CommitDate: Sat Aug 20 03:10:42 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfcb0cae dev-erlang/p1_oauth2: stabilize 0.6.1 on amd64/x86, bug #587908 Package-Manager: portage-2.2.28 dev-erlang/p1_oauth2/p1_oauth2-0.6.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-erlang/p1_oauth2/p1_oauth2-0.6.1.ebuild b/dev-erlang/p1_oauth2/p1_oauth2-0.6.1.ebuild index b5fad71..5c46019 100644 --- a/dev-erlang/p1_oauth2/p1_oauth2-0.6.1.ebuild +++ b/dev-erlang/p1_oauth2/p1_oauth2-0.6.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc x86" IUSE="test" CDEPEND=">=dev-lang/erlang-17.1"