diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-06-17 21:18:28 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-06-17 21:18:28 +0000 |
commit | 2439e40ec23f30a45f93f805b4763731bc513e93 (patch) | |
tree | 94f90246480280c0d53cc581e7ea64e87cef1b43 /dev-libs/libevent | |
parent | Stable on ppc. (diff) | |
download | historical-2439e40ec23f30a45f93f805b4763731bc513e93.tar.gz historical-2439e40ec23f30a45f93f805b4763731bc513e93.tar.bz2 historical-2439e40ec23f30a45f93f805b4763731bc513e93.zip |
Stable on ppc.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'dev-libs/libevent')
-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="" |