diff options
author | Matthew Smith <matthew@gentoo.org> | 2022-07-02 10:20:32 +0100 |
---|---|---|
committer | Matthew Smith <matthew@gentoo.org> | 2022-07-02 10:37:59 +0100 |
commit | 2320c82116cac76d5bda93ac47dfa590d882a816 (patch) | |
tree | 545dcc9791dda3d1d79a6df9b14ad28fa01f3086 /app-editors/ted | |
parent | app-admin/gkrellm: remove hddtemp local USE (diff) | |
download | gentoo-2320c82116cac76d5bda93ac47dfa590d882a816.tar.gz gentoo-2320c82116cac76d5bda93ac47dfa590d882a816.tar.bz2 gentoo-2320c82116cac76d5bda93ac47dfa590d882a816.zip |
app-editors/ted: replace virtual/jpeg dependency
Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'app-editors/ted')
-rw-r--r-- | app-editors/ted/ted-2.23-r2.ebuild (renamed from app-editors/ted/ted-2.23-r1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/ted/ted-2.23-r1.ebuild b/app-editors/ted/ted-2.23-r2.ebuild index bf664679bfba..4ae1b4f5741b 100644 --- a/app-editors/ted/ted-2.23-r1.ebuild +++ b/app-editors/ted/ted-2.23-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,10 +18,10 @@ RDEPEND=" dev-libs/libpcre2 media-libs/fontconfig media-libs/freetype + media-libs/libjpeg-turbo:= media-libs/libpng:= media-libs/tiff:= sys-libs/zlib - virtual/jpeg virtual/libiconv x11-libs/libXft x11-libs/libXpm |