diff options
author | Thomas Anderson <tanderson@gentoo.org> | 2009-08-30 18:16:48 +0000 |
---|---|---|
committer | Thomas Anderson <tanderson@gentoo.org> | 2009-08-30 18:16:48 +0000 |
commit | 1298389c78c3bbf7428656adfb4fa5692727961e (patch) | |
tree | d1824abb0778fe03d3b66b35cf36fb6d93e60f98 /dev-libs | |
parent | stable amd64, bug 281590 (diff) | |
download | gentoo-2-1298389c78c3bbf7428656adfb4fa5692727961e.tar.gz gentoo-2-1298389c78c3bbf7428656adfb4fa5692727961e.tar.bz2 gentoo-2-1298389c78c3bbf7428656adfb4fa5692727961e.zip |
stable amd64, bug 281475
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libevent/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/libevent/libevent-1.4.12.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-libs/libevent/ChangeLog b/dev-libs/libevent/ChangeLog index b95b426c6bd6..f771bb972cc4 100644 --- a/dev-libs/libevent/ChangeLog +++ b/dev-libs/libevent/ChangeLog @@ -1,6 +1,10 @@ # 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.130 2009/08/29 19:27:17 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/ChangeLog,v 1.131 2009/08/30 18:16:48 tanderson Exp $ + + 30 Aug 2009; Thomas Anderson <tanderson@gentoo.org> + libevent-1.4.12.ebuild: + stable amd64, bug 281475 29 Aug 2009; nixnut <nixnut@gentoo.org> libevent-1.4.12.ebuild: ppc stable #281475 diff --git a/dev-libs/libevent/libevent-1.4.12.ebuild b/dev-libs/libevent/libevent-1.4.12.ebuild index 6c03bdef8392..f82b8e3fc64d 100644 --- a/dev-libs/libevent/libevent-1.4.12.ebuild +++ b/dev-libs/libevent/libevent-1.4.12.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.12.ebuild,v 1.4 2009/08/29 19:27:17 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-1.4.12.ebuild,v 1.5 2009/08/30 18:16:48 tanderson Exp $ inherit autotools @@ -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 ~x86 ~sparc-fbsd ~x86-fbsd" IUSE="" DEPEND="" |