diff options
author | 2012-05-27 12:45:59 +0000 | |
---|---|---|
committer | 2012-05-27 12:45:59 +0000 | |
commit | 23de3fb26c592c99665ce3b21fa9bb7f6d053bfe (patch) | |
tree | 88c5e73a382ecf5efb9d6920dcb75b52beeb6aba /dev-libs/libevent | |
parent | Mark 2.8 stable. Remove old. (diff) | |
download | gentoo-2-23de3fb26c592c99665ce3b21fa9bb7f6d053bfe.tar.gz gentoo-2-23de3fb26c592c99665ce3b21fa9bb7f6d053bfe.tar.bz2 gentoo-2-23de3fb26c592c99665ce3b21fa9bb7f6d053bfe.zip |
arm stable, bug #415581
(Portage version: 2.1.10.62/cvs/Linux i686)
Diffstat (limited to 'dev-libs/libevent')
-rw-r--r-- | dev-libs/libevent/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libevent/libevent-2.0.18.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libevent/ChangeLog b/dev-libs/libevent/ChangeLog index 28c24f163473..f28f87339893 100644 --- a/dev-libs/libevent/ChangeLog +++ b/dev-libs/libevent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libevent # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/ChangeLog,v 1.222 2012/05/23 13:02:45 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/ChangeLog,v 1.223 2012/05/27 12:45:59 maekke Exp $ + + 27 May 2012; Markus Meier <maekke@gentoo.org> libevent-2.0.18.ebuild: + arm stable, bug #415581 23 May 2012; Brent Baude <ranger@gentoo.org> libevent-2.0.18.ebuild: Marking libevent-2.0.18 ppc64 for bug 415581 diff --git a/dev-libs/libevent/libevent-2.0.18.ebuild b/dev-libs/libevent/libevent-2.0.18.ebuild index 2d189445386f..c1a6f7e11e87 100644 --- a/dev-libs/libevent/libevent-2.0.18.ebuild +++ b/dev-libs/libevent/libevent-2.0.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-2.0.18.ebuild,v 1.8 2012/05/23 13:02:45 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-2.0.18.ebuild,v 1.9 2012/05/27 12:45:59 maekke Exp $ EAPI="2" @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/levent/files/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="+ssl static-libs test" DEPEND="ssl? ( dev-libs/openssl )" |