# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
NEED_EMACS="28.1"
ELPA_URI="https://elpa.nongnu.org/nongnu"
ELPA_SIG="elpa.nongnu.org"
ELPA_CONTAINER_KIND="tar"

inherit elpa

DESCRIPTION="Additional and improved binding conditionals"

RESTRICT="mirror"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64"

DOCS="README.org"

src_prepare() {
	rm "${PN}-pkg.el"
	default
}