diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-09-15 08:18:35 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-09-15 08:18:35 +0000 |
commit | c1a7a5ff2f76bd8aa0afb8bed3f1e75b31433f46 (patch) | |
tree | 412cba4591f1776158bc55dcab3074c3f8fbcc35 /dev-libs/libevent | |
parent | Stable for sparc, wrt bug #512012 (diff) | |
download | gentoo-2-c1a7a5ff2f76bd8aa0afb8bed3f1e75b31433f46.tar.gz gentoo-2-c1a7a5ff2f76bd8aa0afb8bed3f1e75b31433f46.tar.bz2 gentoo-2-c1a7a5ff2f76bd8aa0afb8bed3f1e75b31433f46.zip |
Stable for sparc, wrt bug #512012
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, 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.21-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libevent/ChangeLog b/dev-libs/libevent/ChangeLog index 6019547e69cb..15fc8bf16b97 100644 --- a/dev-libs/libevent/ChangeLog +++ b/dev-libs/libevent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libevent # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/ChangeLog,v 1.277 2014/08/25 10:57:11 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/ChangeLog,v 1.278 2014/09/15 08:18:35 ago Exp $ + + 15 Sep 2014; Agostino Sarubbo <ago@gentoo.org> libevent-2.0.21-r1.ebuild: + Stable for sparc, wrt bug #512012 25 Aug 2014; Agostino Sarubbo <ago@gentoo.org> libevent-2.0.21-r1.ebuild: Stable for alpha, wrt bug #512012 diff --git a/dev-libs/libevent/libevent-2.0.21-r1.ebuild b/dev-libs/libevent/libevent-2.0.21-r1.ebuild index 800d20d36092..6c4eb3280c34 100644 --- a/dev-libs/libevent/libevent-2.0.21-r1.ebuild +++ b/dev-libs/libevent/libevent-2.0.21-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 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-r1.ebuild,v 1.10 2014/08/25 10:57:11 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-2.0.21-r1.ebuild,v 1.11 2014/09/15 08:18:35 ago Exp $ EAPI=5 inherit eutils libtool multilib-minimal @@ -13,7 +13,7 @@ SRC_URI="mirror://github/${PN}/${PN}/${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="+ssl static-libs test +threads" DEPEND="ssl? ( >=dev-libs/openssl-1.0.1h-r2[${MULTILIB_USEDEP}] )" |