From 59a592b959410083a04f4256044cc4758885b211 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 28 Aug 2017 19:52:27 +0200 Subject: [PATCH] dev-python/sortedcollections: [QA] Replace external 'cut' call --- dev-python/sortedcollections/sortedcollections-0.5.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sortedcollections/sortedcollections-0.5.3.ebuild b/dev-python/sortedcollections/sortedcollections-0.5.3.ebuild index 31c883ffaa6f7..a000cde4c13ac 100644 --- a/dev-python/sortedcollections/sortedcollections-0.5.3.ebuild +++ b/dev-python/sortedcollections/sortedcollections-0.5.3.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"