diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-04-01 20:36:38 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-04-01 21:14:09 +0200 |
commit | 3e0cf07804522f8d844643ef843ea6a0f9727c6d (patch) | |
tree | 345490ac783512a631e50239c1a76229e972ee2a /app-editors | |
parent | 5df282157d10ce8524d6beeb7646db20c5033311 (diff) | |
download | gentoo-3e0cf07804522f8d844643ef843ea6a0f9727c6d.tar.gz gentoo-3e0cf07804522f8d844643ef843ea6a0f9727c6d.tar.xz |
app-editors/kile: Add kde-apps/katepart:4 dep, EAPI 6, fix DESCRIPTION
This was originally put into kde-frameworks/kdelibs due to bug 387431.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/kile/kile-2.1.3-r3.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-editors/kile/kile-2.1.3-r3.ebuild b/app-editors/kile/kile-2.1.3-r3.ebuild index dea68a163c9..7bd96c72b12 100644 --- a/app-editors/kile/kile-2.1.3-r3.ebuild +++ b/app-editors/kile/kile-2.1.3-r3.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 KDE_DOC_DIRS="doc" KDE_HANDBOOK="optional" MY_P=${P/_beta/b} inherit kde4-base -DESCRIPTION="A Latex Editor and TeX shell for KDE" +DESCRIPTION="A Latex Editor and TeX shell by KDE" HOMEPAGE="http://kile.sourceforge.net/" [[ ${PV} != *9999* ]] && SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" @@ -21,6 +21,7 @@ DEPEND=" x11-misc/shared-mime-info " RDEPEND="${DEPEND} + $(add_kdeapps_dep katepart '' 4.14.3) $(add_kdeapps_dep kdebase-data) $(add_kdeapps_dep konsolepart) || ( |