diff options
author | 2023-03-23 09:00:18 +0000 | |
---|---|---|
committer | 2023-03-23 09:00:18 +0000 | |
commit | e79cb40c46d5d20ae3e14053f189d5c5bfa7319b (patch) | |
tree | f64bd5ab28d9609f6abc260a80c584ffb3807fa0 /app-emacs/dwarf-mode | |
parent | net-misc/curl: add bug ref to older patch variant (diff) | |
download | gentoo-e79cb40c46d5d20ae3e14053f189d5c5bfa7319b.tar.gz gentoo-e79cb40c46d5d20ae3e14053f189d5c5bfa7319b.tar.bz2 gentoo-e79cb40c46d5d20ae3e14053f189d5c5bfa7319b.zip |
app-emacs/dwarf-mode: Stabilize 2.39-r1 amd64, #899634
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emacs/dwarf-mode')
-rw-r--r-- | app-emacs/dwarf-mode/dwarf-mode-2.39-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/dwarf-mode/dwarf-mode-2.39-r1.ebuild b/app-emacs/dwarf-mode/dwarf-mode-2.39-r1.ebuild index f47208c6171b..151800d806a9 100644 --- a/app-emacs/dwarf-mode/dwarf-mode-2.39-r1.ebuild +++ b/app-emacs/dwarf-mode/dwarf-mode-2.39-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ S="${WORKDIR}"/binutils-${PV}/binutils LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" RDEPEND="!sys-devel/binutils[emacs(-)]" |