diff options
author | Fabian Groffen <grobian@gentoo.org> | 2014-01-05 19:19:08 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2014-01-05 19:19:08 +0000 |
commit | 29b61264a867f5e897be3c55ade58e7d0cf8828a (patch) | |
tree | f26e0aac5ce6a13c69a877ba52c44348fbdf8c67 | |
parent | Marked ~m68k-mint, bug #494512 (diff) | |
download | gentoo-2-29b61264a867f5e897be3c55ade58e7d0cf8828a.tar.gz gentoo-2-29b61264a867f5e897be3c55ade58e7d0cf8828a.tar.bz2 gentoo-2-29b61264a867f5e897be3c55ade58e7d0cf8828a.zip |
Marked ~m68k-mint, bug #494512
(Portage version: 2.2.7-prefix/cvs/Darwin i386, signed Manifest commit with key 0x5F75F607C5C74E89)
-rw-r--r-- | dev-libs/libevent/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/libevent/libevent-2.1.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-libs/libevent/ChangeLog b/dev-libs/libevent/ChangeLog index dba0f8439c06..9cf7acac2fc4 100644 --- a/dev-libs/libevent/ChangeLog +++ b/dev-libs/libevent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libevent -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/ChangeLog,v 1.263 2013/07/15 10:56:41 jer Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/ChangeLog,v 1.264 2014/01/05 19:19:08 grobian Exp $ + + 05 Jan 2014; Fabian Groffen <grobian@gentoo.org> libevent-2.1.3.ebuild: + Marked ~m68k-mint, bug #494512 15 Jul 2013; Jeroen Roovers <jer@gentoo.org> -libevent-2.1.2.ebuild: Old. diff --git a/dev-libs/libevent/libevent-2.1.3.ebuild b/dev-libs/libevent/libevent-2.1.3.ebuild index 3a281cbf9dd8..51d4fa33c435 100644 --- a/dev-libs/libevent/libevent-2.1.3.ebuild +++ b/dev-libs/libevent/libevent-2.1.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-2.1.3.ebuild,v 1.1 2013/05/03 02:35:56 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-2.1.3.ebuild,v 1.2 2014/01/05 19:19:08 grobian Exp $ EAPI=5 inherit eutils libtool @@ -13,7 +13,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 ~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 ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="+ssl static-libs test" DEPEND="ssl? ( dev-libs/openssl )" |