summaryrefslogtreecommitdiff
path: root/app-text
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-04-15 22:48:26 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-04-16 00:30:38 +0200
commitd222803e123fcfb82b905a15926fea281f204406 (patch)
treedee0844e569847b541bc9fa47a3b8f959d52d750 /app-text
parentefec8713a6bcc95877758ec65305ccb0123c34ab (diff)
downloadkde-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.ebuild10
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
}