diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-06-09 17:54:07 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-06-09 17:54:07 +0000 |
commit | d112339c3af7869cdc7a8b7d2582e12e6afd2d30 (patch) | |
tree | f24c81485fe5900224d2cc6110a8d05f9cccc7ba /dev-libs | |
parent | new upstream (diff) | |
download | gentoo-2-d112339c3af7869cdc7a8b7d2582e12e6afd2d30.tar.gz gentoo-2-d112339c3af7869cdc7a8b7d2582e12e6afd2d30.tar.bz2 gentoo-2-d112339c3af7869cdc7a8b7d2582e12e6afd2d30.zip |
Stable on sparc
(Portage version: 2.0.51.19)
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 fe5f7a140add..f47d9d081116 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.37 2005/06/09 13:55:31 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/ChangeLog,v 1.38 2005/06/09 17:54:07 gustavoz Exp $ + + 09 Jun 2005; Gustavo Zacarias <gustavoz@gentoo.org> libevent-1.0e.ebuild: + Stable on sparc 09 Jun 2005; Aaron Walker <ka0ttic@gentoo.org> libevent-1.0e.ebuild: Stable on x86. diff --git a/dev-libs/libevent/libevent-1.0e.ebuild b/dev-libs/libevent/libevent-1.0e.ebuild index 167e71d5ade3..f5a35dda73ef 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.3 2005/06/09 13:55:31 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-1.0e.ebuild,v 1.4 2005/06/09 17:54:07 gustavoz 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="" |