commit: e810473d660a33814f4973e30d10c072663893a8
Author: Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 2 09:35:57 2022 +0000
Commit: Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Sat Jul 2 09:38:18 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e810473d
dev-vcs/cvsgraph: replace virtual/jpeg dependency
Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>
dev-vcs/cvsgraph/{cvsgraph-1.7.0.ebuild => cvsgraph-1.7.0-r1.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-vcs/cvsgraph/cvsgraph-1.7.0.ebuild
b/dev-vcs/cvsgraph/cvsgraph-1.7.0-r1.ebuild
similarity index 91%
rename from dev-vcs/cvsgraph/cvsgraph-1.7.0.ebuild
rename to dev-vcs/cvsgraph/cvsgraph-1.7.0-r1.ebuild
index dd740865ae50..fda489c6a3dc 100644
--- a/dev-vcs/cvsgraph/cvsgraph-1.7.0.ebuild
+++ b/dev-vcs/cvsgraph/cvsgraph-1.7.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -16,7 +16,7 @@ DEPEND="media-libs/gd
zlib? ( sys-libs/zlib )
gif? ( media-libs/giflib )
png? ( media-libs/libpng )
- jpeg? ( virtual/jpeg )
+ jpeg? ( media-libs/libjpeg-turbo:= )
truetype? ( media-libs/freetype )"
RDEPEND="${DEPEND}"