diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-03-03 19:03:16 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-03-03 19:03:16 +0000 |
commit | 21157686ae90b2cdc0ccb571d69f67bdff46543c (patch) | |
tree | 72b29497b136b0b605b00a1222130bdd0e7f1273 /dev-libs/libev | |
parent | Stable for amd64, wrt bug #458712 (diff) | |
download | gentoo-2-21157686ae90b2cdc0ccb571d69f67bdff46543c.tar.gz gentoo-2-21157686ae90b2cdc0ccb571d69f67bdff46543c.tar.bz2 gentoo-2-21157686ae90b2cdc0ccb571d69f67bdff46543c.zip |
Stable for amd64, wrt bug #458712
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-libs/libev')
-rw-r--r-- | dev-libs/libev/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libev/libev-4.11-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libev/ChangeLog b/dev-libs/libev/ChangeLog index 70a529721e99..c7291261bed6 100644 --- a/dev-libs/libev/ChangeLog +++ b/dev-libs/libev/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libev # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/ChangeLog,v 1.43 2013/02/21 10:38:55 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/ChangeLog,v 1.44 2013/03/03 19:03:16 ago Exp $ + + 03 Mar 2013; Agostino Sarubbo <ago@gentoo.org> libev-4.11-r1.ebuild: + Stable for amd64, wrt bug #458712 *libev-4.11-r1 (21 Feb 2013) diff --git a/dev-libs/libev/libev-4.11-r1.ebuild b/dev-libs/libev/libev-4.11-r1.ebuild index c5fdd24b0b28..21b6957273f0 100644 --- a/dev-libs/libev/libev-4.11-r1.ebuild +++ b/dev-libs/libev/libev-4.11-r1.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/libev/libev-4.11-r1.ebuild,v 1.1 2013/02/21 10:38:55 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/libev-4.11-r1.ebuild,v 1.2 2013/03/03 19:03:16 ago Exp $ EAPI=5 @@ -15,7 +15,7 @@ SRC_URI="http://dist.schmorp.de/libev/${MY_P}.tar.gz LICENSE="|| ( BSD GPL-2 )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="elibc_glibc static-libs" # Bug #283558 |