commit:     55921ad2070080ffbdab5f88b073394a5884c38c
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  4 09:06:45 2019 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Fri Jan  4 09:07:07 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55921ad2

x11-wm/icewm: Removed "doc" USE flag.

Closes: https://bugs.gentoo.org/674444
Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 x11-wm/icewm/icewm-1.5.0-r1.ebuild | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/x11-wm/icewm/icewm-1.5.0-r1.ebuild 
b/x11-wm/icewm/icewm-1.5.0-r1.ebuild
index a6dc765a7cf..abaa3c67fdf 100644
--- a/x11-wm/icewm/icewm-1.5.0-r1.ebuild
+++ b/x11-wm/icewm/icewm-1.5.0-r1.ebuild
@@ -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
 }
 

Reply via email to