From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-897919-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 D646413832E for <garchives@archives.gentoo.org>; Sat, 20 Aug 2016 21:52:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 360E2E0818; Sat, 20 Aug 2016 21:52:25 +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 B9390E0818 for <gentoo-commits@lists.gentoo.org>; Sat, 20 Aug 2016 21:52:24 +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 ACE7C33FECD for <gentoo-commits@lists.gentoo.org>; Sat, 20 Aug 2016 21:52:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6A1F2457 for <gentoo-commits@lists.gentoo.org>; Sat, 20 Aug 2016 21:52:20 +0000 (UTC) From: "Anthony G. Basile" <blueness@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, "Anthony G. Basile" <blueness@gentoo.org> Message-ID: <1471729935.18f1db592426d020f79847f13ee3cb3d3e979157.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/sqlite3/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-erlang/sqlite3/sqlite3-1.1.5.ebuild X-VCS-Directories: dev-erlang/sqlite3/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 18f1db592426d020f79847f13ee3cb3d3e979157 X-VCS-Branch: master Date: Sat, 20 Aug 2016 21:52:20 +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: 709ae349-96e8-458f-96bb-8a1d27d1267f X-Archives-Hash: a61b2d9d36fb535646e66cf8ff17d418 commit: 18f1db592426d020f79847f13ee3cb3d3e979157 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org> AuthorDate: Sat Aug 20 21:52:02 2016 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Sat Aug 20 21:52:15 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18f1db59 dev-erlang/sqlite3: stabilize 1.1.5 for ppc, bug #587908 Package-Manager: portage-2.2.28 dev-erlang/sqlite3/sqlite3-1.1.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-erlang/sqlite3/sqlite3-1.1.5.ebuild b/dev-erlang/sqlite3/sqlite3-1.1.5.ebuild index da82cbc..6ab5826 100644 --- a/dev-erlang/sqlite3/sqlite3-1.1.5.ebuild +++ b/dev-erlang/sqlite3/sqlite3-1.1.5.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://github.com/processone/${MY_PN}/archive/${PV}.tar.gz LICENSE="ErlPL-1.1" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc x86" +KEYWORDS="amd64 ~arm ~ia64 ppc ~sparc x86" DEPEND=">=dev-lang/erlang-17.1 dev-db/sqlite:3"