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 | |
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')
-rw-r--r-- | net-misc/ntpsec/ntpsec-1.2.2-r1.ebuild | 4 | ||||
-rw-r--r-- | net-misc/ntpsec/ntpsec-1.2.2.ebuild | 4 | ||||
-rw-r--r-- | net-misc/ntpsec/ntpsec-1.2.2a.ebuild | 4 | ||||
-rw-r--r-- | net-misc/ntpsec/ntpsec-9999.ebuild | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/net-misc/ntpsec/ntpsec-1.2.2-r1.ebuild b/net-misc/ntpsec/ntpsec-1.2.2-r1.ebuild index f377b0352861..6d842405cf4d 100644 --- a/net-misc/ntpsec/ntpsec-1.2.2-r1.ebuild +++ b/net-misc/ntpsec/ntpsec-1.2.2-r1.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 @@ -50,7 +50,7 @@ RDEPEND="${DEPEND} BDEPEND=">=app-text/asciidoc-8.6.8 dev-libs/libxslt app-text/docbook-xsl-stylesheets - sys-devel/bison" + app-alternatives/yacc" PATCHES=( "${FILESDIR}/${PN}-1.1.9-remove-asciidoctor-from-config.patch" diff --git a/net-misc/ntpsec/ntpsec-1.2.2.ebuild b/net-misc/ntpsec/ntpsec-1.2.2.ebuild index 0d239684ccaa..66d287913999 100644 --- a/net-misc/ntpsec/ntpsec-1.2.2.ebuild +++ b/net-misc/ntpsec/ntpsec-1.2.2.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 @@ -50,7 +50,7 @@ RDEPEND="${DEPEND} BDEPEND=">=app-text/asciidoc-8.6.8 dev-libs/libxslt app-text/docbook-xsl-stylesheets - sys-devel/bison" + app-alternatives/yacc" PATCHES=( "${FILESDIR}/${PN}-1.1.9-remove-asciidoctor-from-config.patch" 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=( diff --git a/net-misc/ntpsec/ntpsec-9999.ebuild b/net-misc/ntpsec/ntpsec-9999.ebuild index 92757a076a45..cc9e877c051b 100644 --- a/net-misc/ntpsec/ntpsec-9999.ebuild +++ b/net-misc/ntpsec/ntpsec-9999.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=( |