mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 13:51:00 +02:00
Move dependencies to separate lines.
Signed-off-by: sectroyer <sectroyer@gmail.com>
This commit is contained in:
parent
7629b692bc
commit
0d2337bdd5
1 changed files with 2 additions and 1 deletions
|
|
@ -20,6 +20,7 @@ LICENSE="BSD"
|
|||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="${PYTHON_DEPS} >=dev-python/beautifulsoup4-4.5.1[${PYTHON_USEDEP}]"
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
>=dev-python/beautifulsoup4-4.5.1[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue