diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-12-20 17:14:25 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-12-20 23:48:34 +0100 |
commit | f2594e03a67284b6cf12a26c943ede95c66a33dc (patch) | |
tree | 940fc65c310d8dbdf438b7eb770172ac4e6e2873 /dev-util/cflow | |
parent | dev-tex/cjk-latex: Update virtual/emacs dependency. (diff) | |
download | gentoo-f2594e03a67284b6cf12a26c943ede95c66a33dc.tar.gz gentoo-f2594e03a67284b6cf12a26c943ede95c66a33dc.tar.bz2 gentoo-f2594e03a67284b6cf12a26c943ede95c66a33dc.zip |
dev-util/cflow: Update virtual/emacs dependency.
The virtual is deprecated, depend on app-editors/emacs instead.
Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'dev-util/cflow')
-rw-r--r-- | dev-util/cflow/cflow-1.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/cflow/cflow-1.6.ebuild b/dev-util/cflow/cflow-1.6.ebuild index a7aa5e876cbf..3aa848e9a2d6 100644 --- a/dev-util/cflow/cflow-1.6.ebuild +++ b/dev-util/cflow/cflow-1.6.ebuild @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="debug emacs nls" -RDEPEND="emacs? ( virtual/emacs ) +RDEPEND="emacs? ( >=app-editors/emacs-23.1:* ) nls? ( virtual/libintl virtual/libiconv )" BDEPEND="${RDEPEND} sys-devel/flex |