diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-15 22:48:26 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-16 00:30:38 +0200 |
| commit | d222803e123fcfb82b905a15926fea281f204406 (patch) | |
| tree | dee0844e569847b541bc9fa47a3b8f959d52d750 /app-text | |
| parent | efec8713a6bcc95877758ec65305ccb0123c34ab (diff) | |
| download | kde-d222803e123fcfb82b905a15926fea281f204406.tar.gz kde-d222803e123fcfb82b905a15926fea281f204406.tar.bz2 kde-d222803e123fcfb82b905a15926fea281f204406.zip | |
app-text/kbibtex: Drop superfluous optfeature header
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-text')
| -rw-r--r-- | app-text/kbibtex/kbibtex-9999.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/app-text/kbibtex/kbibtex-9999.ebuild b/app-text/kbibtex/kbibtex-9999.ebuild index 7334698bd11..83b9da87e07 100644 --- a/app-text/kbibtex/kbibtex-9999.ebuild +++ b/app-text/kbibtex/kbibtex-9999.ebuild @@ -14,6 +14,7 @@ HOMEPAGE="https://apps.kde.org/en/kbibtex https://userbase.kde.org/KBibTeX" if [[ ${KDE_BUILD_TYPE} != live ]]; then SRC_URI="mirror://kde/stable/KBibTeX/${PV}/${P}.tar.xz" + S="${WORKDIR}/${P/_/-}" KEYWORDS="~amd64 ~x86" fi @@ -21,6 +22,8 @@ LICENSE="GPL-2" SLOT="5" IUSE="webengine" +RESTRICT+=" test" + DEPEND=" app-text/poppler[qt5] dev-libs/icu:= @@ -56,10 +59,6 @@ RDEPEND="${DEPEND} dev-tex/bibtex2html " -RESTRICT+=" test" - -S="${WORKDIR}/${P/_/-}" - src_configure() { local mycmakeargs=( -DCMAKE_DISABLE_FIND_PACKAGE_Qt5WebKitWidgets=ON @@ -71,8 +70,7 @@ src_configure() { pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then - elog "Optional dependencies:" - optfeature "PDF or PostScript document previews" kde-apps/okular:${SLOT} + optfeature "PDF or PostScript document previews" "kde-apps/okular:${SLOT}" fi ecm_pkg_postinst } |
