diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-02-04 20:18:40 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-02-04 20:18:40 +0000 |
commit | c7ee0397cc193eebc22500ae78009bec4b579ccf (patch) | |
tree | 253060c28822dae591c92537ce3661c9b31b69aa /dev-libs/libevent | |
parent | improved support of the doc useflag, now also the api doc is getting installe... (diff) | |
download | gentoo-2-c7ee0397cc193eebc22500ae78009bec4b579ccf.tar.gz gentoo-2-c7ee0397cc193eebc22500ae78009bec4b579ccf.tar.bz2 gentoo-2-c7ee0397cc193eebc22500ae78009bec4b579ccf.zip |
add ~alpha and ~ia64
(Portage version: 2.0.51-r13)
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 8de211d24e28..bbd71dfe9d75 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.21 2005/01/21 23:10:26 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/ChangeLog,v 1.22 2005/02/04 20:18:40 agriffis Exp $ + + 04 Feb 2005; Aron Griffis <agriffis@gentoo.org> libevent-1.0b.ebuild: + add ~alpha and ~ia64 22 Jan 2005; Bryan Østergaard <kloeri@gentoo.org> libevent-0.9.ebuild: Stable on alpha. diff --git a/dev-libs/libevent/libevent-1.0b.ebuild b/dev-libs/libevent/libevent-1.0b.ebuild index 49a2093693ad..f5bab27fca89 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.1 2005/01/21 21:02:22 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-1.0b.ebuild,v 1.2 2005/02/04 20:18:40 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" +KEYWORDS="~x86 ~ppc ~sparc ~mips ~arm ~hppa ~amd64 ~ppc64 ~s390 ~alpha ~ia64" IUSE="" RDEPEND="" |