diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-07-30 12:35:30 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-07-30 12:35:30 +0000 |
commit | abbe0919bf4b0942f8aacd0ae318fe9a935a9dae (patch) | |
tree | 46b134fbf251c130c3ab0f4d9b299bb4d5e45bf6 /dev-libs/libuv | |
parent | Stable for sparc, wrt bug #534982 (diff) | |
download | gentoo-2-abbe0919bf4b0942f8aacd0ae318fe9a935a9dae.tar.gz gentoo-2-abbe0919bf4b0942f8aacd0ae318fe9a935a9dae.tar.bz2 gentoo-2-abbe0919bf4b0942f8aacd0ae318fe9a935a9dae.zip |
Stable for sparc, wrt bug #555182
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", 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 08b1d2e5128d..a2cb26673ad8 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.41 2015/07/28 08:06:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libuv/ChangeLog,v 1.42 2015/07/30 12:35:30 ago Exp $ + + 30 Jul 2015; Agostino Sarubbo <ago@gentoo.org> libuv-1.4.2.ebuild: + Stable for sparc, wrt bug #555182 28 Jul 2015; Agostino Sarubbo <ago@gentoo.org> libuv-1.4.2.ebuild: Stable for x86, wrt bug #555182 diff --git a/dev-libs/libuv/libuv-1.4.2.ebuild b/dev-libs/libuv/libuv-1.4.2.ebuild index c7903952f392..8d00e72ec198 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.4 2015/07/28 08:06:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libuv/libuv-1.4.2.ebuild,v 1.5 2015/07/30 12:35:30 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=" |