diff options
author | 2013-01-20 10:24:57 +0000 | |
---|---|---|
committer | 2013-01-20 10:24:57 +0000 | |
commit | 8be61a031a61ce0b2640944ff1f63c73491c4548 (patch) | |
tree | 89b428c555e8629470908105ffdf2a84037d30f2 /dev-libs/libevent/libevent-2.0.21.ebuild | |
parent | Stable for alpha, wrt bug #450768 (diff) | |
download | gentoo-2-8be61a031a61ce0b2640944ff1f63c73491c4548.tar.gz gentoo-2-8be61a031a61ce0b2640944ff1f63c73491c4548.tar.bz2 gentoo-2-8be61a031a61ce0b2640944ff1f63c73491c4548.zip |
Stable for alpha, wrt bug #449746
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Diffstat (limited to 'dev-libs/libevent/libevent-2.0.21.ebuild')
-rw-r--r-- | dev-libs/libevent/libevent-2.0.21.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libevent/libevent-2.0.21.ebuild b/dev-libs/libevent/libevent-2.0.21.ebuild index df386f9b8f41..0b47c954771b 100644 --- a/dev-libs/libevent/libevent-2.0.21.ebuild +++ b/dev-libs/libevent/libevent-2.0.21.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-2.0.21.ebuild,v 1.12 2013/01/13 11:33:11 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-2.0.21.ebuild,v 1.13 2013/01/20 10:24:57 ago Exp $ EAPI="2" @@ -14,7 +14,7 @@ SRC_URI="mirror://github/${PN}/${PN}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~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 ~x64-freebsd ~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 )" |