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 72D591381F3 for ; Sun, 15 Sep 2013 15:56:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A414E0AC7; Sun, 15 Sep 2013 15:56:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 952E6E0AC7 for ; Sun, 15 Sep 2013 15:55:59 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 988DA33EB20 for ; Sun, 15 Sep 2013 15:55:58 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2192) id A28002004C; Sun, 15 Sep 2013 15:55:56 +0000 (UTC) From: "Markus Meier (maekke)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, maekke@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/mathjax: ChangeLog mathjax-2.2.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog mathjax-2.2.ebuild X-VCS-Directories: dev-libs/mathjax X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130915155556.A28002004C@flycatcher.gentoo.org> Date: Sun, 15 Sep 2013 15:55:56 +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: 74473cf6-cd40-444d-a2eb-16c4f35a90cc X-Archives-Hash: 2214800219859ff663605a1674702e00 maekke 13/09/15 15:55:56 Modified: ChangeLog mathjax-2.2.ebuild Log: add ~arm, bug #481722 (Portage version: 2.2.1/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062) Revision Changes Path 1.7 dev-libs/mathjax/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mathjax/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mathjax/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mathjax/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/mathjax/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 25 Jun 2013 12:57:17 -0000 1.6 +++ ChangeLog 15 Sep 2013 15:55:56 -0000 1.7 @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/mathjax # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/mathjax/ChangeLog,v 1.6 2013/06/25 12:57:17 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/mathjax/ChangeLog,v 1.7 2013/09/15 15:55:56 maekke Exp $ + + 15 Sep 2013; Markus Meier mathjax-2.2.ebuild: + add ~arm, bug #481722 25 Jun 2013; Agostino Sarubbo mathjax-2.2.ebuild: Stable for amd64, wrt bug #474410 1.4 dev-libs/mathjax/mathjax-2.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mathjax/mathjax-2.2.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mathjax/mathjax-2.2.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mathjax/mathjax-2.2.ebuild?r1=1.3&r2=1.4 Index: mathjax-2.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/mathjax/mathjax-2.2.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- mathjax-2.2.ebuild 25 Jun 2013 12:57:17 -0000 1.3 +++ mathjax-2.2.ebuild 15 Sep 2013 15:55:56 -0000 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/mathjax/mathjax-2.2.ebuild,v 1.3 2013/06/25 12:57:17 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/mathjax/mathjax-2.2.ebuild,v 1.4 2013/09/15 15:55:56 maekke Exp $ EAPI=5 @@ -10,7 +10,7 @@ LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux" IUSE="doc examples" RESTRICT="binchecks"