mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-14 17:43:11 -04:00
dev-python/steam: fix indentation tabs instead of spaces
Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com>
This commit is contained in:
@@ -13,20 +13,20 @@ DESCRIPTION="Python package for interacting with Steam"
|
||||
HOMEPAGE="https://github.com/ValvePython/steam"
|
||||
|
||||
DEPEND="dev-python/six
|
||||
dev-python/pycryptodome
|
||||
dev-python/requests
|
||||
dev-python/urllib3
|
||||
dev-python/vdf
|
||||
dev-python/protobuf-python
|
||||
dev-python/cachetools
|
||||
dev-python/pycryptodome
|
||||
dev-python/requests
|
||||
dev-python/urllib3
|
||||
dev-python/vdf
|
||||
dev-python/protobuf-python
|
||||
dev-python/cachetools
|
||||
"
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
src_compile() {
|
||||
distutils-r1_src_compile
|
||||
distutils-r1_src_compile
|
||||
}
|
||||
|
||||
src_install() {
|
||||
distutils-r1_src_install
|
||||
distutils-r1_src_install
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user