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 687DF1383D3 for ; Tue, 1 Sep 2015 15:58:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8E50141C9; Tue, 1 Sep 2015 15:58:13 +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 5EE03141C9 for ; Tue, 1 Sep 2015 15:58:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2F3BB340E7D for ; Tue, 1 Sep 2015 15:58:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A9B4114 for ; Tue, 1 Sep 2015 15:58:08 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1441123084.ff748bd484d00c170f988dcc6a2f5763af5d8bfd.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/jansson/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/jansson/jansson-2.7.ebuild X-VCS-Directories: dev-libs/jansson/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: ff748bd484d00c170f988dcc6a2f5763af5d8bfd X-VCS-Branch: master Date: Tue, 1 Sep 2015 15:58:08 +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: 6ffbe4b5-a3ec-40d4-909a-010f34ef1c12 X-Archives-Hash: 4809a55bbe76bb1eca1feffbfc78e2ce commit: ff748bd484d00c170f988dcc6a2f5763af5d8bfd Author: Markus Meier gentoo org> AuthorDate: Tue Sep 1 15:58:04 2015 +0000 Commit: Markus Meier gentoo org> CommitDate: Tue Sep 1 15:58:04 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff748bd4 dev-libs/jansson: arm stable, bug #501082 Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="arm" dev-libs/jansson/jansson-2.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/jansson/jansson-2.7.ebuild b/dev-libs/jansson/jansson-2.7.ebuild index b1cc277..97813b3 100644 --- a/dev-libs/jansson/jansson-2.7.ebuild +++ b/dev-libs/jansson/jansson-2.7.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://www.digip.org/jansson/releases/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86" +KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86" IUSE="doc static-libs" DEPEND="doc? ( >=dev-python/sphinx-1.0.4 )"