Skip to content

Commit

Permalink
dev-libs/gjs: use subslot operator for libffi
Browse files Browse the repository at this point in the history
gjs needs to be rebuilt on libffi soname bump (such as with 3.3_rc)

Signed-off-by: Mart Raudsepp <[email protected]>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
  • Loading branch information
leio committed Oct 6, 2018
1 parent f002050 commit 880de16
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dev-libs/gjs/gjs-1.46.0.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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 )
"
Expand Down
4 changes: 2 additions & 2 deletions dev-libs/gjs/gjs-1.48.7.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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 )
"
Expand Down
2 changes: 1 addition & 1 deletion dev-libs/gjs/gjs-1.50.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
"
Expand Down

0 comments on commit 880de16

Please sign in to comment.