mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2026-05-06 07:27:03 -04:00
net-irc/ergo: add BDEPEND on minver dev-lang/go
Closes: https://bugs.gentoo.org/973655 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
@@ -24,7 +24,10 @@ RDEPEND="
|
||||
acct-user/oragono
|
||||
acct-group/oragono
|
||||
"
|
||||
BDEPEND="test? ( ${PYTHON_DEPS} )"
|
||||
BDEPEND="
|
||||
>=dev-lang/go-1.25.0
|
||||
test? ( ${PYTHON_DEPS} )
|
||||
"
|
||||
|
||||
DOCS=( README.md docs/MANUAL.md docs/USERGUIDE.md )
|
||||
|
||||
|
||||
@@ -24,7 +24,10 @@ RDEPEND="
|
||||
acct-user/oragono
|
||||
acct-group/oragono
|
||||
"
|
||||
BDEPEND="test? ( ${PYTHON_DEPS} )"
|
||||
BDEPEND="
|
||||
>=dev-lang/go-1.26.0
|
||||
test? ( ${PYTHON_DEPS} )
|
||||
"
|
||||
|
||||
DOCS=( README.md docs/MANUAL.md docs/USERGUIDE.md )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user