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 82D5D1381F3 for ; Sun, 13 Oct 2013 10:32:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19C56E09CB; Sun, 13 Oct 2013 10:32:24 +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 A0E9DE09CB for ; Sun, 13 Oct 2013 10:32:23 +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 BD50D33EF65 for ; Sun, 13 Oct 2013 10:32:22 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2192) id 88EA92004E; Sun, 13 Oct 2013 10:32:21 +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-ruby/tzinfo: ChangeLog tzinfo-1.1.0.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog tzinfo-1.1.0.ebuild X-VCS-Directories: dev-ruby/tzinfo X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20131013103221.88EA92004E@flycatcher.gentoo.org> Date: Sun, 13 Oct 2013 10:32:21 +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: 01457095-ad63-4bd7-835b-e33b98d77952 X-Archives-Hash: 8900e5ae2c565881445936371d8829c2 maekke 13/10/13 10:32:21 Modified: ChangeLog tzinfo-1.1.0.ebuild Log: add ~arm, bug #487178 (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062) Revision Changes Path 1.120 dev-ruby/tzinfo/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/ChangeLog?rev=1.120&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/ChangeLog?rev=1.120&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/ChangeLog?r1=1.119&r2=1.120 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v retrieving revision 1.119 retrieving revision 1.120 diff -u -r1.119 -r1.120 --- ChangeLog 7 Oct 2013 14:15:58 -0000 1.119 +++ ChangeLog 13 Oct 2013 10:32:21 -0000 1.120 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/tzinfo # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v 1.119 2013/10/07 14:15:58 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v 1.120 2013/10/13 10:32:21 maekke Exp $ + + 13 Oct 2013; Markus Meier tzinfo-1.1.0.ebuild: + add ~arm, bug #487178 07 Oct 2013; Jeroen Roovers tzinfo-1.1.0.ebuild: Marked ~hppa (bug #487178). 1.3 dev-ruby/tzinfo/tzinfo-1.1.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/tzinfo-1.1.0.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/tzinfo-1.1.0.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/tzinfo-1.1.0.ebuild?r1=1.2&r2=1.3 Index: tzinfo-1.1.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/tzinfo-1.1.0.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- tzinfo-1.1.0.ebuild 7 Oct 2013 14:15:58 -0000 1.2 +++ tzinfo-1.1.0.ebuild 13 Oct 2013 10:32:21 -0000 1.3 @@ -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-ruby/tzinfo/tzinfo-1.1.0.ebuild,v 1.2 2013/10/07 14:15:58 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/tzinfo-1.1.0.ebuild,v 1.3 2013/10/13 10:32:21 maekke Exp $ EAPI=5 USE_RUBY="ruby19 ruby20" @@ -16,7 +16,7 @@ LICENSE="MIT" SLOT="1" -KEYWORDS="~amd64 ~hppa" +KEYWORDS="~amd64 ~arm ~hppa" IUSE="" RDEPEND="sys-libs/timezone-data"