diff options
author | Andreas Schuerch <nativemad@gentoo.org> | 2011-10-04 13:08:06 +0000 |
---|---|---|
committer | Andreas Schuerch <nativemad@gentoo.org> | 2011-10-04 13:08:06 +0000 |
commit | dd1af2500a89a1093394956b730a24b9d42fb0aa (patch) | |
tree | 041667a8ee8eed8a58842aed9790002a560f2a96 /dev-libs/libevent | |
parent | Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo & Elij... (diff) | |
download | gentoo-2-dd1af2500a89a1093394956b730a24b9d42fb0aa.tar.gz gentoo-2-dd1af2500a89a1093394956b730a24b9d42fb0aa.tar.bz2 gentoo-2-dd1af2500a89a1093394956b730a24b9d42fb0aa.zip |
x86 stabe, thanks Myckel and JD. Bug 474065
(Portage version: 2.1.10.11/cvs/Linux i686)
Diffstat (limited to 'dev-libs/libevent')
-rw-r--r-- | dev-libs/libevent/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libevent/libevent-2.0.13.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libevent/ChangeLog b/dev-libs/libevent/ChangeLog index c765b46146fc..0b79060b74a1 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.188 2011/09/30 21:15:17 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/ChangeLog,v 1.189 2011/10/04 13:08:06 nativemad Exp $ + + 04 Oct 2011; Andreas Schuerch <nativemad@gentoo.org> libevent-2.0.13.ebuild: + x86 stabe, thanks Myckel and JD. Bug 474065 30 Sep 2011; Steve Dibb <beandog@gentoo.org> libevent-2.0.13.ebuild: amd64 stable, security bug 384549 diff --git a/dev-libs/libevent/libevent-2.0.13.ebuild b/dev-libs/libevent/libevent-2.0.13.ebuild index bcf4875629c3..1b738094ca82 100644 --- a/dev-libs/libevent/libevent-2.0.13.ebuild +++ b/dev-libs/libevent/libevent-2.0.13.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.13.ebuild,v 1.3 2011/09/30 21:15:17 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-2.0.13.ebuild,v 1.4 2011/10/04 13:08:06 nativemad 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" |