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 728B31396D9 for ; Sat, 18 Nov 2017 19:43:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D27A5E0DC3; Sat, 18 Nov 2017 19:43:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B109FE0DBB for ; Sat, 18 Nov 2017 19:43:50 +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 88DE533DDA5 for ; Sat, 18 Nov 2017 19:43:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E06469F70 for ; Sat, 18 Nov 2017 19:43:46 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1511034050.ff78df71f0dac67741f5132f329c0f1a1f4de0dc.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/stringprep/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-erlang/stringprep/stringprep-1.0.8.ebuild X-VCS-Directories: dev-erlang/stringprep/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: ff78df71f0dac67741f5132f329c0f1a1f4de0dc X-VCS-Branch: master Date: Sat, 18 Nov 2017 19:43:46 +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: e04b187c-e4ec-4e96-818d-9799dfa595d9 X-Archives-Hash: 893ec1501e770672df6e9aa9f71fbb78 commit: ff78df71f0dac67741f5132f329c0f1a1f4de0dc Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Nov 18 19:40:50 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Nov 18 19:40:50 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff78df71 dev-erlang/stringprep: stable 1.0.8 for ppc, bug #619836 Package-Manager: Portage-2.3.14, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc" dev-erlang/stringprep/stringprep-1.0.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-erlang/stringprep/stringprep-1.0.8.ebuild b/dev-erlang/stringprep/stringprep-1.0.8.ebuild index 7058a27936b..fe4f4d52ac7 100644 --- a/dev-erlang/stringprep/stringprep-1.0.8.ebuild +++ b/dev-erlang/stringprep/stringprep-1.0.8.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz LICENSE="Apache-2.0 tcltk" SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc x86" +KEYWORDS="~amd64 ~arm ~ia64 ppc ~sparc x86" DEPEND=">=dev-erlang/p1_utils-1.0.7 >=dev-lang/erlang-17.1"