diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2019-01-04 10:06:45 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2019-01-04 10:07:07 +0100 |
commit | 55921ad2070080ffbdab5f88b073394a5884c38c (patch) | |
tree | a5c273c6c77d38a7c772e72f2dfe007236753143 /x11-wm | |
parent | app-crypt/tpm2-tools: fix libressl support (diff) | |
download | gentoo-55921ad2070080ffbdab5f88b073394a5884c38c.tar.gz gentoo-55921ad2070080ffbdab5f88b073394a5884c38c.tar.bz2 gentoo-55921ad2070080ffbdab5f88b073394a5884c38c.zip |
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>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/icewm/icewm-1.5.0-r1.ebuild | 9 |
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 a6dc765a7cfd..abaa3c67fdf2 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 } |