diff options
author | Richard Yao <ryao@gentoo.org> | 2012-05-18 18:25:08 +0000 |
---|---|---|
committer | Richard Yao <ryao@gentoo.org> | 2012-05-18 18:25:08 +0000 |
commit | 8cbf94fd0c3076d9784890fecbd2c2c7eb262870 (patch) | |
tree | b219c7080a8c1dccb66d9054501ba05bfa506a60 /dev-libs/libevent | |
parent | Version bump. (diff) | |
download | gentoo-2-8cbf94fd0c3076d9784890fecbd2c2c7eb262870.tar.gz gentoo-2-8cbf94fd0c3076d9784890fecbd2c2c7eb262870.tar.bz2 gentoo-2-8cbf94fd0c3076d9784890fecbd2c2c7eb262870.zip |
keyword ~amd64-fbsd
(Portage version: 2.1.10.49/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-2.1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libevent/ChangeLog b/dev-libs/libevent/ChangeLog index 949b868dc098..94935697d16d 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.219 2012/05/18 07:15:30 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/ChangeLog,v 1.220 2012/05/18 18:25:08 ryao Exp $ + + 18 May 2012; <richard@gentoo.org> libevent-2.1.1.ebuild: + keyword ~amd64-fbsd 18 May 2012; Jeff Horelick <jdhore@gentoo.org> libevent-2.0.18.ebuild: marked x86 per bug 415581 diff --git a/dev-libs/libevent/libevent-2.1.1.ebuild b/dev-libs/libevent/libevent-2.1.1.ebuild index cde47583120c..b37134199f77 100644 --- a/dev-libs/libevent/libevent-2.1.1.ebuild +++ b/dev-libs/libevent/libevent-2.1.1.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.1.1.ebuild,v 1.2 2012/04/04 20:30:35 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-2.1.1.ebuild,v 1.3 2012/05/18 18:25:08 ryao 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 ~amd64-fbsd ~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 )" |