diff options
author | 2005-06-17 21:22:13 +0000 | |
---|---|---|
committer | 2005-06-17 21:22:13 +0000 | |
commit | 0de446724d4e0569a47b9b68a35754f653413b88 (patch) | |
tree | 9f26e3cde5e9dc5f32c0819c136017ba30fd96dd /dev-libs | |
parent | Stable on ppc. (diff) | |
download | gentoo-2-0de446724d4e0569a47b9b68a35754f653413b88.tar.gz gentoo-2-0de446724d4e0569a47b9b68a35754f653413b88.tar.bz2 gentoo-2-0de446724d4e0569a47b9b68a35754f653413b88.zip |
Stable on ppc.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libevent/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libevent/libevent-1.0e.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libevent/ChangeLog b/dev-libs/libevent/ChangeLog index f47d9d081116..d08d7d03d85f 100644 --- a/dev-libs/libevent/ChangeLog +++ b/dev-libs/libevent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libevent # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/ChangeLog,v 1.38 2005/06/09 17:54:07 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/ChangeLog,v 1.39 2005/06/17 21:18:28 hansmi Exp $ + + 17 Jun 2005; Michael Hanselmann <hansmi@gentoo.org> libevent-1.0e.ebuild: + Stable on ppc. 09 Jun 2005; Gustavo Zacarias <gustavoz@gentoo.org> libevent-1.0e.ebuild: Stable on sparc diff --git a/dev-libs/libevent/libevent-1.0e.ebuild b/dev-libs/libevent/libevent-1.0e.ebuild index f5a35dda73ef..9b6a9cfe2790 100644 --- a/dev-libs/libevent/libevent-1.0e.ebuild +++ b/dev-libs/libevent/libevent-1.0e.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-1.0e.ebuild,v 1.4 2005/06/09 17:54:07 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-1.0e.ebuild,v 1.5 2005/06/17 21:18:28 hansmi Exp $ DESCRIPTION="A library to execute a function when a specific event occurs on a file descriptor" HOMEPAGE="http://monkey.org/~provos/libevent/" @@ -8,7 +8,7 @@ SRC_URI="http://monkey.org/~provos/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 sparc x86" IUSE="" RDEPEND="" |