diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-01-16 08:08:37 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-01-16 08:08:37 +0000 |
commit | 3753db899d91b12d84bbd0da164863c9d94fb6d0 (patch) | |
tree | 50e6609b027017c5ee58af114dbd1747a178ee41 /dev-libs/libevent | |
parent | Stable for ia64, wrt bug #534106 (diff) | |
download | gentoo-2-3753db899d91b12d84bbd0da164863c9d94fb6d0.tar.gz gentoo-2-3753db899d91b12d84bbd0da164863c9d94fb6d0.tar.bz2 gentoo-2-3753db899d91b12d84bbd0da164863c9d94fb6d0.zip |
Stable for ia64, wrt bug #535774
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)
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 5892a2630c08..c33b4937184d 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.291 2015/01/14 13:51:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/ChangeLog,v 1.292 2015/01/16 08:08:37 ago Exp $ + + 16 Jan 2015; Agostino Sarubbo <ago@gentoo.org> libevent-2.0.22.ebuild: + Stable for ia64, wrt bug #535774 14 Jan 2015; Agostino Sarubbo <ago@gentoo.org> libevent-2.0.22.ebuild: Stable for ppc64, wrt bug #535774 diff --git a/dev-libs/libevent/libevent-2.0.22.ebuild b/dev-libs/libevent/libevent-2.0.22.ebuild index c4c4cf799c3c..643ac4427e31 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.9 2015/01/14 13:51:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-2.0.22.ebuild,v 1.10 2015/01/16 08:08:37 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}] )" |