diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-01-06 13:36:05 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-01-06 13:36:05 +0000 |
commit | 780cb2658c586fb11250b5fba81dbcaefa0c5319 (patch) | |
tree | 8039711803e5df299e22c8ae6d95455bbae5340e /dev-libs | |
parent | conversion -> distutils-r1 (diff) | |
download | gentoo-2-780cb2658c586fb11250b5fba81dbcaefa0c5319.tar.gz gentoo-2-780cb2658c586fb11250b5fba81dbcaefa0c5319.tar.bz2 gentoo-2-780cb2658c586fb11250b5fba81dbcaefa0c5319.zip |
Stable for amd64, wrt bug #535774
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-libs')
-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 2527150adaad..f8e051f4074e 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.283 2015/01/06 10:44:32 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/ChangeLog,v 1.284 2015/01/06 13:36:05 ago Exp $ + + 06 Jan 2015; Agostino Sarubbo <ago@gentoo.org> libevent-2.0.22.ebuild: + Stable for amd64, wrt bug #535774 06 Jan 2015; Jeroen Roovers <jer@gentoo.org> -libevent-2.0.21-r2.ebuild, -libevent-2.1.4-r1.ebuild: diff --git a/dev-libs/libevent/libevent-2.0.22.ebuild b/dev-libs/libevent/libevent-2.0.22.ebuild index 89bf4d4f5d70..56e592c07e2b 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.1 2015/01/06 10:39:56 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-2.0.22.ebuild,v 1.2 2015/01/06 13:36:05 ago 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}] )" |