summaryrefslogtreecommitdiff
path: root/dev-util/kdevplatform/kdevplatform-9999.ebuild
diff options
context:
space:
mode:
authorIan Delaney <idell5@iinet.com.au>2012-02-17 10:56:06 +0800
committerIan Delaney <idell5@iinet.com.au>2012-02-17 10:56:06 +0800
commit14d2ff38bb2ede029290b91ce1be0dbf4693c9e1 (patch)
treea08fdb178a0f403399179ff2cafb10c47f4e1da4 /dev-util/kdevplatform/kdevplatform-9999.ebuild
parent47126603f7e794e2edf3ded628d59bb91dd4065b (diff)
downloadkde-14d2ff38bb2ede029290b91ce1be0dbf4693c9e1.tar.gz
kde-14d2ff38bb2ede029290b91ce1be0dbf4693c9e1.tar.bz2
kde-14d2ff38bb2ede029290b91ce1be0dbf4693c9e1.zip
[dev-util/kdevplatform] adpated live & beta ebuilds
Diffstat (limited to 'dev-util/kdevplatform/kdevplatform-9999.ebuild')
-rw-r--r--dev-util/kdevplatform/kdevplatform-9999.ebuild10
1 files changed, 8 insertions, 2 deletions
diff --git a/dev-util/kdevplatform/kdevplatform-9999.ebuild b/dev-util/kdevplatform/kdevplatform-9999.ebuild
index 0ba51a57a1c..80a3a7b4e8f 100644
--- a/dev-util/kdevplatform/kdevplatform-9999.ebuild
+++ b/dev-util/kdevplatform/kdevplatform-9999.ebuild
@@ -11,11 +11,17 @@ KDE_MINIMAL="4.7"
VIRTUALX_REQUIRED=test
KDE_LINGUAS="bs ca ca@valencia da de el en_GB es et fi fr it nb nds nl pl pt
pt_BR ru sl sv th uk zh_CN zh_TW"
+
+if [[ $PV == *9999 ]]; then
+ KEYWORDS=""
+else
+ KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+fi
+
inherit kde4-base
DESCRIPTION="KDE development support libraries and apps"
-KEYWORDS=""
# Moved to playground for now
# bazaar kompare mercurial
LICENSE="GPL-2 LGPL-2"
@@ -33,11 +39,11 @@ DEPEND="
"
RDEPEND="${DEPEND}
!<dev-util/kdevelop-${KDEVELOP_VERSION}:4
- !dev-util/kdevelop-git
$(add_kdebase_dep konsole)
cvs? ( dev-vcs/cvs )
git? ( dev-vcs/git )
"
+#!dev-util/kdevelop-git
# Quite few fails and upstream is aware
RESTRICT="test"