diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-09-14 10:58:55 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-09-14 11:03:09 +0200 |
commit | 303be03e19a91fb0b7c441c7b14daea690e9bd39 (patch) | |
tree | e24ba0dc8e30038f29fb3ca6a15e67d6902cb4f6 /kde-apps/poxml/poxml-24.08.1-r1.ebuild | |
parent | sci-geosciences/gpsbabel: De-keyword ~x86 (diff) | |
download | gentoo-303be03e19a91fb0b7c441c7b14daea690e9bd39.tar.gz gentoo-303be03e19a91fb0b7c441c7b14daea690e9bd39.tar.bz2 gentoo-303be03e19a91fb0b7c441c7b14daea690e9bd39.zip |
kde-apps/poxml: Add missing KFMIN >=6 definition
... even if not used by ebuild, it is necessary for ecm.eclass to define
correct deps on Qt6 and KF6 deps.
Closes: https://bugs.gentoo.org/939603
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/poxml/poxml-24.08.1-r1.ebuild')
-rw-r--r-- | kde-apps/poxml/poxml-24.08.1-r1.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/kde-apps/poxml/poxml-24.08.1-r1.ebuild b/kde-apps/poxml/poxml-24.08.1-r1.ebuild new file mode 100644 index 000000000000..84b513673108 --- /dev/null +++ b/kde-apps/poxml/poxml-24.08.1-r1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_HANDBOOK="forceoptional" +KFMIN=6.5.0 +QTMIN=6.7.2 +inherit ecm gear.kde.org + +DESCRIPTION="KDE utility to translate DocBook XML files using gettext po files" + +LICENSE="GPL-2" # TODO: CHECK +SLOT="6" +KEYWORDS="~amd64 ~arm64 ~riscv ~x86" +IUSE="" + +DEPEND=" + >=dev-qt/qtbase-${QTMIN}:6[xml] + sys-devel/gettext +" +RDEPEND="${DEPEND}" |