From 12afb058a01ee7fde90892a6366520fd731a2373 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 28 Aug 2017 19:49:44 +0200 Subject: dev-python/sortedcontainers: [QA] Replace external 'cut' call --- dev-python/sortedcontainers/sortedcontainers-1.5.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/sortedcontainers') 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" -- cgit v1.2.3-65-gdbad