diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-12-07 08:45:55 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-12-07 08:56:45 +0100 |
commit | 700712677a08955fa717bfc2c656219e3c83cc7d (patch) | |
tree | 8ec6a41b545aed6467782999e2397e038532d723 /app-emacs | |
parent | app-editors/emacs: Remove old blockers. (diff) | |
download | gentoo-700712677a08955fa717bfc2c656219e3c83cc7d.tar.gz gentoo-700712677a08955fa717bfc2c656219e3c83cc7d.tar.bz2 gentoo-700712677a08955fa717bfc2c656219e3c83cc7d.zip |
app-emacs/doctest-mode: Remove old blocker.
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/doctest-mode/doctest-mode-0.4.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/app-emacs/doctest-mode/doctest-mode-0.4.ebuild b/app-emacs/doctest-mode/doctest-mode-0.4.ebuild index e5370dc7ea27..61bda5369fd0 100644 --- a/app-emacs/doctest-mode/doctest-mode-0.4.ebuild +++ b/app-emacs/doctest-mode/doctest-mode-0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,9 +13,6 @@ LICENSE="HPND" SLOT="0" KEYWORDS="amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh x86" -DEPEND="!<app-emacs/python-mode-5.1.0" -RDEPEND="${DEPEND}" - S="${WORKDIR}" SITEFILE="60${PN}-gentoo.el" |