diff options
author | Sam James <sam@gentoo.org> | 2022-12-02 04:19:46 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-02 21:09:48 +0000 |
commit | 02b17c9bb64e147affc4acecaa0ff4151b2329bf (patch) | |
tree | 2fc404197c16c76cdae2ecadb9c4390a77b5e4b7 /app-editors/hteditor | |
parent | sys-devel/flex: support app-alternatives/lex (diff) | |
download | gentoo-02b17c9bb64e147affc4acecaa0ff4151b2329bf.tar.gz gentoo-02b17c9bb64e147affc4acecaa0ff4151b2329bf.tar.bz2 gentoo-02b17c9bb64e147affc4acecaa0ff4151b2329bf.zip |
Move {virtual -> app-alternatives}/yacc
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors/hteditor')
-rw-r--r-- | app-editors/hteditor/hteditor-2.1.1_pre20161206.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/hteditor/hteditor-2.1.1_pre20161206.ebuild b/app-editors/hteditor/hteditor-2.1.1_pre20161206.ebuild index 692fd2a49ed7..f716cc74b48e 100644 --- a/app-editors/hteditor/hteditor-2.1.1_pre20161206.ebuild +++ b/app-editors/hteditor/hteditor-2.1.1_pre20161206.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -20,7 +20,7 @@ RDEPEND="sys-libs/ncurses:0= X? ( x11-libs/libX11 ) >=dev-libs/lzo-2" DEPEND="${RDEPEND} - virtual/yacc + app-alternatives/yacc sys-devel/flex" DOCS=( AUTHORS ChangeLog KNOWNBUGS README TODO ) |