diff options
Diffstat (limited to 'dev-util/kdevelop-python/kdevelop-python-5.3.9999.ebuild')
| -rw-r--r-- | dev-util/kdevelop-python/kdevelop-python-5.3.9999.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-util/kdevelop-python/kdevelop-python-5.3.9999.ebuild b/dev-util/kdevelop-python/kdevelop-python-5.3.9999.ebuild index f9914471d50..f8bcefa087b 100644 --- a/dev-util/kdevelop-python/kdevelop-python-5.3.9999.ebuild +++ b/dev-util/kdevelop-python/kdevelop-python-5.3.9999.ebuild @@ -8,10 +8,14 @@ KMNAME="kdev-python" PYTHON_COMPAT=( python3_{5,6,7} ) inherit kde5 python-single-r1 +if [[ ${KDE_BUILD_TYPE} = release ]]; then + SRC_URI="mirror://kde/stable/kdevelop/${PV}/src/${KMNAME}-${PV}.tar.xz" + KEYWORDS="" +fi + DESCRIPTION="Python plugin for KDevelop" HOMEPAGE="https://www.kdevelop.org/" IUSE="" -[[ ${KDE_BUILD_TYPE} = release ]] && KEYWORDS="~amd64 ~x86" REQUIRED_USE="${PYTHON_REQUIRED_USE}" |
