diff options
author | 2012-08-14 09:07:16 +0000 | |
---|---|---|
committer | 2012-08-14 09:07:16 +0000 | |
commit | 2c3f76a0a124ed244aa071a549fc66f53af4c885 (patch) | |
tree | ac6acff41a30ee138dbf7b854560a2b8d8fffa17 /sys-apps/haveged | |
parent | Version bump, bug and security fixes. Thanks hendrik@consetetur.de in bug #42... (diff) | |
download | gentoo-2-2c3f76a0a124ed244aa071a549fc66f53af4c885.tar.gz gentoo-2-2c3f76a0a124ed244aa071a549fc66f53af4c885.tar.bz2 gentoo-2-2c3f76a0a124ed244aa071a549fc66f53af4c885.zip |
Stable for x86, wrt bug #422171
(Portage version: 2.2.0_alpha120/cvs/Linux i686)
Diffstat (limited to 'sys-apps/haveged')
-rw-r--r-- | sys-apps/haveged/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/haveged/haveged-1.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/haveged/ChangeLog b/sys-apps/haveged/ChangeLog index 730d13e7f5fa..f0bf2b5cddd8 100644 --- a/sys-apps/haveged/ChangeLog +++ b/sys-apps/haveged/ChangeLog @@ -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.17 2012/08/03 15:56:22 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/haveged/ChangeLog,v 1.18 2012/08/14 09:07:16 johu Exp $ + + 14 Aug 2012; Johannes Huber <johu@gentoo.org> haveged-1.4.ebuild: + Stable for x86, wrt bug #422171 03 Aug 2012; Agostino Sarubbo <ago@gentoo.org> haveged-1.4.ebuild: Stable for amd64, wrt bug #422171 diff --git a/sys-apps/haveged/haveged-1.4.ebuild b/sys-apps/haveged/haveged-1.4.ebuild index 536e5e909050..f2ab6a91bbe9 100644 --- a/sys-apps/haveged/haveged-1.4.ebuild +++ b/sys-apps/haveged/haveged-1.4.ebuild @@ -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.4.ebuild,v 1.3 2012/08/03 15:56:22 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/haveged/haveged-1.4.ebuild,v 1.4 2012/08/14 09:07:16 johu Exp $ EAPI=4 DESCRIPTION="A simple entropy daemon using the HAVEGE algorithm" @@ -9,7 +9,7 @@ SRC_URI="http://www.issihosts.com/haveged/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND="sys-devel/gcc" |