1
0
mirror of https://github.com/dguglielmi/sunny-overlay.git synced 2025-12-06 13:52:40 +01:00

overlay: cosmetic changes on ebuild syntax

This commit is contained in:
2020-01-05 19:36:43 +01:00
parent 18959c001f
commit bc38b5645b
21 changed files with 42 additions and 74 deletions

View File

@@ -11,10 +11,8 @@ DESCRIPTION="Python library that makes it easy to access and parse data from Wik
HOMEPAGE="https://github.com/goldsmith/Wikipedia"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
RDEPEND="
dev-python/beautifulsoup:4
>=dev-python/requests-2.6.0
"
RDEPEND="dev-python/beautifulsoup:4
>=dev-python/requests-2.6.0"
LICENSE="MIT"
SLOT="0"