From: Davide Pesavento Date: Tue, 12 Feb 2019 04:48:10 +0000 (+0100) Subject: dev-python/sip: cosmetic changes to minimize diff with PyQt5-sip X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=65e0872ebb00df112a98ce23ad55ed32b78aee85;p=gentoo.git dev-python/sip: cosmetic changes to minimize diff with PyQt5-sip Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Davide Pesavento --- diff --git a/dev-python/sip/sip-4.19.14.ebuild b/dev-python/sip/sip-4.19.14.ebuild index 23d98f6e9a42..e694b38a121f 100644 --- a/dev-python/sip/sip-4.19.14.ebuild +++ b/dev-python/sip/sip-4.19.14.ebuild @@ -9,11 +9,11 @@ inherit python-r1 toolchain-funcs DESCRIPTION="Python extension module generator for C and C++ libraries" HOMEPAGE="https://www.riverbankcomputing.com/software/sip/intro" -MY_P=${P/_pre/.dev} +MY_P=sip-${PV/_pre/.dev} if [[ ${PV} == *_pre* ]]; then SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz" else - SRC_URI="https://www.riverbankcomputing.com/static/Downloads/${PN}/${MY_P}.tar.gz" + SRC_URI="https://www.riverbankcomputing.com/static/Downloads/sip/${MY_P}.tar.gz" fi # Sub-slot based on SIP_API_MAJOR_NR from siplib/sip.h