mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-26 00:45:46 +02:00
19 lines
438 B
Bash
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"
|