diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-05-07 20:20:39 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-05-07 20:20:39 +0000 |
commit | 258657bda80f2f0432fe455d4ca25d6f955d829b (patch) | |
tree | 931fb9b58cf3f56aa8b1816da335048dcde448e4 /dev-libs/libevent | |
parent | stable on ia64 (diff) | |
download | historical-258657bda80f2f0432fe455d4ca25d6f955d829b.tar.gz historical-258657bda80f2f0432fe455d4ca25d6f955d829b.tar.bz2 historical-258657bda80f2f0432fe455d4ca25d6f955d829b.zip |
stable on ia64
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-libs/libevent')
-rw-r--r-- | dev-libs/libevent/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libevent/libevent-1.0c.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libevent/ChangeLog b/dev-libs/libevent/ChangeLog index d5eba8e64b93..49737ced2cdd 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.31 2005/05/07 01:59:50 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/ChangeLog,v 1.32 2005/05/07 20:18:41 agriffis Exp $ + + 07 May 2005; Aron Griffis <agriffis@gentoo.org> libevent-1.0c.ebuild: + stable on ia64 07 May 2005; Gustavo Zacarias <gustavoz@gentoo.org> libevent-1.0c.ebuild: Stable on sparc diff --git a/dev-libs/libevent/libevent-1.0c.ebuild b/dev-libs/libevent/libevent-1.0c.ebuild index 363ee3593dcb..7478dce2f731 100644 --- a/dev-libs/libevent/libevent-1.0c.ebuild +++ b/dev-libs/libevent/libevent-1.0c.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.0c.ebuild,v 1.4 2005/05/07 01:59:50 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-1.0c.ebuild,v 1.5 2005/05/07 20:18:41 agriffis 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="x86 ppc sparc ~mips ~arm ~hppa ~amd64 ~ppc64 ~s390 ~alpha ~ia64" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~mips ppc ~ppc64 ~s390 sparc x86" IUSE="" RDEPEND="" |