diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 12:08:47 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:25:06 +0000 |
commit | 7147b6119c3fad03464e6b3dbcb5db3391a38df0 (patch) | |
tree | 473d4d91ce335adc033af7b0dcf3693b02ba144c /net-misc/ntpsec/ntpsec-1.2.2a.ebuild | |
parent | net-misc/mrouted: sys-devel/bison -> app-alternatives/yacc (diff) | |
download | gentoo-7147b6119c3fad03464e6b3dbcb5db3391a38df0.tar.gz gentoo-7147b6119c3fad03464e6b3dbcb5db3391a38df0.tar.bz2 gentoo-7147b6119c3fad03464e6b3dbcb5db3391a38df0.zip |
net-misc/ntpsec: 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 'net-misc/ntpsec/ntpsec-1.2.2a.ebuild')
-rw-r--r-- | net-misc/ntpsec/ntpsec-1.2.2a.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/ntpsec/ntpsec-1.2.2a.ebuild b/net-misc/ntpsec/ntpsec-1.2.2a.ebuild index f1a082dd891e..52c1058a3b2e 100644 --- a/net-misc/ntpsec/ntpsec-1.2.2a.ebuild +++ b/net-misc/ntpsec/ntpsec-1.2.2a.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -67,7 +67,7 @@ BDEPEND+=" >=app-text/asciidoc-8.6.8 dev-libs/libxslt app-text/docbook-xsl-stylesheets - sys-devel/bison + app-alternatives/yacc " PATCHES=( |