Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/icewm/
Date: Fri, 04 Jan 2019 09:07:21
Message-Id: 1546592827.55921ad2070080ffbdab5f88b073394a5884c38c.polynomial-c@gentoo
1 commit: 55921ad2070080ffbdab5f88b073394a5884c38c
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 4 09:06:45 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 4 09:07:07 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55921ad2
7
8 x11-wm/icewm: Removed "doc" USE flag.
9
10 Closes: https://bugs.gentoo.org/674444
11 Package-Manager: Portage-2.3.54, Repoman-2.3.12
12 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
13
14 x11-wm/icewm/icewm-1.5.0-r1.ebuild | 9 ++-------
15 1 file changed, 2 insertions(+), 7 deletions(-)
16
17 diff --git a/x11-wm/icewm/icewm-1.5.0-r1.ebuild b/x11-wm/icewm/icewm-1.5.0-r1.ebuild
18 index a6dc765a7cf..abaa3c67fdf 100644
19 --- a/x11-wm/icewm/icewm-1.5.0-r1.ebuild
20 +++ b/x11-wm/icewm/icewm-1.5.0-r1.ebuild
21 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/ice-wm/icewm/releases/download/${PV}/${P}.tar.xz"
22
23 SLOT="0"
24 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
25 -IUSE="+alsa ao bidi debug doc nls truetype uclibc xinerama"
26 +IUSE="+alsa ao bidi debug nls truetype uclibc xinerama"
27
28 # Tests broken in all versions, patches welcome, bug #323907, #389533
29 RESTRICT="test"
30 @@ -45,9 +45,9 @@ RDEPEND="
31 "
32 DEPEND="
33 ${RDEPEND}
34 + app-text/asciidoc
35 gnome-base/librsvg
36 x11-base/xorg-proto
37 - doc? ( app-text/linuxdoc-tools )
38 nls? ( >=sys-devel/gettext-0.19.6 )
39 truetype? ( >=media-libs/freetype-2.0.9 )
40 "
41 @@ -57,11 +57,6 @@ src_prepare() {
42 #use uclibc && PATCHES+=( "${FILESDIR}/${PN}-1.3.8-uclibc.patch" )
43
44 default
45 -
46 - if ! use doc ; then
47 - sed '/^SUBDIRS =/s@ doc@@' -i Makefile.am || die
48 - fi
49 -
50 eautoreconf
51 }