gentoo-ebuilds/app-emacs/dwarf-mode/dwarf-mode-2.40.ebuild
Arthur Zamarin 352ad9c469
app-emacs/dwarf-mode: Stabilize 2.40 ALLARCHES, #905018
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2023-04-25 14:14:26 +00:00

19 lines
438 B
Bash

# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit elisp
DESCRIPTION="Emacs mode to browse DWARF information"
HOMEPAGE="https://sourceware.org/binutils/"
SRC_URI="mirror://gnu/binutils/binutils-${PV}.tar.xz"
S="${WORKDIR}"/binutils-${PV}/binutils
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="amd64 ~x86"
RDEPEND="!sys-devel/binutils[emacs(-)]"
SITEFILE="50${PN}-gentoo.el"