diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-01-04 12:57:50 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-01-04 12:57:50 +0000 |
commit | d39a4605b6b840ab741ee44205c09458f9787717 (patch) | |
tree | 8c11d5b9dca9cc96244253462da1035768b6d415 /dev-libs/libevent | |
parent | Stable for ppc, wrt bug #449826 (diff) | |
download | gentoo-2-d39a4605b6b840ab741ee44205c09458f9787717.tar.gz gentoo-2-d39a4605b6b840ab741ee44205c09458f9787717.tar.bz2 gentoo-2-d39a4605b6b840ab741ee44205c09458f9787717.zip |
Stable for ppc, wrt bug #449746
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Diffstat (limited to 'dev-libs/libevent')
-rw-r--r-- | dev-libs/libevent/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/libevent/libevent-2.0.21.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-libs/libevent/ChangeLog b/dev-libs/libevent/ChangeLog index b10237da0af9..bd465e303d30 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.247 2012/12/06 03:58:27 jer Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/ChangeLog,v 1.248 2013/01/04 12:57:50 ago Exp $ + + 04 Jan 2013; Agostino Sarubbo <ago@gentoo.org> libevent-2.0.21.ebuild: + Stable for ppc, wrt bug #449746 06 Dec 2012; Jeroen Roovers <jer@gentoo.org> libevent-2.0.21.ebuild: Marked ~arm ~ppc ~ppc64 (bug #446118). diff --git a/dev-libs/libevent/libevent-2.0.21.ebuild b/dev-libs/libevent/libevent-2.0.21.ebuild index 77c5f033330a..7c5a4772d9e3 100644 --- a/dev-libs/libevent/libevent-2.0.21.ebuild +++ b/dev-libs/libevent/libevent-2.0.21.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-2.0.21.ebuild,v 1.4 2012/12/06 03:58:27 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-2.0.21.ebuild,v 1.5 2013/01/04 12:57:50 ago Exp $ EAPI="2" @@ -14,7 +14,7 @@ SRC_URI="mirror://github/${PN}/${PN}/${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 ~x64-freebsd ~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 ~x64-freebsd ~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 )" |