commit: 86a6490493722d1f3c055c2c3f0398b81a7cf771
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 17 17:07:27 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar 17 17:25:32 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86a64904
dev-util/kdevelop-python: Don't rely on KDEBASE=kdevelop
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-util/kdevelop-python/kdevelop-python-5.3.2.ebuild | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/dev-util/kdevelop-python/kdevelop-python-5.3.2.ebuild
b/dev-util/kdevelop-python/kdevelop-python-5.3.2.ebuild
index 8e0e5ebb139..0a046b765fe 100644
--- a/dev-util/kdevelop-python/kdevelop-python-5.3.2.ebuild
+++ b/dev-util/kdevelop-python/kdevelop-python-5.3.2.ebuild
@@ -3,16 +3,19 @@
EAPI=7
-EGIT_BRANCH="5.3"
KDE_TEST="forceoptional"
-KDEBASE="kdevelop"
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="~amd64 ~x86"
+fi
+
DESCRIPTION="Python plugin for KDevelop"
+HOMEPAGE="https://www.kdevelop.org/"
IUSE=""
-[[ ${KDE_BUILD_TYPE} = release ]] && KEYWORDS="~amd64 ~x86"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"