Line
Link Here
|
0 |
-- virtual/libffi/libffi-3.0.11.ebuild |
0 |
++ virtual/libffi/libffi-3.0.11-r1.ebuild |
Lines 5-18
Link Here
|
5 |
# The purpose of this ebuild is to provide quick fallback if and when we need to |
5 |
# The purpose of this ebuild is to provide quick fallback if and when we need to |
6 |
# switch back to internal copy of libffi from sys-devel/gcc. |
6 |
# switch back to internal copy of libffi from sys-devel/gcc. |
7 |
|
7 |
|
|
|
8 |
EAPI=5 |
9 |
|
10 |
inherit multilib-build |
11 |
|
8 |
DESCRIPTION="A virtual for the Foreign Function Interface implementation" |
12 |
DESCRIPTION="A virtual for the Foreign Function Interface implementation" |
9 |
HOMEPAGE="" |
13 |
HOMEPAGE="" |
10 |
SRC_URI="" |
14 |
SRC_URI="" |
11 |
|
15 |
|
12 |
LICENSE="" |
16 |
LICENSE="" |
13 |
SLOT="0" |
17 |
SLOT="0" |
14 |
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" |
18 |
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" |
15 |
IUSE="" |
19 |
IUSE="" |
16 |
|
20 |
|
17 |
RDEPEND=">=dev-libs/libffi-3.0.11" |
21 |
RDEPEND=">=dev-libs/libffi-3.0.11[${MULTILIB_USEDEP}] |
|
|
22 |
abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224 )" |
18 |
DEPEND="" |
23 |
DEPEND="" |