summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2012-07-22 21:01:49 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2012-07-22 21:01:49 +0000
commit01a1af5e05f64d2e873af773fa2c2745100f19f7 (patch)
treec9bc1b15e9eca50dbccbe13230d7771aceae2cba
parentKeyword ~ppc64, bug #381749 (diff)
downloadgentoo-2-01a1af5e05f64d2e873af773fa2c2745100f19f7.tar.gz
gentoo-2-01a1af5e05f64d2e873af773fa2c2745100f19f7.tar.bz2
gentoo-2-01a1af5e05f64d2e873af773fa2c2745100f19f7.zip
Stable on amd64 wrt bug #427126
(Portage version: 2.1.11.9/cvs/Linux x86_64)
-rw-r--r--dev-libs/libevent/ChangeLog5
-rw-r--r--dev-libs/libevent/libevent-2.0.19.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libevent/ChangeLog b/dev-libs/libevent/ChangeLog
index 37a5f7e281dc..6c890f8185ee 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.227 2012/07/20 01:53:21 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/ChangeLog,v 1.228 2012/07/22 21:01:49 hwoarang Exp $
+
+ 22 Jul 2012; Markos Chandras <hwoarang@gentoo.org> libevent-2.0.19.ebuild:
+ Stable on amd64 wrt bug #427126
20 Jul 2012; Anthony G. Basile <blueness@gentoo.org> libevent-2.0.19.ebuild:
Stable ppc/ppc64
diff --git a/dev-libs/libevent/libevent-2.0.19.ebuild b/dev-libs/libevent/libevent-2.0.19.ebuild
index 9412f1218df6..f3d34339b8ba 100644
--- a/dev-libs/libevent/libevent-2.0.19.ebuild
+++ b/dev-libs/libevent/libevent-2.0.19.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.19.ebuild,v 1.4 2012/07/20 01:53:21 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-2.0.19.ebuild,v 1.5 2012/07/22 21:01:49 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 ~amd64-fbsd ~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 ~amd64-fbsd ~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 )"