diff options
Diffstat (limited to 'dev-util/kdevplatform/kdevplatform-1.2.82.ebuild')
| -rw-r--r-- | dev-util/kdevplatform/kdevplatform-1.2.82.ebuild | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/dev-util/kdevplatform/kdevplatform-1.2.82.ebuild b/dev-util/kdevplatform/kdevplatform-1.2.82.ebuild index 17d4d809542..1efd9264be9 100644 --- a/dev-util/kdevplatform/kdevplatform-1.2.82.ebuild +++ b/dev-util/kdevplatform/kdevplatform-1.2.82.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevplatform/kdevplatform-1.2.82.ebuild,v 1.1 2012/02/11 15:04:07 EAPI=4 @@ -9,14 +9,18 @@ KDE_SCM="git" EGIT_REPONAME="${PN}" 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" +KDE_LINGUAS="ca ca@valencia da de en_GB es et fr it nb nds nl 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" -SRC_URI="mirror://kde/unstable/kdevelop/${KDEVELOP_VERSION}/src/${P}.tar.bz2" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" # Moved to playground for now # bazaar kompare mercurial LICENSE="GPL-2 LGPL-2" @@ -34,15 +38,18 @@ 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" +PATCHES=( + "${FILESDIR}/${P}"-svn17-[12].patch +) + src_prepare() { kde4-base_src_prepare |
