equal
deleted
inserted
replaced
15 |
15 |
16 LICENSE="genymotion" |
16 LICENSE="genymotion" |
17 SLOT="0" |
17 SLOT="0" |
18 KEYWORDS="-* ~amd64" |
18 KEYWORDS="-* ~amd64" |
19 |
19 |
|
20 IUSE="libressl" |
|
21 |
20 DEPEND="" |
22 DEPEND="" |
21 RDEPEND="|| ( >=app-emulation/virtualbox-5.0.28 >=app-emulation/virtualbox-bin-5.0.28 ) |
23 RDEPEND="|| ( >=app-emulation/virtualbox-5.0.28 >=app-emulation/virtualbox-bin-5.0.28 ) |
22 virtual/opengl |
24 virtual/opengl |
23 dev-libs/openssl |
25 libressl? ( dev-libs/libressl ) |
|
26 !libressl? ( dev-libs/openssl ) |
24 dev-qt/qtgui:5 |
27 dev-qt/qtgui:5 |
25 dev-qt/qtnetwork:5 |
28 dev-qt/qtnetwork:5 |
26 dev-qt/qtopengl:5 |
29 dev-qt/qtopengl:5 |
27 dev-qt/qtsql:5[sqlite] |
30 dev-qt/qtsql:5[sqlite] |
28 dev-qt/qtwebkit:5 |
31 dev-qt/qtwebkit:5 |