diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-07-30 09:56:32 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-07-30 09:56:32 +0000 |
commit | 05490c52df8132500a7287ca2f26871416a85971 (patch) | |
tree | 299162ed0a5c6d6eeaa605418bc8d926f432e247 | |
parent | Stable for amd64, wrt bug #555532 (diff) | |
download | gentoo-2-05490c52df8132500a7287ca2f26871416a85971.tar.gz gentoo-2-05490c52df8132500a7287ca2f26871416a85971.tar.bz2 gentoo-2-05490c52df8132500a7287ca2f26871416a85971.zip |
Stable for amd64, wrt bug #554742
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", 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 533a5ce5550d..96fa7d4160e3 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.150 2015/07/12 00:25:09 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/nodejs/ChangeLog,v 1.151 2015/07/30 09:56:32 ago Exp $ + + 30 Jul 2015; Agostino Sarubbo <ago@gentoo.org> nodejs-0.12.6.ebuild: + Stable for amd64, wrt bug #554742 *nodejs-0.12.7 (12 Jul 2015) diff --git a/net-libs/nodejs/nodejs-0.12.6.ebuild b/net-libs/nodejs/nodejs-0.12.6.ebuild index a73a0056a3ba..e69073d3ae97 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.1 2015/07/06 02:19:00 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/nodejs/nodejs-0.12.6.ebuild,v 1.2 2015/07/30 09:56:32 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 ) |