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 476E9138A1A for ; Sat, 17 Jan 2015 13:40:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F194CE08FF; Sat, 17 Jan 2015 13:40:47 +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 672FEE08D4 for ; Sat, 17 Jan 2015 13:40:47 +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 3A9053407BF for ; Sat, 17 Jan 2015 13:40:46 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2314) id E6DC2FC61; Sat, 17 Jan 2015 13:40:44 +0000 (UTC) From: "Agostino Sarubbo (ago)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ago@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-haskell/utf8-string: utf8-string-0.3.8.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: utf8-string-0.3.8.ebuild ChangeLog X-VCS-Directories: dev-haskell/utf8-string X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150117134044.E6DC2FC61@oystercatcher.gentoo.org> Date: Sat, 17 Jan 2015 13:40:44 +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: ea1b2517-8bee-4b98-a350-600c863fc12b X-Archives-Hash: ab48d6cf900e693b67cea8e14d52ce69 ago 15/01/17 13:40:44 Modified: utf8-string-0.3.8.ebuild ChangeLog Log: Stable for ppc, wrt bug #535022 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F) Revision Changes Path 1.3 dev-haskell/utf8-string/utf8-string-0.3.8.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.8.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.8.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.8.ebuild?r1=1.2&r2=1.3 Index: utf8-string-0.3.8.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.8.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- utf8-string-0.3.8.ebuild 9 Jan 2015 13:49:33 -0000 1.2 +++ utf8-string-0.3.8.ebuild 17 Jan 2015 13:40:44 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.8.ebuild,v 1.2 2015/01/09 13:49:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.8.ebuild,v 1.3 2015/01/17 13:40:44 ago Exp $ EAPI=5 @@ -15,7 +15,7 @@ LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ppc-macos ~x86-macos" +KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ppc-macos ~x86-macos" IUSE="" RDEPEND=">=dev-lang/ghc-7.4.1:= 1.30 dev-haskell/utf8-string/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/utf8-string/ChangeLog?rev=1.30&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/utf8-string/ChangeLog?rev=1.30&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/utf8-string/ChangeLog?r1=1.29&r2=1.30 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- ChangeLog 9 Jan 2015 13:49:33 -0000 1.29 +++ ChangeLog 17 Jan 2015 13:40:44 -0000 1.30 @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/utf8-string # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v 1.29 2015/01/09 13:49:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v 1.30 2015/01/17 13:40:44 ago Exp $ + + 17 Jan 2015; Agostino Sarubbo utf8-string-0.3.8.ebuild: + Stable for ppc, wrt bug #535022 09 Jan 2015; Agostino Sarubbo utf8-string-0.3.8.ebuild: Stable for amd64, wrt bug #535022