summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2019-01-04 10:06:45 +0100
committerLars Wendler <polynomial-c@gentoo.org>2019-01-04 10:07:07 +0100
commit55921ad2070080ffbdab5f88b073394a5884c38c (patch)
treea5c273c6c77d38a7c772e72f2dfe007236753143
parenta66b106e25440d56b008371c60cb347c6fc62fe7 (diff)
downloadgentoo-55921ad2070080ffbdab5f88b073394a5884c38c.tar.gz
gentoo-55921ad2070080ffbdab5f88b073394a5884c38c.tar.xz
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@gentoo.org>
-rw-r--r--x11-wm/icewm/icewm-1.5.0-r1.ebuild9
1 files 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
}