dev-python/sortedcontainers: [QA] Replace external 'cut' call

This commit is contained in:
Michał Górny
2017-08-28 19:49:44 +02:00
parent 95aff96d4a
commit 12afb058a0

View File

@@ -9,7 +9,7 @@ inherit distutils-r1
DESCRIPTION="Python library to sort collections and containers"
HOMEPAGE="http://www.grantjenks.com/docs/sortedcontainers/"
SRC_URI="mirror://pypi/$(echo ${PN} | cut -c 1)/${PN}/${P}.tar.gz"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"