mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 08:18:49 -04:00
dev-lang/fbc: do not depend on virtual/libffi which is deprecated
Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
parent
e4bebba7fc
commit
99149bacac
@ -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
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
@ -18,7 +18,7 @@ IUSE="gpm libffi opengl X"
|
|||||||
DEPEND="
|
DEPEND="
|
||||||
sys-libs/ncurses:=
|
sys-libs/ncurses:=
|
||||||
gpm? ( sys-libs/gpm )
|
gpm? ( sys-libs/gpm )
|
||||||
libffi? ( virtual/libffi )
|
libffi? ( dev-libs/libffi )
|
||||||
opengl? ( virtual/opengl )
|
opengl? ( virtual/opengl )
|
||||||
X? (
|
X? (
|
||||||
x11-libs/libX11
|
x11-libs/libX11
|
||||||
|
@ -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
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
@ -16,7 +16,7 @@ IUSE="gpm libffi opengl X"
|
|||||||
DEPEND="
|
DEPEND="
|
||||||
sys-libs/ncurses:=
|
sys-libs/ncurses:=
|
||||||
gpm? ( sys-libs/gpm )
|
gpm? ( sys-libs/gpm )
|
||||||
libffi? ( virtual/libffi )
|
libffi? ( dev-libs/libffi )
|
||||||
opengl? ( virtual/opengl )
|
opengl? ( virtual/opengl )
|
||||||
X? (
|
X? (
|
||||||
x11-libs/libX11
|
x11-libs/libX11
|
||||||
|
@ -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
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
@ -16,7 +16,7 @@ IUSE="gpm libffi opengl X"
|
|||||||
DEPEND="
|
DEPEND="
|
||||||
sys-libs/ncurses:=
|
sys-libs/ncurses:=
|
||||||
gpm? ( sys-libs/gpm )
|
gpm? ( sys-libs/gpm )
|
||||||
libffi? ( virtual/libffi )
|
libffi? ( dev-libs/libffi )
|
||||||
opengl? ( virtual/opengl )
|
opengl? ( virtual/opengl )
|
||||||
X? (
|
X? (
|
||||||
x11-libs/libX11
|
x11-libs/libX11
|
||||||
|
Loading…
x
Reference in New Issue
Block a user