diff options
author | Raúl Porcel <armin76@gentoo.org> | 2012-01-22 15:26:27 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2012-01-22 15:26:27 +0000 |
commit | 60015839f1264c4d78422ab1aee3d6489d1e7a84 (patch) | |
tree | f57ee53249e8e7fc800e2894738dbe015b7dbadf /dev-libs/libevent | |
parent | alpha/ia64/sparc stable wrt #396833 (diff) | |
download | gentoo-2-60015839f1264c4d78422ab1aee3d6489d1e7a84.tar.gz gentoo-2-60015839f1264c4d78422ab1aee3d6489d1e7a84.tar.bz2 gentoo-2-60015839f1264c4d78422ab1aee3d6489d1e7a84.zip |
alpha/ia64/s390/sh/sparc stable wrt #397483
(Portage version: 2.1.10.44/cvs/Linux ia64)
Diffstat (limited to 'dev-libs/libevent')
-rw-r--r-- | dev-libs/libevent/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libevent/libevent-2.0.16.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libevent/ChangeLog b/dev-libs/libevent/ChangeLog index f157d8af0a2a..9c188c47bee2 100644 --- a/dev-libs/libevent/ChangeLog +++ b/dev-libs/libevent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libevent # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/ChangeLog,v 1.206 2012/01/21 16:12:54 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/ChangeLog,v 1.207 2012/01/22 15:26:27 armin76 Exp $ + + 22 Jan 2012; Raúl Porcel <armin76@gentoo.org> libevent-2.0.16.ebuild: + alpha/ia64/s390/sh/sparc stable wrt #397483 21 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> libevent-2.0.16.ebuild: x86 stable wrt bug #397483 diff --git a/dev-libs/libevent/libevent-2.0.16.ebuild b/dev-libs/libevent/libevent-2.0.16.ebuild index 7b32c5151679..d8eb98c71154 100644 --- a/dev-libs/libevent/libevent-2.0.16.ebuild +++ b/dev-libs/libevent/libevent-2.0.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-2.0.16.ebuild,v 1.8 2012/01/21 16:12:54 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-2.0.16.ebuild,v 1.9 2012/01/22 15:26:27 armin76 Exp $ EAPI="2" @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/levent/files/${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 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="+ssl static-libs test" DEPEND="ssl? ( dev-libs/openssl )" |