Gentoo Archives: gentoo-commits

From: Anna Vyalkova <cyber+gentoo@×××××.in>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-gfx/azpainter/
Date: Mon, 30 May 2022 17:47:34
Message-Id: 1653932814.f548cdda5ca3ee79fe270a4ffa0ebabe576f5509.cybertailor@gentoo
1 commit: f548cdda5ca3ee79fe270a4ffa0ebabe576f5509
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Mon May 30 15:20:48 2022 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Mon May 30 17:46:54 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f548cdda
7
8 media-gfx/azpainter: edo
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 media-gfx/azpainter/azpainter-3.0.4.ebuild | 8 +++-----
13 1 file changed, 3 insertions(+), 5 deletions(-)
14
15 diff --git a/media-gfx/azpainter/azpainter-3.0.4.ebuild b/media-gfx/azpainter/azpainter-3.0.4.ebuild
16 index 42ae75323..79d5a1d0d 100644
17 --- a/media-gfx/azpainter/azpainter-3.0.4.ebuild
18 +++ b/media-gfx/azpainter/azpainter-3.0.4.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=8
22
23 -inherit toolchain-funcs xdg
24 +inherit edo toolchain-funcs xdg
25
26 DESCRIPTION="Full color painting software for Linux for illustration drawing"
27 HOMEPAGE="http://azsky2.html.xdomain.jp/soft/azpainter.html
28 @@ -38,11 +38,9 @@ DOCS=(
29 )
30
31 src_configure() {
32 - sh ./configure \
33 - --prefix=/usr \
34 - --docdir=/usr/share/doc/${PF} \
35 - CC="$(tc-getCC)" CFLAGS="${CFLAGS:-02}" LDFLAGS="${LDFLAGS}" || die
36 tc-export AR
37 + edo sh ./configure --prefix=/usr --docdir=/usr/share/doc/${PF} \
38 + CC="$(tc-getCC)" CFLAGS="${CFLAGS:-02}" LDFLAGS="${LDFLAGS}"
39 }
40
41 src_install() {