Gentoo Archives: gentoo-commits

From: Matthew Smith <matthew@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvsgraph/
Date: Sat, 02 Jul 2022 09:38:55
Message-Id: 1656754698.e810473d660a33814f4973e30d10c072663893a8.matthew@gentoo
1 commit: e810473d660a33814f4973e30d10c072663893a8
2 Author: Matthew Smith <matthew <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 2 09:35:57 2022 +0000
4 Commit: Matthew Smith <matthew <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 2 09:38:18 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e810473d
7
8 dev-vcs/cvsgraph: replace virtual/jpeg dependency
9
10 Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>
11
12 dev-vcs/cvsgraph/{cvsgraph-1.7.0.ebuild => cvsgraph-1.7.0-r1.ebuild} | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-vcs/cvsgraph/cvsgraph-1.7.0.ebuild b/dev-vcs/cvsgraph/cvsgraph-1.7.0-r1.ebuild
16 similarity index 91%
17 rename from dev-vcs/cvsgraph/cvsgraph-1.7.0.ebuild
18 rename to dev-vcs/cvsgraph/cvsgraph-1.7.0-r1.ebuild
19 index dd740865ae50..fda489c6a3dc 100644
20 --- a/dev-vcs/cvsgraph/cvsgraph-1.7.0.ebuild
21 +++ b/dev-vcs/cvsgraph/cvsgraph-1.7.0-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 +# Copyright 1999-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -16,7 +16,7 @@ DEPEND="media-libs/gd
29 zlib? ( sys-libs/zlib )
30 gif? ( media-libs/giflib )
31 png? ( media-libs/libpng )
32 - jpeg? ( virtual/jpeg )
33 + jpeg? ( media-libs/libjpeg-turbo:= )
34 truetype? ( media-libs/freetype )"
35 RDEPEND="${DEPEND}"