diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-01-09 03:40:03 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-01-09 03:40:03 +0000 |
commit | dbf122f8a71e1d0d3a0b16d4850e0b76cd7b403b (patch) | |
tree | 398412e4f7350799349472448a2986864b8ae261 /dev-libs/libevent | |
parent | Add lots of upstream patches: fix browser plugin on chromium and epiphany, fi... (diff) | |
download | gentoo-2-dbf122f8a71e1d0d3a0b16d4850e0b76cd7b403b.tar.gz gentoo-2-dbf122f8a71e1d0d3a0b16d4850e0b76cd7b403b.tar.bz2 gentoo-2-dbf122f8a71e1d0d3a0b16d4850e0b76cd7b403b.zip |
Stable for HPPA (bug #397483).
(Portage version: 2.2.0_alpha84/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.16.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libevent/ChangeLog b/dev-libs/libevent/ChangeLog index a755c39a37ad..c1568f27541e 100644 --- a/dev-libs/libevent/ChangeLog +++ b/dev-libs/libevent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libevent # 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/ChangeLog,v 1.203 2012/01/09 03:40:03 jer Exp $ + + 09 Jan 2012; Jeroen Roovers <jer@gentoo.org> libevent-2.0.16.ebuild: + Stable for HPPA (bug #397483). 08 Jan 2012; Markos Chandras <hwoarang@gentoo.org> libevent-2.0.16.ebuild: Stable on amd64 wrt bug #397483 diff --git a/dev-libs/libevent/libevent-2.0.16.ebuild b/dev-libs/libevent/libevent-2.0.16.ebuild index 49ead0c17d5e..2a7c437966c3 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-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.4 2012/01/08 02:00:14 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-2.0.16.ebuild,v 1.5 2012/01/09 03:40:03 jer 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 )" |