summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2020-11-13 18:22:20 +0100
committerMarek Szuba <marecki@gentoo.org>2020-11-13 18:25:06 +0100
commit595640a352593aafab5e9c06c3f54dc8db802cb8 (patch)
tree7663b4ab25cbe08c273e060b67ab2e622655138b /dev-ruby/duktape-rb
parentnet-libs/nodejs: drop PaX support altogether (diff)
downloadgentoo-595640a352593aafab5e9c06c3f54dc8db802cb8.tar.gz
gentoo-595640a352593aafab5e9c06c3f54dc8db802cb8.tar.bz2
gentoo-595640a352593aafab5e9c06c3f54dc8db802cb8.zip
dev-ruby/duktape-rb: do not depend on dev-lang/duktape for now
Not needed, duktape.rb upstream bundles Duktape sources. There doesn't seem to be any obvious way of switching to system-installed Duktape and patching this to do so will require someone who actually knows Ruby. Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-ruby/duktape-rb')
-rw-r--r--dev-ruby/duktape-rb/duktape-rb-2.3.0.0-r1.ebuild3
-rw-r--r--dev-ruby/duktape-rb/duktape-rb-2.3.0.0.ebuild3
2 files changed, 4 insertions, 2 deletions
diff --git a/dev-ruby/duktape-rb/duktape-rb-2.3.0.0-r1.ebuild b/dev-ruby/duktape-rb/duktape-rb-2.3.0.0-r1.ebuild
index 24d4c00ed157..f4d010d24aed 100644
--- a/dev-ruby/duktape-rb/duktape-rb-2.3.0.0-r1.ebuild
+++ b/dev-ruby/duktape-rb/duktape-rb-2.3.0.0-r1.ebuild
@@ -21,7 +21,8 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
-RDEPEND+="dev-lang/duktape"
+# Upstream uses bundled single-source distributable Duktape.
+#RDEPEND+="dev-lang/duktape"
ruby_add_bdepend "
dev-ruby/rake-compiler
diff --git a/dev-ruby/duktape-rb/duktape-rb-2.3.0.0.ebuild b/dev-ruby/duktape-rb/duktape-rb-2.3.0.0.ebuild
index 36f25d8917dc..ab08a2bf8a6b 100644
--- a/dev-ruby/duktape-rb/duktape-rb-2.3.0.0.ebuild
+++ b/dev-ruby/duktape-rb/duktape-rb-2.3.0.0.ebuild
@@ -25,7 +25,8 @@ KEYWORDS="~amd64"
# in the number of supported keywords.
RESTRICT="test"
-RDEPEND+="dev-lang/duktape"
+# Upstream uses bundled single-source distributable Duktape.
+#RDEPEND+="dev-lang/duktape"
ruby_add_bdepend "dev-ruby/rake-compiler"