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 4408B13827E for ; Sun, 8 Dec 2013 16:26:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E06AE0984; Sun, 8 Dec 2013 16:26:35 +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 9C0C2E0984 for ; Sun, 8 Dec 2013 16:26:34 +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 8033A33F3C9 for ; Sun, 8 Dec 2013 16:26:33 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2313) id 505AC2004B; Sun, 8 Dec 2013 16:26:32 +0000 (UTC) From: "Johannes Huber (johu)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, johu@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: johu X-VCS-Committer-Name: Johannes Huber Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20131208162632.505AC2004B@flycatcher.gentoo.org> Date: Sun, 8 Dec 2013 16:26:32 +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: 92414cf0-de44-4bea-829e-88fd571f3626 X-Archives-Hash: df7e27c064f713d628946be9368875f6 johu 13/12/08 16:26:32 Modified: ChangeLog tzinfo-1.1.0.ebuild Log: add ~x86, bug #487178 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD) Revision Changes Path 1.124 dev-ruby/tzinfo/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/ChangeLog?rev=1.124&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/ChangeLog?rev=1.124&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/ChangeLog?r1=1.123&r2=1.124 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v retrieving revision 1.123 retrieving revision 1.124 diff -u -r1.123 -r1.124 --- ChangeLog 8 Dec 2013 13:32:30 -0000 1.123 +++ ChangeLog 8 Dec 2013 16:26:32 -0000 1.124 @@ -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.123 2013/12/08 13:32:30 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v 1.124 2013/12/08 16:26:32 johu Exp $ + + 08 Dec 2013; Johannes Huber tzinfo-1.1.0.ebuild: + add ~x86, bug #487178 08 Dec 2013; Johannes Huber tzinfo-0.3.37.ebuild: x86 stable, bug #487180 1.4 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.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/tzinfo-1.1.0.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/tzinfo-1.1.0.ebuild?r1=1.3&r2=1.4 Index: tzinfo-1.1.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/tzinfo-1.1.0.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- tzinfo-1.1.0.ebuild 13 Oct 2013 10:32:21 -0000 1.3 +++ tzinfo-1.1.0.ebuild 8 Dec 2013 16:26:32 -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-ruby/tzinfo/tzinfo-1.1.0.ebuild,v 1.3 2013/10/13 10:32:21 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/tzinfo-1.1.0.ebuild,v 1.4 2013/12/08 16:26:32 johu Exp $ EAPI=5 USE_RUBY="ruby19 ruby20" @@ -16,7 +16,7 @@ LICENSE="MIT" SLOT="1" -KEYWORDS="~amd64 ~arm ~hppa" +KEYWORDS="~amd64 ~arm ~hppa ~x86" IUSE="" RDEPEND="sys-libs/timezone-data"