diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2015-01-09 12:03:13 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2015-01-09 12:03:13 +0000 |
commit | 0dae2f5c0ea3c6d1a90559affc14aef03b31d065 (patch) | |
tree | df23eaa0429fd7af71c5f78f6808bd714916c7bc /dev-libs/libevent | |
parent | version bump (diff) | |
download | gentoo-2-0dae2f5c0ea3c6d1a90559affc14aef03b31d065.tar.gz gentoo-2-0dae2f5c0ea3c6d1a90559affc14aef03b31d065.tar.bz2 gentoo-2-0dae2f5c0ea3c6d1a90559affc14aef03b31d065.zip |
Stable on alpha, bug 535774
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8)
Diffstat (limited to 'dev-libs/libevent')
-rw-r--r-- | dev-libs/libevent/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libevent/libevent-2.0.22.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libevent/ChangeLog b/dev-libs/libevent/ChangeLog index c987c799592a..cfc54280eadc 100644 --- a/dev-libs/libevent/ChangeLog +++ b/dev-libs/libevent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libevent # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/ChangeLog,v 1.287 2015/01/09 08:38:21 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/ChangeLog,v 1.288 2015/01/09 12:03:13 klausman Exp $ + + 09 Jan 2015; Tobias Klausmann <klausman@gentoo.org> libevent-2.0.22.ebuild: + Stable on alpha, bug 535774 09 Jan 2015; Agostino Sarubbo <ago@gentoo.org> libevent-2.0.22.ebuild: Stable for ppc, wrt bug #535774 diff --git a/dev-libs/libevent/libevent-2.0.22.ebuild b/dev-libs/libevent/libevent-2.0.22.ebuild index dc622f51c606..be147d976703 100644 --- a/dev-libs/libevent/libevent-2.0.22.ebuild +++ b/dev-libs/libevent/libevent-2.0.22.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-2.0.22.ebuild,v 1.5 2015/01/09 08:38:21 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-2.0.22.ebuild,v 1.6 2015/01/09 12:03:13 klausman Exp $ EAPI=5 inherit eutils libtool multilib-minimal @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/levent/files/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 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 ~arm64 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="debug +ssl static-libs test +threads" DEPEND="ssl? ( >=dev-libs/openssl-1.0.1h-r2[${MULTILIB_USEDEP}] )" |