diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2012-01-08 02:00:14 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2012-01-08 02:00:14 +0000 |
commit | 260b3cc3749a0dc2ba18924190d7ddef0ae1c718 (patch) | |
tree | b765fedaf2f46e1c3b9bdb06e36193bfcf217358 /dev-libs | |
parent | qt-4.8.0_rc is no more (diff) | |
download | gentoo-2-260b3cc3749a0dc2ba18924190d7ddef0ae1c718.tar.gz gentoo-2-260b3cc3749a0dc2ba18924190d7ddef0ae1c718.tar.bz2 gentoo-2-260b3cc3749a0dc2ba18924190d7ddef0ae1c718.zip |
Stable on amd64 wrt bug #397483
(Portage version: 2.2.0_alpha82/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libevent/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/libevent/libevent-2.0.16.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-libs/libevent/ChangeLog b/dev-libs/libevent/ChangeLog index d6a87dca6665..a755c39a37ad 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.201 2011/12/08 19:05:26 vapier Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/ChangeLog,v 1.202 2012/01/08 02:00:14 hwoarang Exp $ + + 08 Jan 2012; Markos Chandras <hwoarang@gentoo.org> libevent-2.0.16.ebuild: + Stable on amd64 wrt bug #397483 08 Dec 2011; Mike Frysinger <vapier@gentoo.org> libevent-2.0.16.ebuild, +files/libevent-2.0.16-sysctl.patch: diff --git a/dev-libs/libevent/libevent-2.0.16.ebuild b/dev-libs/libevent/libevent-2.0.16.ebuild index 72173214f4ae..49ead0c17d5e 100644 --- a/dev-libs/libevent/libevent-2.0.16.ebuild +++ b/dev-libs/libevent/libevent-2.0.16.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-2.0.16.ebuild,v 1.3 2011/12/08 19:05:26 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-2.0.16.ebuild,v 1.4 2012/01/08 02:00:14 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="+ssl static-libs test" DEPEND="ssl? ( dev-libs/openssl )" |