Skip to content

Commit

Permalink
dev-util/kdevelop-pg-qt: Port to KF6, block slot 5
Browse files Browse the repository at this point in the history
Collides with SLOT 5 unfortunately.

Upstream commit d89f985f433267e369fc213d3ea06b1f4fe45e23

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
  • Loading branch information
a17r committed May 17, 2024
1 parent db47f42 commit 172b79d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions dev-util/kdevelop-pg-qt/kdevelop-pg-qt-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,22 @@ EAPI=8

ECM_TEST="true"
KDE_ORG_CATEGORY="kdevelop"
KFMIN=5.115.0
KFMIN=6.0.0
inherit ecm kde.org

if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
KEYWORDS="~amd64"
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"
SLOT="6"
IUSE=""

RDEPEND+=" !${CATEGORY}/${PN}:5"
BDEPEND="
app-alternatives/lex
app-alternatives/yacc
Expand Down

0 comments on commit 172b79d

Please sign in to comment.