diff options
author | 2015-01-11 21:07:09 +0000 | |
---|---|---|
committer | 2015-01-11 21:07:09 +0000 | |
commit | bf3d0c6dc6177211abd7764a6c478d1b5a2fd1b4 (patch) | |
tree | ae590cabeb9387f7878c491da4f1374e26febe17 /dev-libs/libevent | |
parent | arm stable, bug #534660 (diff) | |
download | gentoo-2-bf3d0c6dc6177211abd7764a6c478d1b5a2fd1b4.tar.gz gentoo-2-bf3d0c6dc6177211abd7764a6c478d1b5a2fd1b4.tar.bz2 gentoo-2-bf3d0c6dc6177211abd7764a6c478d1b5a2fd1b4.zip |
arm stable, bug #535774
(Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
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 cfc54280eadc..1b9699d8235f 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.288 2015/01/09 12:03:13 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/ChangeLog,v 1.289 2015/01/11 21:07:09 maekke Exp $ + + 11 Jan 2015; Markus Meier <maekke@gentoo.org> libevent-2.0.22.ebuild: + arm stable, bug #535774 09 Jan 2015; Tobias Klausmann <klausman@gentoo.org> libevent-2.0.22.ebuild: Stable on alpha, bug 535774 diff --git a/dev-libs/libevent/libevent-2.0.22.ebuild b/dev-libs/libevent/libevent-2.0.22.ebuild index be147d976703..9c7160cf86f4 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.6 2015/01/09 12:03:13 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-2.0.22.ebuild,v 1.7 2015/01/11 21:07:09 maekke 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}] )" |