summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-12-25 23:07:52 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-12-26 09:36:38 +0100
commit33c716a54e7f8855746f51c9ebd44f92a7c74a85 (patch)
tree8b583798cf141ca6e8891dd644f99504fbf108d5 /dev-util/kdevelop-pg-qt
parentapp-office/calligra: Port to ecm.eclass and kde.org.eclass (diff)
downloadgentoo-33c716a54e7f8855746f51c9ebd44f92a7c74a85.tar.gz
gentoo-33c716a54e7f8855746f51c9ebd44f92a7c74a85.tar.bz2
gentoo-33c716a54e7f8855746f51c9ebd44f92a7c74a85.zip
dev-util/kdevelop-pg-qt: Port to ecm.eclass and kde.org.eclass
Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-util/kdevelop-pg-qt')
-rw-r--r--dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.2.0.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.2.0.ebuild b/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.2.0.ebuild
index 4fac1ce848d0..7aea0fc71f7d 100644
--- a/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.2.0.ebuild
+++ b/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.2.0.ebuild
@@ -3,8 +3,8 @@
EAPI=7
-KDE_TEST="true"
-inherit kde5
+ECM_TEST="true"
+inherit ecm kde.org
if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
@@ -13,7 +13,9 @@ fi
DESCRIPTION="LL(1) parser generator used mainly by KDevelop language plugins"
HOMEPAGE="https://www.kdevelop.org/"
+
LICENSE="LGPL-2+ LGPL-2.1+"
+SLOT="5"
IUSE=""
PATCHES=( "${FILESDIR}/${P}-qt-5.14.patch" )