diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-10-17 22:10:50 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-10-17 22:10:50 +0000 |
commit | a7b36d538d94a20e17e1bf9f40e329ce15186799 (patch) | |
tree | b191b39480d9ed93a26854be5ecd7f4ef6b9198f /dev-libs/libevent | |
parent | Add fixes from upstream for dmesg stopping with blank newlines #385305 by Max... (diff) | |
download | gentoo-2-a7b36d538d94a20e17e1bf9f40e329ce15186799.tar.gz gentoo-2-a7b36d538d94a20e17e1bf9f40e329ce15186799.tar.bz2 gentoo-2-a7b36d538d94a20e17e1bf9f40e329ce15186799.zip |
Stable on amd64 wrt bug #387423
(Portage version: 2.2.0_alpha68/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/libevent')
-rw-r--r-- | dev-libs/libevent/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libevent/libevent-2.0.14.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libevent/ChangeLog b/dev-libs/libevent/ChangeLog index ed21444ddb90..e0cd3d756958 100644 --- a/dev-libs/libevent/ChangeLog +++ b/dev-libs/libevent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libevent # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/ChangeLog,v 1.193 2011/10/12 16:49:44 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/ChangeLog,v 1.194 2011/10/17 22:10:50 hwoarang Exp $ + + 17 Oct 2011; Markos Chandras <hwoarang@gentoo.org> libevent-2.0.14.ebuild: + Stable on amd64 wrt bug #387423 12 Oct 2011; Jeroen Roovers <jer@gentoo.org> libevent-2.0.15.ebuild: Add USE=ssl and explicitly depend on dev-libs/openssl. diff --git a/dev-libs/libevent/libevent-2.0.14.ebuild b/dev-libs/libevent/libevent-2.0.14.ebuild index 386befeefbc3..aa9d603f08cf 100644 --- a/dev-libs/libevent/libevent-2.0.14.ebuild +++ b/dev-libs/libevent/libevent-2.0.14.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/dev-libs/libevent/libevent-2.0.14.ebuild,v 1.1 2011/09/01 16:06:17 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-2.0.14.ebuild,v 1.2 2011/10/17 22:10:50 hwoarang Exp $ EAPI="2" @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/levent/files/${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 ~sparc-solaris ~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 ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="static-libs test" RDEPEND="!<=dev-libs/9libs-1.0" |