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-text/dictd | |
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-text/dictd')
-rw-r--r-- | app-text/dictd/dictd-1.13.0-r3.ebuild | 4 | ||||
-rw-r--r-- | app-text/dictd/dictd-1.13.0-r5.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-text/dictd/dictd-1.13.0-r3.ebuild b/app-text/dictd/dictd-1.13.0-r3.ebuild index 382b8c1052a4..7f096d301669 100644 --- a/app-text/dictd/dictd-1.13.0-r3.ebuild +++ b/app-text/dictd/dictd-1.13.0-r3.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 @@ -29,7 +29,7 @@ DEPEND="${RDEPEND}" BDEPEND=" >=sys-apps/gawk-3.1.6 sys-devel/flex - virtual/yacc + app-alternatives/yacc test? ( !~sys-apps/gawk-4.2.1 ) " diff --git a/app-text/dictd/dictd-1.13.0-r5.ebuild b/app-text/dictd/dictd-1.13.0-r5.ebuild index 77f5dd081635..422936500da6 100644 --- a/app-text/dictd/dictd-1.13.0-r5.ebuild +++ b/app-text/dictd/dictd-1.13.0-r5.ebuild @@ -29,7 +29,7 @@ DEPEND="${RDEPEND}" BDEPEND=" >=sys-apps/gawk-3.1.6 sys-devel/flex - virtual/yacc + app-alternatives/yacc test? ( !~sys-apps/gawk-4.2.1 ) " |