diff options
author | Markus Meier <maekke@gentoo.org> | 2011-07-23 11:30:00 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2011-07-23 11:30:00 +0000 |
commit | 3dd2664c9b410050979f35f2199d70ba042b0dab (patch) | |
tree | fdce05277955faf5a3111cc86be725658db1f2ed /dev-libs/libevent | |
parent | ppc/ppc64 stable wrt #358723 (diff) | |
download | gentoo-2-3dd2664c9b410050979f35f2199d70ba042b0dab.tar.gz gentoo-2-3dd2664c9b410050979f35f2199d70ba042b0dab.tar.bz2 gentoo-2-3dd2664c9b410050979f35f2199d70ba042b0dab.zip |
x86 stable, bug #375097
(Portage version: 2.1.10.7/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.12.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libevent/ChangeLog b/dev-libs/libevent/ChangeLog index f57d554ffea8..91cc4c585f8f 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.180 2011/07/22 18:16:26 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/ChangeLog,v 1.181 2011/07/23 11:30:00 maekke Exp $ + + 23 Jul 2011; Markus Meier <maekke@gentoo.org> libevent-2.0.12.ebuild: + x86 stable, bug #375097 22 Jul 2011; Markos Chandras <hwoarang@gentoo.org> libevent-2.0.12.ebuild: Stable on amd64 wrt bug #375097 diff --git a/dev-libs/libevent/libevent-2.0.12.ebuild b/dev-libs/libevent/libevent-2.0.12.ebuild index 64096593f12a..7dca1dfd1f8e 100644 --- a/dev-libs/libevent/libevent-2.0.12.ebuild +++ b/dev-libs/libevent/libevent-2.0.12.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.12.ebuild,v 1.2 2011/07/22 18:16:26 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-2.0.12.ebuild,v 1.3 2011/07/23 11:30:00 maekke 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 ~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="static-libs test" RDEPEND="!<=dev-libs/9libs-1.0" |