summaryrefslogtreecommitdiff
path: root/kde-misc/pate/pate-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'kde-misc/pate/pate-9999.ebuild')
-rw-r--r--kde-misc/pate/pate-9999.ebuild11
1 files changed, 4 insertions, 7 deletions
diff --git a/kde-misc/pate/pate-9999.ebuild b/kde-misc/pate/pate-9999.ebuild
index c841cca0384..df422e16fed 100644
--- a/kde-misc/pate/pate-9999.ebuild
+++ b/kde-misc/pate/pate-9999.ebuild
@@ -5,7 +5,8 @@
EAPI=3
PYTHON_DEPEND="2"
-inherit git python kde4-base
+KDE_SCM="git"
+inherit python kde4-base
DESCRIPTION="Tasty Python plugins for Kate"
HOMEPAGE="http://github.com/pag/pate"
@@ -17,8 +18,8 @@ SLOT="4"
IUSE=""
DEPEND="
- >=kde-base/kate-${KDE_MINIMAL}
- >=kde-base/pykde4-${KDE_MINIMAL}
+ $(add_kdebase_dep kate)
+ $(add_kdebase_dep pykde4)
"
RDEPEND="${DEPEND}"
@@ -26,7 +27,3 @@ pkg_setup() {
python_set_active_version 2
kde4-base_pkg_setup
}
-
-src_unpack() {
- git_src_unpack
-}