diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-10-11 14:59:46 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-10-11 14:59:46 +0000 |
commit | 32cf35b17e6738eb9ad9936908d61361b8ebeb4a (patch) | |
tree | b96db1513a48ef0749a61f485aab38f8b0d0861f /dev-libs | |
parent | Stable for HPPA (bug #437746). (diff) | |
download | gentoo-2-32cf35b17e6738eb9ad9936908d61361b8ebeb4a.tar.gz gentoo-2-32cf35b17e6738eb9ad9936908d61361b8ebeb4a.tar.bz2 gentoo-2-32cf35b17e6738eb9ad9936908d61361b8ebeb4a.zip |
Stable for HPPA (bug #437766).
(Portage version: 2.2.0_alpha137/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libevent/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libevent/libevent-2.0.20.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libevent/ChangeLog b/dev-libs/libevent/ChangeLog index d21921e2d571..7d5793a9f12f 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.237 2012/10/10 18:27:15 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/ChangeLog,v 1.238 2012/10/11 14:59:46 jer Exp $ + + 11 Oct 2012; Jeroen Roovers <jer@gentoo.org> libevent-2.0.20.ebuild: + Stable for HPPA (bug #437766). 10 Oct 2012; Anthony G. Basile <blueness@gentoo.org> libevent-2.0.20.ebuild: stable arm ppc ppc64, bug #437766 diff --git a/dev-libs/libevent/libevent-2.0.20.ebuild b/dev-libs/libevent/libevent-2.0.20.ebuild index 8c088c830f86..6b932952f0f1 100644 --- a/dev-libs/libevent/libevent-2.0.20.ebuild +++ b/dev-libs/libevent/libevent-2.0.20.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.20.ebuild,v 1.3 2012/10/10 10:20:07 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-2.0.20.ebuild,v 1.4 2012/10/11 14:59:46 jer 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 ~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 )" |