dev-libs/gjs: use subslot operator for libffi
authorMart Raudsepp <leio@gentoo.org>
Sat, 6 Oct 2018 11:29:29 +0000 (14:29 +0300)
committerMart Raudsepp <leio@gentoo.org>
Sat, 6 Oct 2018 11:30:36 +0000 (14:30 +0300)
gjs needs to be rebuilt on libffi soname bump (such as with 3.3_rc)

Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

dev-libs/gjs/gjs-1.46.0.ebuild
dev-libs/gjs/gjs-1.48.7.ebuild
dev-libs/gjs/gjs-1.50.4.ebuild

index a93e55bea193d88e702b4ad10bffe8113343026c..a0935c8510fa4023581893aa0882b0953d50d60d 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -18,7 +18,7 @@ RDEPEND="
 
        sys-libs/readline:0
        dev-lang/spidermonkey:24
-       virtual/libffi
+       virtual/libffi:=
        cairo? ( x11-libs/cairo[X] )
        gtk? ( x11-libs/gtk+:3 )
 "
index e21c88092638c4be58da06619616fa962677a34f..36fbc7bb093edf39fc51f79611e9b8e477e756ea 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -18,7 +18,7 @@ RDEPEND="
 
        sys-libs/readline:0=
        dev-lang/spidermonkey:38
-       virtual/libffi
+       virtual/libffi:=
        cairo? ( x11-libs/cairo[X] )
        gtk? ( >=x11-libs/gtk+-3.20:3 )
 "
index c4457cc28600b5df91e0521669abcae6e14c5d8d..f31803a08d20228259fe9e5a9b688bc95197923f 100644 (file)
@@ -18,7 +18,7 @@ RDEPEND="
 
        sys-libs/readline:0=
        dev-lang/spidermonkey:52
-       virtual/libffi
+       virtual/libffi:=
        cairo? ( x11-libs/cairo[X] )
        gtk? ( >=x11-libs/gtk+-3.20:3 )
 "