Move dependencies to separate lines.

Signed-off-by: sectroyer <sectroyer@gmail.com>
This commit is contained in:
sectroyer 2022-02-06 19:36:09 +01:00
parent 7629b692bc
commit 0d2337bdd5
No known key found for this signature in database
GPG key ID: 700B148682DD4A30

View file

@ -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}"