diff options
author | Markus Rothe <corsair@gentoo.org> | 2008-05-25 07:06:31 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2008-05-25 07:06:31 +0000 |
commit | 340ad6803b58dac3be78510c13423c0f9ed81f52 (patch) | |
tree | 9c6ede7bac347c95f4f4b0ab86b627b03b08fef4 /dev-libs | |
parent | Stable on ppc64; bug #223243 (diff) | |
download | gentoo-2-340ad6803b58dac3be78510c13423c0f9ed81f52.tar.gz gentoo-2-340ad6803b58dac3be78510c13423c0f9ed81f52.tar.bz2 gentoo-2-340ad6803b58dac3be78510c13423c0f9ed81f52.zip |
Stable on ppc64; bug #223369
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libevent/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libevent/libevent-1.4.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libevent/ChangeLog b/dev-libs/libevent/ChangeLog index 06464aabb7b0..66b5d4fa0a44 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.76 2008/05/24 16:45:58 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/ChangeLog,v 1.77 2008/05/25 07:06:31 corsair Exp $ + + 25 May 2008; Markus Rothe <corsair@gentoo.org> libevent-1.4.3.ebuild: + Stable on ppc64; bug #223369 24 May 2008; nixnut <nixnut@gentoo.org> libevent-1.4.3.ebuild: Stable on ppc wrt bug 223369 diff --git a/dev-libs/libevent/libevent-1.4.3.ebuild b/dev-libs/libevent/libevent-1.4.3.ebuild index 9e021663f98e..2d4eb9d3dc7e 100644 --- a/dev-libs/libevent/libevent-1.4.3.ebuild +++ b/dev-libs/libevent/libevent-1.4.3.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.3.ebuild,v 1.6 2008/05/24 16:45:58 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-1.4.3.ebuild,v 1.7 2008/05/25 07:06:31 corsair 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="" |