mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -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,12 +13,12 @@ DESCRIPTION="Python package for interacting with Steam"
|
|||||||
HOMEPAGE="https://github.com/ValvePython/steam"
|
HOMEPAGE="https://github.com/ValvePython/steam"
|
||||||
|
|
||||||
DEPEND="dev-python/six
|
DEPEND="dev-python/six
|
||||||
dev-python/pycryptodome
|
dev-python/pycryptodome
|
||||||
dev-python/requests
|
dev-python/requests
|
||||||
dev-python/urllib3
|
dev-python/urllib3
|
||||||
dev-python/vdf
|
dev-python/vdf
|
||||||
dev-python/protobuf-python
|
dev-python/protobuf-python
|
||||||
dev-python/cachetools
|
dev-python/cachetools
|
||||||
"
|
"
|
||||||
LICENSE="GPL-3"
|
LICENSE="GPL-3"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
@@ -26,9 +26,9 @@ SLOT="0"
|
|||||||
KEYWORDS="~amd64 ~x86"
|
KEYWORDS="~amd64 ~x86"
|
||||||
|
|
||||||
src_compile() {
|
src_compile() {
|
||||||
distutils-r1_src_compile
|
distutils-r1_src_compile
|
||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
distutils-r1_src_install
|
distutils-r1_src_install
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -13,20 +13,20 @@ DESCRIPTION="Python package for interacting with Steam"
|
|||||||
HOMEPAGE="https://github.com/ValvePython/steam"
|
HOMEPAGE="https://github.com/ValvePython/steam"
|
||||||
|
|
||||||
DEPEND="dev-python/six
|
DEPEND="dev-python/six
|
||||||
dev-python/pycryptodome
|
dev-python/pycryptodome
|
||||||
dev-python/requests
|
dev-python/requests
|
||||||
dev-python/urllib3
|
dev-python/urllib3
|
||||||
dev-python/vdf
|
dev-python/vdf
|
||||||
dev-python/protobuf-python
|
dev-python/protobuf-python
|
||||||
dev-python/cachetools
|
dev-python/cachetools
|
||||||
"
|
"
|
||||||
LICENSE="GPL-3"
|
LICENSE="GPL-3"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
|
||||||
src_compile() {
|
src_compile() {
|
||||||
distutils-r1_src_compile
|
distutils-r1_src_compile
|
||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
distutils-r1_src_install
|
distutils-r1_src_install
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user