diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-06-21 22:00:30 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-06-21 22:00:30 +0200 |
commit | e8701186083295b4136c3e2d45048b1f9265eb1e (patch) | |
tree | ed8bbe2aa4c7b4b8200ecad747e3e12671da55cd /app-emacs | |
parent | sci-geosciences/geopy: enable python 3.10 (diff) | |
download | gentoo-e8701186083295b4136c3e2d45048b1f9265eb1e.tar.gz gentoo-e8701186083295b4136c3e2d45048b1f9265eb1e.tar.bz2 gentoo-e8701186083295b4136c3e2d45048b1f9265eb1e.zip |
app-emacs/compat: Drop BDEPEND on emacs[json]
Bug: https://bugs.gentoo.org/853322#c11
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/compat/compat-28.1.1.3.ebuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/app-emacs/compat/compat-28.1.1.3.ebuild b/app-emacs/compat/compat-28.1.1.3.ebuild index ac9363fe8389..0f484b68b268 100644 --- a/app-emacs/compat/compat-28.1.1.3.ebuild +++ b/app-emacs/compat/compat-28.1.1.3.ebuild @@ -16,13 +16,8 @@ S="${WORKDIR}"/${PN}-${H} LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" -BDEPEND=" - sys-apps/texinfo - test? ( >=app-editors/emacs-27.2[json] ) -" +BDEPEND="sys-apps/texinfo" ELISP_TEXINFO="${PN}.texi" |