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 1300D1381F3 for ; Mon, 7 Oct 2013 14:16:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A43A8E0BB5; Mon, 7 Oct 2013 14:16:01 +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 43B95E0BB5 for ; Mon, 7 Oct 2013 14:16:01 +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 60FF233EF83 for ; Mon, 7 Oct 2013 14:16:00 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2078) id 23C502004C; Mon, 7 Oct 2013 14:15:59 +0000 (UTC) From: "Jeroen Roovers (jer)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, jer@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: jer X-VCS-Committer-Name: Jeroen Roovers Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20131007141559.23C502004C@flycatcher.gentoo.org> Date: Mon, 7 Oct 2013 14:15:59 +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: 2f25fe12-0642-4dc9-81c2-9ae889ed0483 X-Archives-Hash: c45f22ad6b897d184c65bec5296a547e jer 13/10/07 14:15:59 Modified: ChangeLog tzinfo-1.1.0.ebuild Log: Marked ~hppa (bug #487178). (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613) Revision Changes Path 1.119 dev-ruby/tzinfo/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/ChangeLog?rev=1.119&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/ChangeLog?rev=1.119&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/ChangeLog?r1=1.118&r2=1.119 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v retrieving revision 1.118 retrieving revision 1.119 diff -u -r1.118 -r1.119 --- ChangeLog 7 Oct 2013 07:12:48 -0000 1.118 +++ ChangeLog 7 Oct 2013 14:15:58 -0000 1.119 @@ -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.118 2013/10/07 07:12:48 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v 1.119 2013/10/07 14:15:58 jer Exp $ + + 07 Oct 2013; Jeroen Roovers tzinfo-1.1.0.ebuild: + Marked ~hppa (bug #487178). *tzinfo-1.1.0 (07 Oct 2013) 1.2 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.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/tzinfo-1.1.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/tzinfo-1.1.0.ebuild?r1=1.1&r2=1.2 Index: tzinfo-1.1.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/tzinfo-1.1.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- tzinfo-1.1.0.ebuild 7 Oct 2013 07:12:48 -0000 1.1 +++ tzinfo-1.1.0.ebuild 7 Oct 2013 14:15:58 -0000 1.2 @@ -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.1 2013/10/07 07:12:48 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/tzinfo-1.1.0.ebuild,v 1.2 2013/10/07 14:15:58 jer Exp $ EAPI=5 USE_RUBY="ruby19 ruby20" @@ -16,7 +16,7 @@ LICENSE="MIT" SLOT="1" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~hppa" IUSE="" RDEPEND="sys-libs/timezone-data"