diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-07-30 09:58:21 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-07-30 09:58:21 +0000 |
commit | e5fa52299e0204a629dc8ea7ffc4d30f688a187c (patch) | |
tree | 296c54d54f69d1f350c84c457b25a885a081b87b | |
parent | Stable for x86, wrt bug #555532 (diff) | |
download | gentoo-2-e5fa52299e0204a629dc8ea7ffc4d30f688a187c.tar.gz gentoo-2-e5fa52299e0204a629dc8ea7ffc4d30f688a187c.tar.bz2 gentoo-2-e5fa52299e0204a629dc8ea7ffc4d30f688a187c.zip |
Stable for x86, wrt bug #554742
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
-rw-r--r-- | net-libs/nodejs/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/nodejs/nodejs-0.12.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/nodejs/ChangeLog b/net-libs/nodejs/ChangeLog index 96fa7d4160e3..00eff18c9bd9 100644 --- a/net-libs/nodejs/ChangeLog +++ b/net-libs/nodejs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/nodejs # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/nodejs/ChangeLog,v 1.151 2015/07/30 09:56:32 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/nodejs/ChangeLog,v 1.152 2015/07/30 09:58:21 ago Exp $ + + 30 Jul 2015; Agostino Sarubbo <ago@gentoo.org> nodejs-0.12.6.ebuild: + Stable for x86, wrt bug #554742 30 Jul 2015; Agostino Sarubbo <ago@gentoo.org> nodejs-0.12.6.ebuild: Stable for amd64, wrt bug #554742 diff --git a/net-libs/nodejs/nodejs-0.12.6.ebuild b/net-libs/nodejs/nodejs-0.12.6.ebuild index e69073d3ae97..6bccefd1669d 100644 --- a/net-libs/nodejs/nodejs-0.12.6.ebuild +++ b/net-libs/nodejs/nodejs-0.12.6.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/net-libs/nodejs/nodejs-0.12.6.ebuild,v 1.2 2015/07/30 09:56:32 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/nodejs/nodejs-0.12.6.ebuild,v 1.3 2015/07/30 09:58:21 ago Exp $ EAPI=5 @@ -18,7 +18,7 @@ SRC_URI="http://nodejs.org/dist/v${PV}/node-v${PV}.tar.gz" LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~x86 ~x64-macos" +KEYWORDS="amd64 ~arm x86 ~x64-macos" IUSE="debug icu +npm +snapshot +ssl" RDEPEND="icu? ( dev-libs/icu ) |