diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-08-17 18:22:23 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-08-17 18:22:23 +0000 |
commit | 16dad282a43a47d5e627a93191de21a9f8e9204c (patch) | |
tree | 4b3dd642aea26e4eea665131a4d1fd9eb42aef49 /dev-libs | |
parent | Revbump for CVE-2010-2055 wrt bug #332061. Remove old. (diff) | |
download | gentoo-2-16dad282a43a47d5e627a93191de21a9f8e9204c.tar.gz gentoo-2-16dad282a43a47d5e627a93191de21a9f8e9204c.tar.bz2 gentoo-2-16dad282a43a47d5e627a93191de21a9f8e9204c.zip |
Stable on amd64 wrt bug #331541
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libevent/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/libevent/libevent-1.4.14b.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-libs/libevent/ChangeLog b/dev-libs/libevent/ChangeLog index fa1da47e8b49..bf956d74a91b 100644 --- a/dev-libs/libevent/ChangeLog +++ b/dev-libs/libevent/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/libevent # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/ChangeLog,v 1.159 2010/08/10 16:41:36 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/ChangeLog,v 1.160 2010/08/17 18:22:23 hwoarang Exp $ + + 17 Aug 2010; Markos Chandras <hwoarang@gentoo.org> + libevent-1.4.14b.ebuild: + Stable on amd64 wrt bug #331541 10 Aug 2010; Jeroen Roovers <jer@gentoo.org> libevent-1.4.14b.ebuild: Stable for HPPA (bug #331541). diff --git a/dev-libs/libevent/libevent-1.4.14b.ebuild b/dev-libs/libevent/libevent-1.4.14b.ebuild index 348848e2a624..a2635977c9fa 100644 --- a/dev-libs/libevent/libevent-1.4.14b.ebuild +++ b/dev-libs/libevent/libevent-1.4.14b.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-1.4.14b.ebuild,v 1.3 2010/08/10 16:41:36 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-1.4.14b.ebuild,v 1.4 2010/08/17 18:22:23 hwoarang Exp $ inherit autotools @@ -12,7 +12,7 @@ SRC_URI="http://monkey.org/~provos/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="" DEPEND="" |