diff options
author | 2011-08-05 21:14:10 +0000 | |
---|---|---|
committer | 2011-08-05 21:14:10 +0000 | |
commit | acec62512a9594c4d5030b2add56b2aea29f3315 (patch) | |
tree | 74c78240e018ddff2c924998dc159995304e1690 /sys-apps/haveged | |
parent | Version bump for beta channel release. Fix a misgenerated desktop entry. Remo... (diff) | |
download | gentoo-2-acec62512a9594c4d5030b2add56b2aea29f3315.tar.gz gentoo-2-acec62512a9594c4d5030b2add56b2aea29f3315.tar.bz2 gentoo-2-acec62512a9594c4d5030b2add56b2aea29f3315.zip |
Stable on amd64 wrt bug #368699
(Portage version: 2.2.0_alpha46/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/haveged')
-rw-r--r-- | sys-apps/haveged/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/haveged/haveged-1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/haveged/ChangeLog b/sys-apps/haveged/ChangeLog index f4ca69e3177b..6804edf23a09 100644 --- a/sys-apps/haveged/ChangeLog +++ b/sys-apps/haveged/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/haveged # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/haveged/ChangeLog,v 1.4 2011/05/17 15:11:41 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/haveged/ChangeLog,v 1.5 2011/08/05 21:14:10 hwoarang Exp $ + + 05 Aug 2011; Markos Chandras <hwoarang@gentoo.org> haveged-1.1.ebuild: + Stable on amd64 wrt bug #368699 17 May 2011; Jeremy Olexa <darkside@gentoo.org> haveged-1.1.ebuild: Ebuild Improvements which include using a more robust test suite, bug diff --git a/sys-apps/haveged/haveged-1.1.ebuild b/sys-apps/haveged/haveged-1.1.ebuild index 1f8f0d2c2b6c..388c67c4c8d0 100644 --- a/sys-apps/haveged/haveged-1.1.ebuild +++ b/sys-apps/haveged/haveged-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/haveged/haveged-1.1.ebuild,v 1.2 2011/05/17 15:11:41 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/haveged/haveged-1.1.ebuild,v 1.3 2011/08/05 21:14:10 hwoarang 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" |