commit:     65e0872ebb00df112a98ce23ad55ed32b78aee85
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 12 04:48:10 2019 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Tue Feb 12 04:48:10 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65e0872e

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 <pesa <AT> gentoo.org>

 dev-python/sip/sip-4.19.14.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sip/sip-4.19.14.ebuild 
b/dev-python/sip/sip-4.19.14.ebuild
index 23d98f6e9a4..e694b38a121 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

Reply via email to