Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/icewm/
Date: Fri, 03 Mar 2023 07:15:05
Message-Id: 1677827698.9837657611874ec910caad023ce937d2be11954b.juippis@gentoo
1 commit: 9837657611874ec910caad023ce937d2be11954b
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 3 07:07:13 2023 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 3 07:14:58 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98376576
7
8 x11-wm/icewm: remove useless sed, add := against libjeg-turbo in 3.3.1
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 x11-wm/icewm/icewm-3.3.1.ebuild | 9 ++-------
13 1 file changed, 2 insertions(+), 7 deletions(-)
14
15 diff --git a/x11-wm/icewm/icewm-3.3.1.ebuild b/x11-wm/icewm/icewm-3.3.1.ebuild
16 index f5a4dea70c18..beda371ecbfd 100644
17 --- a/x11-wm/icewm/icewm-3.3.1.ebuild
18 +++ b/x11-wm/icewm/icewm-3.3.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2022 Gentoo Authors
21 +# Copyright 1999-2023 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -63,7 +63,7 @@ RDEPEND="
26 )
27 !imlib? (
28 media-libs/libpng:0=
29 - media-libs/libjpeg-turbo
30 + media-libs/libjpeg-turbo:=
31 )
32 )
33 xinerama? ( x11-libs/libXinerama )
34 @@ -131,11 +131,6 @@ src_configure() {
35 fi
36
37 econf "${myconf[@]}"
38 -
39 - sed \
40 - -e "s:/icewm-\$(VERSION)::" \
41 - -e "s:ungif:gif:" \
42 - -i src/Makefile || die
43 }
44
45 src_install() {