Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/imlib2/
Date: Mon, 01 Aug 2022 03:24:10
Message-Id: 1659324080.f2a68ba41c253c96a0da6a86ecc691ded02ae40e.sam@gentoo
1 commit: f2a68ba41c253c96a0da6a86ecc691ded02ae40e
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 1 03:21:20 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 1 03:21:20 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2a68ba4
7
8 media-libs/imlib2: add note to bump with media-plugins/imlib2_loaders
9
10 Bug: https://bugs.gentoo.org/862528
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 media-libs/imlib2/imlib2-1.9.1.ebuild | 2 ++
14 1 file changed, 2 insertions(+)
15
16 diff --git a/media-libs/imlib2/imlib2-1.9.1.ebuild b/media-libs/imlib2/imlib2-1.9.1.ebuild
17 index ed5bfb90c18c..ece031d80baa 100644
18 --- a/media-libs/imlib2/imlib2-1.9.1.ebuild
19 +++ b/media-libs/imlib2/imlib2-1.9.1.ebuild
20 @@ -3,6 +3,8 @@
21
22 EAPI=8
23
24 +# Must be bumped with media-plugins/imlib2_loaders!
25 +
26 inherit multilib-minimal toolchain-funcs
27
28 DESCRIPTION="Version 2 of an advanced replacement library for libraries like libXpm"