mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 12:33:40 -04:00
dev-libs/libdbf: add dev-util/intltool to BDEPEND
I guess including autotools doesn't add it, this shuts up tinderbox. Closes: https://bugs.gentoo.org/921738 Signed-off-by: Joe Kappus <joe@wt.gd>
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# Copyright 1999-2023 Gentoo Foundation
|
# Copyright 1999-2024 Gentoo Foundation
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Header: $
|
# $Header: $
|
||||||
|
|
||||||
@@ -17,11 +17,11 @@ SLOT="0"
|
|||||||
KEYWORDS="~amd64 ~x86"
|
KEYWORDS="~amd64 ~x86"
|
||||||
IUSE="doc"
|
IUSE="doc"
|
||||||
|
|
||||||
RDEPEND=""
|
|
||||||
DEPEND="${RDEPEND}
|
DEPEND="${RDEPEND}
|
||||||
dev-perl/XML-Parser
|
dev-perl/XML-Parser
|
||||||
doc? ( app-text/docbook-sgml-utils )
|
doc? ( app-text/docbook-sgml-utils )
|
||||||
virtual/pkgconfig"
|
virtual/pkgconfig"
|
||||||
|
BDEPEND="dev-util/intltool"
|
||||||
|
|
||||||
S="${WORKDIR}/${PN}-${MY_COMMIT}"
|
S="${WORKDIR}/${PN}-${MY_COMMIT}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user