commit: f0c7ed78b723f8fa3440ba78f423e8483bf4a4ee
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May 13 04:11:24 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 13 05:18:19 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0c7ed78
sys-libs/gwenhywfar: fix whitespace
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-libs/gwenhywfar/gwenhywfar-5.12.0-r1.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/sys-libs/gwenhywfar/gwenhywfar-5.12.0-r1.ebuild
b/sys-libs/gwenhywfar/gwenhywfar-5.12.0-r1.ebuild
index 7a9281b8dfd5..329833205f64 100644
--- a/sys-libs/gwenhywfar/gwenhywfar-5.12.0-r1.ebuild
+++ b/sys-libs/gwenhywfar/gwenhywfar-5.12.0-r1.ebuild
@@ -45,14 +45,14 @@ BDEPEND="
sys-devel/gettext
virtual/pkgconfig
"
-# doc? ( app-text/doxygen )
+# doc? ( app-text/doxygen )
src_configure() {
local myeconfargs=(
--with-docpath="${EPREFIX}/usr/share/doc/${PF}/apidoc"
--with-libxml2-code=yes
$(use_enable debug)
-# $(use_enable doc full-doc)
+ #$(use_enable doc full-doc)
)
use qt5 && myeconfargs+=(
--with-qt5-moc="$(qt5_get_bindir)/moc"
@@ -67,11 +67,11 @@ src_configure() {
src_compile() {
emake
-# use doc && emake srcdoc
+ #use doc && emake srcdoc
}
src_install() {
default
-# use doc && emake DESTDIR="${D}" install-srcdoc
+ #use doc && emake DESTDIR="${D}" install-srcdoc
find "${D}" -name '*.la' -type f -delete || die
}