x11-wm/icewm: Removed "doc" USE flag.
authorLars Wendler <polynomial-c@gentoo.org>
Fri, 4 Jan 2019 09:06:45 +0000 (10:06 +0100)
committerLars Wendler <polynomial-c@gentoo.org>
Fri, 4 Jan 2019 09:07:07 +0000 (10:07 +0100)
Closes: https://bugs.gentoo.org/674444
Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
x11-wm/icewm/icewm-1.5.0-r1.ebuild

index a6dc765a7cfd31c594adec2772ed37f8e4b577b5..abaa3c67fdf2ed3ce345320f26676db83704cb7b 100644 (file)
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/ice-wm/icewm/releases/download/${PV}/${P}.tar.xz"
 
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="+alsa ao bidi debug doc nls truetype uclibc xinerama"
+IUSE="+alsa ao bidi debug nls truetype uclibc xinerama"
 
 # Tests broken in all versions, patches welcome, bug #323907, #389533
 RESTRICT="test"
@@ -45,9 +45,9 @@ RDEPEND="
 "
 DEPEND="
        ${RDEPEND}
+       app-text/asciidoc
        gnome-base/librsvg
        x11-base/xorg-proto
-       doc? ( app-text/linuxdoc-tools )
        nls? ( >=sys-devel/gettext-0.19.6 )
        truetype? ( >=media-libs/freetype-2.0.9 )
 "
@@ -57,11 +57,6 @@ src_prepare() {
        #use uclibc && PATCHES+=( "${FILESDIR}/${PN}-1.3.8-uclibc.patch" )
 
        default
-
-       if ! use doc ; then
-               sed '/^SUBDIRS =/s@ doc@@' -i Makefile.am || die
-       fi
-
        eautoreconf
 }