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 BE5AA1381F3 for ; Wed, 21 Nov 2012 10:10:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 655EE21C01A; Wed, 21 Nov 2012 10:10:43 +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 DF15421C01A for ; Wed, 21 Nov 2012 10:10:42 +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 0B61133D813 for ; Wed, 21 Nov 2012 10:10:42 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2314) id C974120C65; Wed, 21 Nov 2012 10:10:40 +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 sys-apps/haveged: ChangeLog haveged-1.5.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog haveged-1.5.ebuild X-VCS-Directories: sys-apps/haveged X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20121121101040.C974120C65@flycatcher.gentoo.org> Date: Wed, 21 Nov 2012 10:10:40 +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: 268637c5-feed-4abd-81ac-6fad14c0c668 X-Archives-Hash: bdf84ab55074aa6500979b24eebd88cd ago 12/11/21 10:10:40 Modified: ChangeLog haveged-1.5.ebuild Log: Stable for x86, wrt bug #441506 (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit) Revision Changes Path 1.22 sys-apps/haveged/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/haveged/ChangeLog?rev=1.22&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/haveged/ChangeLog?rev=1.22&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/haveged/ChangeLog?r1=1.21&r2=1.22 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/haveged/ChangeLog,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- ChangeLog 6 Nov 2012 17:06:22 -0000 1.21 +++ ChangeLog 21 Nov 2012 10:10:40 -0000 1.22 @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/haveged # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/haveged/ChangeLog,v 1.21 2012/11/06 17:06:22 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/haveged/ChangeLog,v 1.22 2012/11/21 10:10:40 ago Exp $ + + 21 Nov 2012; Agostino Sarubbo haveged-1.5.ebuild: + Stable for x86, wrt bug #441506 06 Nov 2012; haveged-1.5.ebuild: Stable for amd64, wrt bug #441506 1.3 sys-apps/haveged/haveged-1.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/haveged/haveged-1.5.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/haveged/haveged-1.5.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/haveged/haveged-1.5.ebuild?r1=1.2&r2=1.3 Index: haveged-1.5.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/haveged/haveged-1.5.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- haveged-1.5.ebuild 6 Nov 2012 17:06:22 -0000 1.2 +++ haveged-1.5.ebuild 21 Nov 2012 10:10:40 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/haveged/haveged-1.5.ebuild,v 1.2 2012/11/06 17:06:22 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/haveged/haveged-1.5.ebuild,v 1.3 2012/11/21 10:10:40 ago Exp $ EAPI=4 DESCRIPTION="A simple entropy daemon using the HAVEGE algorithm" @@ -9,7 +9,7 @@ LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND="sys-devel/gcc"