summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-08-28 19:49:44 +0200
committerMichał Górny <mgorny@gentoo.org>2017-08-28 20:20:20 +0200
commit12afb058a01ee7fde90892a6366520fd731a2373 (patch)
treeac6dd5deed36eb070a14352484a583d8a2079691 /dev-python/sortedcontainers
parentdev-cpp/libjson-rpc-cpp: Add USE flags for Redis in -9999 (diff)
downloadgentoo-12afb058a01ee7fde90892a6366520fd731a2373.tar.gz
gentoo-12afb058a01ee7fde90892a6366520fd731a2373.tar.bz2
gentoo-12afb058a01ee7fde90892a6366520fd731a2373.zip
dev-python/sortedcontainers: [QA] Replace external 'cut' call
Diffstat (limited to 'dev-python/sortedcontainers')
-rw-r--r--dev-python/sortedcontainers/sortedcontainers-1.5.7.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sortedcontainers/sortedcontainers-1.5.7.ebuild b/dev-python/sortedcontainers/sortedcontainers-1.5.7.ebuild
index 8216ed2c3457..0775fb5524be 100644
--- a/dev-python/sortedcontainers/sortedcontainers-1.5.7.ebuild
+++ b/dev-python/sortedcontainers/sortedcontainers-1.5.7.ebuild
@@ -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"