diff options
author | Simon Stelling <blubb@gentoo.org> | 2005-04-01 17:30:10 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2005-04-01 17:30:10 +0000 |
commit | c199d0bb0403da8493efcfa1f21279e2b8585425 (patch) | |
tree | 75829549c853e317af29c6eee5d776d629c6f355 /dev-libs/libevent | |
parent | stable on ia64 (diff) | |
download | historical-c199d0bb0403da8493efcfa1f21279e2b8585425.tar.gz historical-c199d0bb0403da8493efcfa1f21279e2b8585425.tar.bz2 historical-c199d0bb0403da8493efcfa1f21279e2b8585425.zip |
stable amd64
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.0b.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libevent/ChangeLog b/dev-libs/libevent/ChangeLog index 7741d0ea01b3..d836459e6d4c 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.26 2005/04/01 04:32:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/ChangeLog,v 1.27 2005/04/01 17:26:07 blubb Exp $ + + 01 Apr 2005; Simon Stelling <blubb@gentoo.org> libevent-1.0b.ebuild: + stable on amd64 01 Apr 2005; Aron Griffis <agriffis@gentoo.org> libevent-1.0b.ebuild: stable on ia64 diff --git a/dev-libs/libevent/libevent-1.0b.ebuild b/dev-libs/libevent/libevent-1.0b.ebuild index ae615a5be53d..bccdca8ed14f 100644 --- a/dev-libs/libevent/libevent-1.0b.ebuild +++ b/dev-libs/libevent/libevent-1.0b.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.0b.ebuild,v 1.6 2005/04/01 04:32:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-1.0b.ebuild,v 1.7 2005/04/01 17:26:07 blubb 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="x86 ~ppc sparc ~mips ~arm ~hppa amd64 ~ppc64 ~s390 alpha ia64" IUSE="" RDEPEND="" |