diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-04-06 18:25:06 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-04-06 18:43:08 +0200 |
commit | 02c64e95e3b7ed70642732b1cd8fe930db1ee34f (patch) | |
tree | 4bc118f9d412a39b84ccbe518a36876ec8f1c93c /app-emacs/volume/volume-1.0-r1.ebuild | |
parent | www-client/opera-developer: remove old (diff) | |
download | gentoo-02c64e95e3b7ed70642732b1cd8fe930db1ee34f.tar.gz gentoo-02c64e95e3b7ed70642732b1cd8fe930db1ee34f.tar.bz2 gentoo-02c64e95e3b7ed70642732b1cd8fe930db1ee34f.zip |
app-emacs/volume: Fix byte-compilation with Emacs 28
Closes: https://bugs.gentoo.org/836904
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/volume/volume-1.0-r1.ebuild')
-rw-r--r-- | app-emacs/volume/volume-1.0-r1.ebuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/app-emacs/volume/volume-1.0-r1.ebuild b/app-emacs/volume/volume-1.0-r1.ebuild index 130913594d03..3bb752070488 100644 --- a/app-emacs/volume/volume-1.0-r1.ebuild +++ b/app-emacs/volume/volume-1.0-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,7 +6,7 @@ EAPI=7 inherit elisp DESCRIPTION="Tweak your sound card volume from Emacs" -HOMEPAGE="https://github.com/dbrock/volume-el" +HOMEPAGE="https://github.com/dbrock/volume.el" SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.bz2" LICENSE="GPL-2+" @@ -18,5 +18,8 @@ KEYWORDS="amd64 ppc sparc x86" # RDEPEND="|| ( media-sound/aumixer media-sound/alsa-utils )" -ELISP_PATCHES="${P}-mode-line.patch" +PATCHES=( + "${FILESDIR}"/${P}-mode-line.patch + "${FILESDIR}"/${P}-emacs-28.patch +) SITEFILE="50${PN}-gentoo.el" |