Lines 21-27
Link Here
|
21 |
# Using LIB_DEPENDS finds the libffi from gcc which causes problems |
21 |
# Using LIB_DEPENDS finds the libffi from gcc which causes problems |
22 |
BUILD_DEPENDS= libffi>=0:devel/libffi |
22 |
BUILD_DEPENDS= libffi>=0:devel/libffi |
23 |
LIB_DEPENDS= libyaml.so:textproc/libyaml |
23 |
LIB_DEPENDS= libyaml.so:textproc/libyaml |
24 |
RUN_DEPENDS= libffi>=0:devel/libffi |
24 |
# irb, ri, rdoc are provided as gem since Ruby 2.6 |
|
|
25 |
RUN_DEPENDS= libffi>=0:devel/libffi \ |
26 |
rubygem-irb>=1.0.0:devel/rubygem-irb \ |
27 |
rubygem-rdoc>=6.0.4:devel/rubygem-rdoc \ |
25 |
|
28 |
|
26 |
USES= autoreconf cpe ssl tar:xz |
29 |
USES= autoreconf cpe ssl tar:xz |
27 |
|
30 |
|