commit:     2a15b6efa3fc7f97e6610c2fdd008542a8bbda93
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 12 18:33:31 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Apr 12 18:35:30 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a15b6ef

sys-libs/gwenhywfar: Drop IUSE doc, apparently broken

Closes: https://bugs.gentoo.org/950614
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 sys-libs/gwenhywfar/gwenhywfar-5.12.0.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/sys-libs/gwenhywfar/gwenhywfar-5.12.0.ebuild 
b/sys-libs/gwenhywfar/gwenhywfar-5.12.0.ebuild
index aef1809cabc3..7f7c5682ae8a 100644
--- a/sys-libs/gwenhywfar/gwenhywfar-5.12.0.ebuild
+++ b/sys-libs/gwenhywfar/gwenhywfar-5.12.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://www.aquamaniac.de/rdm/attachments/download/529/${P}.tar.gz";
 LICENSE="LGPL-2.1"
 SLOT="0/79" # correspond with libgwenhywfar.so version
 KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
-IUSE="debug doc gtk qt5 test"
+IUSE="debug gtk qt5 test" # doc (is broken, bug #950614
 
 # broken upstream, reported but got no reply
 RESTRICT="test"
@@ -44,15 +44,15 @@ RDEPEND="${DEPEND}"
 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
 }

Reply via email to