diff options
author | Davide Pesavento <pesa@gentoo.org> | 2019-02-12 05:48:10 +0100 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2019-02-12 05:48:10 +0100 |
commit | 65e0872ebb00df112a98ce23ad55ed32b78aee85 (patch) | |
tree | f03dedc33bb86b5deb28177170e5911e37f93306 /dev-python/sip | |
parent | dev-python/PyQt5-sip: bump to 4.19.14 final (diff) | |
download | gentoo-65e0872ebb00df112a98ce23ad55ed32b78aee85.tar.gz gentoo-65e0872ebb00df112a98ce23ad55ed32b78aee85.tar.bz2 gentoo-65e0872ebb00df112a98ce23ad55ed32b78aee85.zip |
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@gentoo.org>
Diffstat (limited to 'dev-python/sip')
-rw-r--r-- | dev-python/sip/sip-4.19.14.ebuild | 4 |
1 files 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 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 |