Lines 1-4
Link Here
|
1 |
# Copyright 1999-2019 Gentoo Authors |
1 |
# Copyright 2014-2019 Gentoo Authors |
2 |
# Distributed under the terms of the GNU General Public License v2 |
2 |
# Distributed under the terms of the GNU General Public License v2 |
3 |
|
3 |
|
4 |
EAPI=7 |
4 |
EAPI=7 |
Lines 18-31
IUSE="doc input_devices_wacom"
Link Here
|
18 |
# Other tests are just about logs, exported symbols and autotest of the test library. |
18 |
# Other tests are just about logs, exported symbols and autotest of the test library. |
19 |
RESTRICT="test" |
19 |
RESTRICT="test" |
20 |
|
20 |
|
21 |
RDEPEND=" |
21 |
BDEPEND=" |
22 |
input_devices_wacom? ( >=dev-libs/libwacom-0.20 ) |
22 |
virtual/pkgconfig |
23 |
>=dev-libs/libevdev-1.3 |
|
|
24 |
>=sys-libs/mtdev-1.1 |
25 |
virtual/libudev:= |
26 |
virtual/udev |
27 |
" |
28 |
DEPEND="${RDEPEND} |
29 |
doc? ( |
23 |
doc? ( |
30 |
$(python_gen_any_dep ' |
24 |
$(python_gen_any_dep ' |
31 |
dev-python/commonmark[${PYTHON_USEDEP}] |
25 |
dev-python/commonmark[${PYTHON_USEDEP}] |
Lines 37-49
DEPEND="${RDEPEND}
Link Here
|
37 |
>=media-gfx/graphviz-2.38.0 |
31 |
>=media-gfx/graphviz-2.38.0 |
38 |
) |
32 |
) |
39 |
" |
33 |
" |
40 |
# test? ( |
34 |
# test? ( dev-util/valgrind ) |
41 |
# >=dev-libs/check-0.9.10 |
35 |
RDEPEND=" |
42 |
# dev-util/valgrind |
36 |
input_devices_wacom? ( >=dev-libs/libwacom-0.20 ) |
43 |
# sys-libs/libunwind ) |
37 |
>=dev-libs/libevdev-1.3 |
44 |
BDEPEND=" |
38 |
>=sys-libs/mtdev-1.1 |
45 |
virtual/pkgconfig |
39 |
virtual/libudev:= |
|
|
40 |
virtual/udev |
46 |
" |
41 |
" |
|
|
42 |
DEPEND="${RDEPEND}" |
43 |
# test? ( >=dev-libs/check-0.9.10 ) |
47 |
|
44 |
|
48 |
python_check_deps() { |
45 |
python_check_deps() { |
49 |
has_version "dev-python/commonmark[${PYTHON_USEDEP}]" && \ |
46 |
has_version "dev-python/commonmark[${PYTHON_USEDEP}]" && \ |
50 |
- |
|
|