diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-02-20 09:54:58 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-02-20 09:54:58 +0000 |
commit | 7fdfa83bc935afb4110cbbdf1205dd481db1e377 (patch) | |
tree | 22c89ece412af0c680e236b14a27b08ed7a950ba /dev-libs | |
parent | Stable for s390, wrt bug #431696 (diff) | |
download | gentoo-2-7fdfa83bc935afb4110cbbdf1205dd481db1e377.tar.gz gentoo-2-7fdfa83bc935afb4110cbbdf1205dd481db1e377.tar.bz2 gentoo-2-7fdfa83bc935afb4110cbbdf1205dd481db1e377.zip |
Stable for s390, wrt bug #449746
(Portage version: 2.1.11.50/cvs/Linux ppc64, 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.21.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libevent/ChangeLog b/dev-libs/libevent/ChangeLog index 753b485566f5..ff00badaa6c5 100644 --- a/dev-libs/libevent/ChangeLog +++ b/dev-libs/libevent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libevent # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/ChangeLog,v 1.256 2013/01/20 10:24:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/ChangeLog,v 1.257 2013/02/20 09:54:58 ago Exp $ + + 20 Feb 2013; Agostino Sarubbo <ago@gentoo.org> libevent-2.0.21.ebuild: + Stable for s390, wrt bug #449746 20 Jan 2013; Agostino Sarubbo <ago@gentoo.org> libevent-2.0.21.ebuild: Stable for alpha, wrt bug #449746 diff --git a/dev-libs/libevent/libevent-2.0.21.ebuild b/dev-libs/libevent/libevent-2.0.21.ebuild index 0b47c954771b..6dd29dd1c559 100644 --- a/dev-libs/libevent/libevent-2.0.21.ebuild +++ b/dev-libs/libevent/libevent-2.0.21.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.ebuild,v 1.13 2013/01/20 10:24:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-2.0.21.ebuild,v 1.14 2013/02/20 09:54:58 ago Exp $ EAPI="2" @@ -14,7 +14,7 @@ SRC_URI="mirror://github/${PN}/${PN}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 arm 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 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" DEPEND="ssl? ( dev-libs/openssl )" |