diff options
author | Tiago Cunha <tcunha@gentoo.org> | 2009-05-21 20:05:41 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gentoo.org> | 2009-05-21 20:05:41 +0000 |
commit | 256212cfb5df75c2d62a00fb61716abdedd647c9 (patch) | |
tree | 718a141c4aafa8a2accb1ba98f184b12b2ea727b /dev-libs/libevent | |
parent | stable ppc, bug 268317 (diff) | |
download | gentoo-2-256212cfb5df75c2d62a00fb61716abdedd647c9.tar.gz gentoo-2-256212cfb5df75c2d62a00fb61716abdedd647c9.tar.bz2 gentoo-2-256212cfb5df75c2d62a00fb61716abdedd647c9.zip |
stable amd64, bug 270455
(Portage version: 2.1.6.11/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/libevent')
-rw-r--r-- | dev-libs/libevent/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libevent/libevent-1.4.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libevent/ChangeLog b/dev-libs/libevent/ChangeLog index c430a2d13498..c824030c20b1 100644 --- a/dev-libs/libevent/ChangeLog +++ b/dev-libs/libevent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libevent # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/ChangeLog,v 1.110 2009/05/21 18:44:37 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/ChangeLog,v 1.111 2009/05/21 20:05:41 tcunha Exp $ + + 21 May 2009; Tiago Cunha <tcunha@gentoo.org> libevent-1.4.10.ebuild: + stable amd64, bug 270455 21 May 2009; Jeroen Roovers <jer@gentoo.org> libevent-1.4.10.ebuild: Stable for HPPA (bug #270455). diff --git a/dev-libs/libevent/libevent-1.4.10.ebuild b/dev-libs/libevent/libevent-1.4.10.ebuild index daf7263c3660..830fda88de74 100644 --- a/dev-libs/libevent/libevent-1.4.10.ebuild +++ b/dev-libs/libevent/libevent-1.4.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-1.4.10.ebuild,v 1.3 2009/05/21 18:44:37 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-1.4.10.ebuild,v 1.4 2009/05/21 20:05:41 tcunha Exp $ inherit libtool @@ -12,7 +12,7 @@ SRC_URI="http://monkey.org/~provos/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~sparc-fbsd ~x86 ~x86-fbsd" IUSE="" DEPEND="" |