diff options
author | Andreas Schuerch <nativemad@gentoo.org> | 2015-01-08 15:32:02 +0000 |
---|---|---|
committer | Andreas Schuerch <nativemad@gentoo.org> | 2015-01-08 15:32:02 +0000 |
commit | a7789c70038dcec78fcb0c1df48c5abdb726f2a4 (patch) | |
tree | 90c3c33f0af8c5ccfb90d587efba4f46e2d9b30e /dev-libs/libevent | |
parent | Take an orphaned package. Update to EAPI=5 (diff) | |
download | gentoo-2-a7789c70038dcec78fcb0c1df48c5abdb726f2a4.tar.gz gentoo-2-a7789c70038dcec78fcb0c1df48c5abdb726f2a4.tar.bz2 gentoo-2-a7789c70038dcec78fcb0c1df48c5abdb726f2a4.zip |
x86 stable, see bug 535774
(Portage version: 2.2.14/cvs/Linux i686, signed Manifest commit with key C1DE54B2)
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 e4b09b3596dd..b14326b72887 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.285 2015/01/06 20:24:06 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/ChangeLog,v 1.286 2015/01/08 15:32:02 nativemad Exp $ + + 08 Jan 2015; Andreas Schuerch <nativemad@gentoo.org> libevent-2.0.22.ebuild: + x86 stable, see bug 535774 06 Jan 2015; Jeroen Roovers <jer@gentoo.org> libevent-2.0.22.ebuild: Stable for HPPA (bug #535774). diff --git a/dev-libs/libevent/libevent-2.0.22.ebuild b/dev-libs/libevent/libevent-2.0.22.ebuild index 938d3c10b06d..0b1da59b63d2 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.3 2015/01/06 20:24:06 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-2.0.22.ebuild,v 1.4 2015/01/08 15:32:02 nativemad 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}] )" |