diff options
author | Santiago M. Mola <coldwind@gentoo.org> | 2008-07-24 10:37:10 +0000 |
---|---|---|
committer | Santiago M. Mola <coldwind@gentoo.org> | 2008-07-24 10:37:10 +0000 |
commit | 4de69b5eff3ec3826eab2a7f0acafa6780976c33 (patch) | |
tree | b8fb3d7a10925c8c20b8ca712da732c72d45f8b3 /dev-libs/libevent | |
parent | amd64 stable wrt bug #232484 (diff) | |
download | gentoo-2-4de69b5eff3ec3826eab2a7f0acafa6780976c33.tar.gz gentoo-2-4de69b5eff3ec3826eab2a7f0acafa6780976c33.tar.bz2 gentoo-2-4de69b5eff3ec3826eab2a7f0acafa6780976c33.zip |
amd64 stable wrt bug #231447
(Portage version: 2.2_rc3/cvs/Linux 2.6.26-gentoo x86_64)
Diffstat (limited to 'dev-libs/libevent')
-rw-r--r-- | dev-libs/libevent/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libevent/libevent-1.4.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libevent/ChangeLog b/dev-libs/libevent/ChangeLog index 566e0824a4f5..4022760e449e 100644 --- a/dev-libs/libevent/ChangeLog +++ b/dev-libs/libevent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libevent # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/ChangeLog,v 1.82 2008/07/17 19:47:28 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/ChangeLog,v 1.83 2008/07/24 10:37:10 coldwind Exp $ + + 24 Jul 2008; Santiago M. Mola <coldwind@gentoo.org> libevent-1.4.4.ebuild: + amd64 stable wrt bug #231447 17 Jul 2008; Markus Rothe <corsair@gentoo.org> libevent-1.4.4.ebuild: Stable on ppc64; bug #231447 diff --git a/dev-libs/libevent/libevent-1.4.4.ebuild b/dev-libs/libevent/libevent-1.4.4.ebuild index 32857fb9993e..e46259e1a56b 100644 --- a/dev-libs/libevent/libevent-1.4.4.ebuild +++ b/dev-libs/libevent/libevent-1.4.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-1.4.4.ebuild,v 1.5 2008/07/17 19:47:28 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-1.4.4.ebuild,v 1.6 2008/07/24 10:37:10 coldwind Exp $ inherit libtool @@ -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 ~sparc-fbsd x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ~ppc ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="" DEPEND="" |