summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-01-08 12:08:24 +0000
committerSam James <sam@gentoo.org>2024-01-08 12:25:03 +0000
commitcfe81634a22988a195d62c7b2073ba7d406e3cd7 (patch)
tree8922f246befa490bfe51029765eb4c162f5073ab
parentnet-dialup/openl2tp: sys-devel/bison -> app-alternatives/yacc (diff)
downloadgentoo-cfe81634a22988a195d62c7b2073ba7d406e3cd7.tar.gz
gentoo-cfe81634a22988a195d62c7b2073ba7d406e3cd7.tar.bz2
gentoo-cfe81634a22988a195d62c7b2073ba7d406e3cd7.zip
net-dns/mydns: 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>
-rw-r--r--net-dns/mydns/mydns-1.2.8.31-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dns/mydns/mydns-1.2.8.31-r2.ebuild b/net-dns/mydns/mydns-1.2.8.31-r2.ebuild
index 0c9ae6161d59..1958484d8b1b 100644
--- a/net-dns/mydns/mydns-1.2.8.31-r2.ebuild
+++ b/net-dns/mydns/mydns-1.2.8.31-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~sparc x86"
IUSE="alias debug nls mysql postgres ssl static status"
-BDEPEND="sys-devel/bison"
+BDEPEND="app-alternatives/yacc"
RDEPEND="
virtual/libiconv
mysql? ( dev-db/mysql-connector-c:= )