diff options
author | Aaron Walker <ka0ttic@gentoo.org> | 2005-05-06 12:09:07 +0000 |
---|---|---|
committer | Aaron Walker <ka0ttic@gentoo.org> | 2005-05-06 12:09:07 +0000 |
commit | f9eccf850dfc14bbc3e52a155a80bc87f00e5dec (patch) | |
tree | 29e3db3f71edd814034367a318173b041a26daa9 /dev-libs/libevent/libevent-1.0c.ebuild | |
parent | Stable on x86; tidy old ebuilds. (diff) | |
download | gentoo-2-f9eccf850dfc14bbc3e52a155a80bc87f00e5dec.tar.gz gentoo-2-f9eccf850dfc14bbc3e52a155a80bc87f00e5dec.tar.bz2 gentoo-2-f9eccf850dfc14bbc3e52a155a80bc87f00e5dec.zip |
Stable on x86.
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'dev-libs/libevent/libevent-1.0c.ebuild')
-rw-r--r-- | dev-libs/libevent/libevent-1.0c.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libevent/libevent-1.0c.ebuild b/dev-libs/libevent/libevent-1.0c.ebuild index a103cdcc996f..dc0eea6d2807 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.2 2005/04/09 20:54:26 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-1.0c.ebuild,v 1.3 2005/05/06 12:07:11 ka0ttic 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="" |