summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2022-04-09 11:02:22 +0200
committerUlrich Müller <ulm@gentoo.org>2022-04-09 11:03:53 +0200
commitc4cdf85415908e3ec31a967588e4516b102dba38 (patch)
tree83777ec51339708d748f7b7565b12b5723a53737 /app-emacs/ess/ess-18.10.2-r1.ebuild
parentdev-ruby/activestorage: enable ruby30 (diff)
downloadgentoo-c4cdf85415908e3ec31a967588e4516b102dba38.tar.gz
gentoo-c4cdf85415908e3ec31a967588e4516b102dba38.tar.bz2
gentoo-c4cdf85415908e3ec31a967588e4516b102dba38.zip
app-emacs/ess: Fix byte-compilation with Emacs 28
Closes: https://bugs.gentoo.org/837347 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/ess/ess-18.10.2-r1.ebuild')
-rw-r--r--app-emacs/ess/ess-18.10.2-r1.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/app-emacs/ess/ess-18.10.2-r1.ebuild b/app-emacs/ess/ess-18.10.2-r1.ebuild
index 893fb96a64ef..9b0ee42f87c9 100644
--- a/app-emacs/ess/ess-18.10.2-r1.ebuild
+++ b/app-emacs/ess/ess-18.10.2-r1.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
@@ -6,8 +6,8 @@ EAPI=7
inherit elisp readme.gentoo-r1
DESCRIPTION="Emacs Speaks Statistics"
-HOMEPAGE="http://ess.r-project.org/"
-SRC_URI="http://ess.r-project.org/downloads/ess/${P}.tgz"
+HOMEPAGE="https://ess.r-project.org/"
+SRC_URI="https://ess.r-project.org/downloads/ess/${P}.tgz"
LICENSE="GPL-2+ GPL-3+ Texinfo-manual"
SLOT="0"
@@ -17,6 +17,7 @@ RESTRICT="test"
BDEPEND="app-text/texi2html
virtual/latex-base"
+PATCHES=( "${FILESDIR}"/${P}-emacs-28.patch )
SITEFILE="50${PN}-gentoo.el"
src_compile() {