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 A614A138A1C for ; Sat, 28 Feb 2015 13:27:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A4EDE084C; Sat, 28 Feb 2015 13:27:22 +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 C2212E084C for ; Sat, 28 Feb 2015 13:27:21 +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 CCACD3409B0 for ; Sat, 28 Feb 2015 13:27:20 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2314) id 8B6D112BCB; Sat, 28 Feb 2015 13:27:19 +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/unix-compat: unix-compat-0.4.1.3.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: unix-compat-0.4.1.3.ebuild ChangeLog X-VCS-Directories: dev-haskell/unix-compat X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150228132719.8B6D112BCB@oystercatcher.gentoo.org> Date: Sat, 28 Feb 2015 13:27:19 +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: 9445f793-e27d-4e8c-9415-c76cd8f51702 X-Archives-Hash: a767f2600ffb51e96f614271c5c85bb3 ago 15/02/28 13:27:19 Modified: unix-compat-0.4.1.3.ebuild ChangeLog Log: Stable for ia64, wrt bug #535020 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F) Revision Changes Path 1.9 dev-haskell/unix-compat/unix-compat-0.4.1.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/unix-compat/unix-compat-0.4.1.3.ebuild?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/unix-compat/unix-compat-0.4.1.3.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/unix-compat/unix-compat-0.4.1.3.ebuild?r1=1.8&r2=1.9 Index: unix-compat-0.4.1.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/unix-compat-0.4.1.3.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- unix-compat-0.4.1.3.ebuild 27 Feb 2015 11:18:51 -0000 1.8 +++ unix-compat-0.4.1.3.ebuild 28 Feb 2015 13:27:19 -0000 1.9 @@ -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/unix-compat/unix-compat-0.4.1.3.ebuild,v 1.8 2015/02/27 11:18:51 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/unix-compat-0.4.1.3.ebuild,v 1.9 2015/02/28 13:27:19 ago Exp $ EAPI=5 @@ -15,7 +15,7 @@ LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="alpha amd64 ~ia64 ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" IUSE="old-time" RDEPEND=">=dev-lang/ghc-7.4.1:= 1.35 dev-haskell/unix-compat/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/unix-compat/ChangeLog?rev=1.35&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/unix-compat/ChangeLog?rev=1.35&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/unix-compat/ChangeLog?r1=1.34&r2=1.35 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/ChangeLog,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- ChangeLog 27 Feb 2015 11:18:51 -0000 1.34 +++ ChangeLog 28 Feb 2015 13:27:19 -0000 1.35 @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/unix-compat # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/ChangeLog,v 1.34 2015/02/27 11:18:51 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/ChangeLog,v 1.35 2015/02/28 13:27:19 ago Exp $ + + 28 Feb 2015; Agostino Sarubbo unix-compat-0.4.1.3.ebuild: + Stable for ia64, wrt bug #535020 27 Feb 2015; Agostino Sarubbo unix-compat-0.4.1.3.ebuild: Stable for sparc, wrt bug #535020