Line
Link Here
|
0 |
-- a/net-analyzer/flow-tools/flow-tools-0.68.6-r1.ebuild |
0 |
++ b/net-analyzer/flow-tools/flow-tools-0.68.6-r1.ebuild |
Lines 12-18
SRC_URI="https://github.com/5u623l20/${P
Link Here
|
12 |
LICENSE="BSD GPL-3" |
12 |
LICENSE="BSD GPL-3" |
13 |
SLOT="0" |
13 |
SLOT="0" |
14 |
KEYWORDS="amd64 ppc x86" |
14 |
KEYWORDS="amd64 ppc x86" |
15 |
IUSE="debug libressl mysql postgres ssl static-libs" |
15 |
IUSE="debug mysql openssl postgres ssl static-libs" |
16 |
|
16 |
|
17 |
RDEPEND=" |
17 |
RDEPEND=" |
18 |
acct-group/flows |
18 |
acct-group/flows |
Lines 21-30
RDEPEND="
Link Here
|
21 |
sys-libs/zlib |
21 |
sys-libs/zlib |
22 |
mysql? ( dev-db/mysql-connector-c:0= ) |
22 |
mysql? ( dev-db/mysql-connector-c:0= ) |
23 |
postgres? ( dev-db/postgresql:* ) |
23 |
postgres? ( dev-db/postgresql:* ) |
24 |
ssl? ( |
24 |
openssl? ( dev-libs/openssl:0= ) |
25 |
!libressl? ( dev-libs/openssl:0= ) |
|
|
26 |
libressl? ( dev-libs/libressl:0= ) |
27 |
) |
28 |
" |
25 |
" |
29 |
DEPEND=" |
26 |
DEPEND=" |
30 |
${RDEPEND} |
27 |
${RDEPEND} |