mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
gr-tenna: add missing dep
This commit is contained in:
parent
8d95669de0
commit
5f2e2bb994
1 changed files with 2 additions and 1 deletions
|
|
@ -23,7 +23,8 @@ LICENSE="GPL-3 public-domain"
|
|||
SLOT="0"
|
||||
|
||||
DEPEND="${PYTHON_DEPS}"
|
||||
RDEPEND="${DEPEND}"
|
||||
RDEPEND="${DEPEND}
|
||||
$(python_gen_cond_dep 'dev-python/reedsolo[${PYTHON_USEDEP}]')"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
src_configure() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue