Created
March 3, 2015 02:55
-
-
Save jbergstroem/702bdb993c7987648367 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
g2 iojs # diff -u /usr/portage/net-libs/iojs/iojs-1.4.1.ebuild iojs-1.4.3.ebuild | |
--- /usr/portage/net-libs/iojs/iojs-1.4.1.ebuild 2015-02-28 17:17:04.000000000 +1100 | |
+++ iojs-1.4.3.ebuild 2015-03-03 13:41:45.587193016 +1100 | |
@@ -21,12 +21,13 @@ | |
IUSE="icu +npm snapshot" | |
RDEPEND="!!net-libs/nodejs | |
- >=dev-libs/openssl-1.0.1j[-bindist]" | |
+ >=dev-libs/openssl-1.0.1j[-bindist] | |
+ <dev-libs/openssl-1.0.2" | |
DEPEND="${PYTHON_DEPS} | |
${RDEPEND} | |
icu? ( dev-libs/icu ) | |
- >=net-libs/http-parser-2.4.1 | |
- >=dev-libs/libuv-1.2.1" | |
+ =net-libs/http-parser-2.3 | |
+ >=dev-libs/libuv-1.4.2" | |
S="${WORKDIR}/${MY_P}" | |
@@ -100,7 +101,7 @@ | |
src_install() { | |
local LIBDIR="${ED}/usr/$(get_libdir)" | |
- emake install DESTDIR="${D}" | |
+ emake install DESTDIR="${ED}" | |
use npm && dohtml -r "${LIBDIR}"/node_modules/npm/html/* | |
rm -rf "${LIBDIR}"/node_modules/npm/{doc,html} | |
g2 iojs # |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment