diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-07-28 08:05:38 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-07-28 08:05:38 +0000 |
commit | dfb73bcaf74ed80185ac6c92263c1f26ba716d0d (patch) | |
tree | e0e21e06339affd5c875cae11a52952cff054e56 /dev-libs/libuv | |
parent | Stable for amd64, wrt bug #487686 (diff) | |
download | gentoo-2-dfb73bcaf74ed80185ac6c92263c1f26ba716d0d.tar.gz gentoo-2-dfb73bcaf74ed80185ac6c92263c1f26ba716d0d.tar.bz2 gentoo-2-dfb73bcaf74ed80185ac6c92263c1f26ba716d0d.zip |
Stable for amd64, wrt bug #555182
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-libs/libuv')
-rw-r--r-- | dev-libs/libuv/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libuv/libuv-1.4.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libuv/ChangeLog b/dev-libs/libuv/ChangeLog index 4f90ffa97df8..883a04847b69 100644 --- a/dev-libs/libuv/ChangeLog +++ b/dev-libs/libuv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libuv # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libuv/ChangeLog,v 1.39 2015/07/23 19:42:24 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libuv/ChangeLog,v 1.40 2015/07/28 08:05:38 ago Exp $ + + 28 Jul 2015; Agostino Sarubbo <ago@gentoo.org> libuv-1.4.2.ebuild: + Stable for amd64, wrt bug #555182 23 Jul 2015; Pacho Ramos <pacho@gentoo.org> libuv-1.4.2.ebuild: ppc stable wrt bug #555182 diff --git a/dev-libs/libuv/libuv-1.4.2.ebuild b/dev-libs/libuv/libuv-1.4.2.ebuild index 55c2f923d954..4696ef4f62ad 100644 --- a/dev-libs/libuv/libuv-1.4.2.ebuild +++ b/dev-libs/libuv/libuv-1.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libuv/libuv-1.4.2.ebuild,v 1.2 2015/07/23 19:42:24 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libuv/libuv-1.4.2.ebuild,v 1.3 2015/07/28 08:05:38 ago Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/libuv/libuv/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD BSD-2 ISC MIT" SLOT="0/1" -KEYWORDS="~amd64 ~arm ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="static-libs" DEPEND=" |