diff options
-rw-r--r-- | dev-lang/fbc/fbc-1.06.0.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/fbc/fbc-1.07.0.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/fbc/fbc-1.07.1.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-lang/fbc/fbc-1.06.0.ebuild b/dev-lang/fbc/fbc-1.06.0.ebuild index 11efb627e..709f2a868 100644 --- a/dev-lang/fbc/fbc-1.06.0.ebuild +++ b/dev-lang/fbc/fbc-1.06.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,7 +18,7 @@ IUSE="gpm libffi opengl X" DEPEND=" sys-libs/ncurses:= gpm? ( sys-libs/gpm ) - libffi? ( virtual/libffi ) + libffi? ( dev-libs/libffi ) opengl? ( virtual/opengl ) X? ( x11-libs/libX11 diff --git a/dev-lang/fbc/fbc-1.07.0.ebuild b/dev-lang/fbc/fbc-1.07.0.ebuild index 83399ea73..e48cfbafd 100644 --- a/dev-lang/fbc/fbc-1.07.0.ebuild +++ b/dev-lang/fbc/fbc-1.07.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,7 +16,7 @@ IUSE="gpm libffi opengl X" DEPEND=" sys-libs/ncurses:= gpm? ( sys-libs/gpm ) - libffi? ( virtual/libffi ) + libffi? ( dev-libs/libffi ) opengl? ( virtual/opengl ) X? ( x11-libs/libX11 diff --git a/dev-lang/fbc/fbc-1.07.1.ebuild b/dev-lang/fbc/fbc-1.07.1.ebuild index 83399ea73..e48cfbafd 100644 --- a/dev-lang/fbc/fbc-1.07.1.ebuild +++ b/dev-lang/fbc/fbc-1.07.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,7 +16,7 @@ IUSE="gpm libffi opengl X" DEPEND=" sys-libs/ncurses:= gpm? ( sys-libs/gpm ) - libffi? ( virtual/libffi ) + libffi? ( dev-libs/libffi ) opengl? ( virtual/opengl ) X? ( x11-libs/libX11 |