diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 12:05:59 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:21:38 +0000 |
commit | 9ec6b9cdadb08922ff28530db6b26516b76c7792 (patch) | |
tree | 441aac97fa442d522fe35bc403d9f69918f30cad /app-misc/boxes | |
parent | app-forensics/aide: sys-devel/bison -> app-alternatives/yacc (diff) | |
download | gentoo-9ec6b9cdadb08922ff28530db6b26516b76c7792.tar.gz gentoo-9ec6b9cdadb08922ff28530db6b26516b76c7792.tar.bz2 gentoo-9ec6b9cdadb08922ff28530db6b26516b76c7792.zip |
app-misc/boxes: sys-devel/bison -> app-alternatives/yacc
All of these will be using app-alternatives/yacc anyway as they're not unsetting
YACC or LEX, so make the dep reflect reality.
(Included both YACC and LEX out of conservatism.)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc/boxes')
-rw-r--r-- | app-misc/boxes/boxes-2.2.0.ebuild | 2 | ||||
-rw-r--r-- | app-misc/boxes/boxes-2.2.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/boxes/boxes-2.2.0.ebuild b/app-misc/boxes/boxes-2.2.0.ebuild index e75b5350c3a5..ec80aa0a7e8e 100644 --- a/app-misc/boxes/boxes-2.2.0.ebuild +++ b/app-misc/boxes/boxes-2.2.0.ebuild @@ -21,7 +21,7 @@ RDEPEND=" " DEPEND="${RDEPEND}" BDEPEND=" - sys-devel/bison + app-alternatives/yacc app-alternatives/lex test? ( app-editors/vim-core ) " diff --git a/app-misc/boxes/boxes-2.2.1.ebuild b/app-misc/boxes/boxes-2.2.1.ebuild index 57a9dded57cf..5cf5cc9959c9 100644 --- a/app-misc/boxes/boxes-2.2.1.ebuild +++ b/app-misc/boxes/boxes-2.2.1.ebuild @@ -21,7 +21,7 @@ RDEPEND=" " DEPEND="${RDEPEND}" BDEPEND=" - sys-devel/bison + app-alternatives/yacc app-alternatives/lex test? ( app-editors/vim-core ) " |