diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-12-06 03:58:27 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-12-06 03:58:27 +0000 |
commit | 42dd5d2e626df853073f8c841b1a437ca3ebfff7 (patch) | |
tree | 655d92054c2a15d7bd081ea44c50f01322a657a4 /dev-libs/libevent | |
parent | x86 stable wrt bug #435074 (diff) | |
download | gentoo-2-42dd5d2e626df853073f8c841b1a437ca3ebfff7.tar.gz gentoo-2-42dd5d2e626df853073f8c841b1a437ca3ebfff7.tar.bz2 gentoo-2-42dd5d2e626df853073f8c841b1a437ca3ebfff7.zip |
Marked ~arm ~ppc ~ppc64 (bug #446118).
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-libs/libevent')
-rw-r--r-- | dev-libs/libevent/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libevent/libevent-2.0.21.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libevent/ChangeLog b/dev-libs/libevent/ChangeLog index 4c1d019d46a7..b10237da0af9 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.246 2012/12/06 03:43:52 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/ChangeLog,v 1.247 2012/12/06 03:58:27 jer Exp $ + + 06 Dec 2012; Jeroen Roovers <jer@gentoo.org> libevent-2.0.21.ebuild: + Marked ~arm ~ppc ~ppc64 (bug #446118). 06 Dec 2012; Anthony G. Basile <blueness@gentoo.org> libevent-2.0.21.ebuild: stable arm ppc ppc64, bug #446118 diff --git a/dev-libs/libevent/libevent-2.0.21.ebuild b/dev-libs/libevent/libevent-2.0.21.ebuild index d0c6d14350b9..77c5f033330a 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-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.21.ebuild,v 1.3 2012/12/06 03:43:52 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-2.0.21.ebuild,v 1.4 2012/12/06 03:58:27 jer 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 )" |