diff options
author | Matthew Smith <matthew@gentoo.org> | 2022-07-02 10:35:57 +0100 |
---|---|---|
committer | Matthew Smith <matthew@gentoo.org> | 2022-07-02 10:38:18 +0100 |
commit | e810473d660a33814f4973e30d10c072663893a8 (patch) | |
tree | c6c8038021c1f0e6cb3509bb1b29ad5965ebf480 /dev-vcs | |
parent | dev-util/tmake: update EAPI 6 -> 8 (diff) | |
download | gentoo-e810473d660a33814f4973e30d10c072663893a8.tar.gz gentoo-e810473d660a33814f4973e30d10c072663893a8.tar.bz2 gentoo-e810473d660a33814f4973e30d10c072663893a8.zip |
dev-vcs/cvsgraph: replace virtual/jpeg dependency
Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/cvsgraph/cvsgraph-1.7.0-r1.ebuild (renamed from dev-vcs/cvsgraph/cvsgraph-1.7.0.ebuild) | 4 |
1 files 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 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}" |