diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2009-08-29 15:47:30 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2009-08-29 15:47:30 +0000 |
commit | f4a1f5175982ad162c15ae4c4a04b49ab802ca63 (patch) | |
tree | 226582053589ab3c76c87f1f168e81bba3a68315 /dev-libs/libevent | |
parent | Drop dep on libstdc++-v3. No longer needed. By bug #282128. Thanks to [Ernico... (diff) | |
download | gentoo-2-f4a1f5175982ad162c15ae4c4a04b49ab802ca63.tar.gz gentoo-2-f4a1f5175982ad162c15ae4c4a04b49ab802ca63.tar.bz2 gentoo-2-f4a1f5175982ad162c15ae4c4a04b49ab802ca63.zip |
Stable on alpha, bug #281475
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/libevent')
-rw-r--r-- | dev-libs/libevent/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/libevent/libevent-1.4.12.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-libs/libevent/ChangeLog b/dev-libs/libevent/ChangeLog index 24440780a9fe..c90525d72df8 100644 --- a/dev-libs/libevent/ChangeLog +++ b/dev-libs/libevent/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/libevent # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/ChangeLog,v 1.128 2009/08/26 13:53:44 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/ChangeLog,v 1.129 2009/08/29 15:47:30 klausman Exp $ + + 29 Aug 2009; Tobias Klausmann <klausman@gentoo.org> + libevent-1.4.12.ebuild: + Stable on alpha, bug #281475 26 Aug 2009; Jeroen Roovers <jer@gentoo.org> libevent-1.4.12.ebuild: Stable for HPPA (bug #281475). diff --git a/dev-libs/libevent/libevent-1.4.12.ebuild b/dev-libs/libevent/libevent-1.4.12.ebuild index 25cb046763f2..f73eeb3b55dc 100644 --- a/dev-libs/libevent/libevent-1.4.12.ebuild +++ b/dev-libs/libevent/libevent-1.4.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-1.4.12.ebuild,v 1.2 2009/08/26 13:53:44 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-1.4.12.ebuild,v 1.3 2009/08/29 15:47:30 klausman Exp $ inherit autotools @@ -12,7 +12,7 @@ SRC_URI="http://monkey.org/~provos/${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" +KEYWORDS="alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" IUSE="" DEPEND="" |