diff options
author | 2022-05-07 10:47:09 +0200 | |
---|---|---|
committer | 2022-05-07 10:54:48 +0200 | |
commit | 90797af0e886499d9dec24275aaf9c8928fb431c (patch) | |
tree | 6573fd32b91a54f050135786ef90391863ea1593 /app-editors/xemacs/xemacs-21.4.24-r6.ebuild | |
parent | dev-util/maturin: add 0.12.15 (diff) | |
download | gentoo-90797af0e886499d9dec24275aaf9c8928fb431c.tar.gz gentoo-90797af0e886499d9dec24275aaf9c8928fb431c.tar.bz2 gentoo-90797af0e886499d9dec24275aaf9c8928fb431c.zip |
app-editors/xemacs: Update dependency on jpeg
Use https in HOMEPAGE.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-editors/xemacs/xemacs-21.4.24-r6.ebuild')
-rw-r--r-- | app-editors/xemacs/xemacs-21.4.24-r6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/xemacs/xemacs-21.4.24-r6.ebuild b/app-editors/xemacs/xemacs-21.4.24-r6.ebuild index 5944c3fd65be..fe5170beba18 100644 --- a/app-editors/xemacs/xemacs-21.4.24-r6.ebuild +++ b/app-editors/xemacs/xemacs-21.4.24-r6.ebuild @@ -10,7 +10,7 @@ WANT_AUTOCONF="2.1" inherit autotools flag-o-matic toolchain-funcs xdg-utils desktop DESCRIPTION="highly customizable open source text editor and application development system" -HOMEPAGE="http://www.xemacs.org/" +HOMEPAGE="https://www.xemacs.org/" SRC_URI="http://ftp.xemacs.org/xemacs-21.4/${P}.tar.gz neXt? ( http://www.malfunction.de/afterstep/files/NeXT_XEmacs.tar.gz )" @@ -40,7 +40,7 @@ RDEPEND=" xface? ( media-libs/compface ) tiff? ( media-libs/tiff:0 ) png? ( >=media-libs/libpng-1.2:0 ) - jpeg? ( virtual/jpeg:0 ) + jpeg? ( media-libs/libjpeg-turbo:0= ) !amd64? ( freewnn? ( app-i18n/freewnn ) ) >=sys-libs/ncurses-5.2:= >=app-eselect/eselect-emacs-1.15" |