diff options
author | Jeroen Roovers <jer@gentoo.org> | 2011-08-29 06:37:46 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2011-08-29 06:37:46 +0000 |
commit | 8f1ab9e7051e2ba569ca8c707e63d67d0a19e89e (patch) | |
tree | aab0a39efecd36f0545bcfaf1aa5b8ad6042cd30 /dev-libs/libev | |
parent | Marked ~hppa (bug #379449). (diff) | |
download | gentoo-2-8f1ab9e7051e2ba569ca8c707e63d67d0a19e89e.tar.gz gentoo-2-8f1ab9e7051e2ba569ca8c707e63d67d0a19e89e.tar.bz2 gentoo-2-8f1ab9e7051e2ba569ca8c707e63d67d0a19e89e.zip |
Stable for HPPA (bug #373957).
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/libev')
-rw-r--r-- | dev-libs/libev/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libev/libev-4.04.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libev/ChangeLog b/dev-libs/libev/ChangeLog index f09f7ee4d400..f393ea5330c2 100644 --- a/dev-libs/libev/ChangeLog +++ b/dev-libs/libev/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libev # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/ChangeLog,v 1.37 2011/07/25 15:42:30 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/ChangeLog,v 1.38 2011/08/29 06:37:46 jer Exp $ + + 29 Aug 2011; Jeroen Roovers <jer@gentoo.org> libev-4.04.ebuild: + Stable for HPPA (bug #373957). 25 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> libev-4.04.ebuild: ppc/ppc64 stable wrt #373957 diff --git a/dev-libs/libev/libev-4.04.ebuild b/dev-libs/libev/libev-4.04.ebuild index 396eb11fb0cd..fdf21a5bb94e 100644 --- a/dev-libs/libev/libev-4.04.ebuild +++ b/dev-libs/libev/libev-4.04.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/libev-4.04.ebuild,v 1.5 2011/07/25 15:42:30 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/libev-4.04.ebuild,v 1.6 2011/08/29 06:37:46 jer Exp $ EAPI="3" @@ -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 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="elibc_glibc static-libs" # Bug #283558 |