summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2012-07-20 01:53:21 +0000
committerAnthony G. Basile <blueness@gentoo.org>2012-07-20 01:53:21 +0000
commit6d8bcb767250f7dc97ee8effad224b04f644da12 (patch)
tree24a94cd36387d552b2b83e95ea243b26e0fb90d4 /dev-libs/libevent
parentundo --libdir testing since it breaks with newer portage #427250 and the pack... (diff)
downloadgentoo-2-6d8bcb767250f7dc97ee8effad224b04f644da12.tar.gz
gentoo-2-6d8bcb767250f7dc97ee8effad224b04f644da12.tar.bz2
gentoo-2-6d8bcb767250f7dc97ee8effad224b04f644da12.zip
Stable ppc/ppc64
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/libevent')
-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 21db42adfa8e..37a5f7e281dc 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.226 2012/07/19 06:08:48 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/ChangeLog,v 1.227 2012/07/20 01:53:21 blueness Exp $
+
+ 20 Jul 2012; Anthony G. Basile <blueness@gentoo.org> libevent-2.0.19.ebuild:
+ Stable ppc/ppc64
19 Jul 2012; Jeff Horelick <jdhore@gentoo.org> libevent-2.0.19.ebuild:
marked x86 per bug 427126
diff --git a/dev-libs/libevent/libevent-2.0.19.ebuild b/dev-libs/libevent/libevent-2.0.19.ebuild
index 087f005d88b2..9412f1218df6 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.3 2012/07/19 06:08:47 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-2.0.19.ebuild,v 1.4 2012/07/20 01:53:21 blueness 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 )"