diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-01-21 16:12:54 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-01-21 16:12:54 +0000 |
commit | 1af981f1a41fb600dea1dbe2f9986195416319b5 (patch) | |
tree | 7fc82484311a158b586cc34fd0e435f53f093812 /dev-libs | |
parent | x86 stable wrt bug #397251 (diff) | |
download | gentoo-2-1af981f1a41fb600dea1dbe2f9986195416319b5.tar.gz gentoo-2-1af981f1a41fb600dea1dbe2f9986195416319b5.tar.bz2 gentoo-2-1af981f1a41fb600dea1dbe2f9986195416319b5.zip |
x86 stable wrt bug #397483
(Portage version: 2.1.10.41/cvs/Linux i686)
Diffstat (limited to 'dev-libs')
-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 56cba8dfc373..f157d8af0a2a 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.205 2012/01/14 16:44:50 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/ChangeLog,v 1.206 2012/01/21 16:12:54 phajdan.jr Exp $ + + 21 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> libevent-2.0.16.ebuild: + x86 stable wrt bug #397483 14 Jan 2012; Markus Meier <maekke@gentoo.org> libevent-2.0.16.ebuild: arm stable, bug #397483 diff --git a/dev-libs/libevent/libevent-2.0.16.ebuild b/dev-libs/libevent/libevent-2.0.16.ebuild index ea5ec10ffd35..7b32c5151679 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.7 2012/01/14 16:44:50 maekke Exp $ +# $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 $ 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 )" |