mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
sys-libs/libblockdev: Added missing dep on sys-devel/autoconf-archive
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
@@ -42,6 +42,7 @@ CDEPEND="
|
||||
DEPEND="
|
||||
${CDEPEND}
|
||||
>=dev-libs/gobject-introspection-1.3.0
|
||||
sys-devel/autoconf-archive
|
||||
doc? ( dev-util/gtk-doc )
|
||||
"
|
||||
|
||||
|
||||
@@ -45,7 +45,10 @@ RDEPEND="
|
||||
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
"
|
||||
BDEPEND="
|
||||
>=dev-libs/gobject-introspection-1.3.0
|
||||
sys-devel/autoconf-archive
|
||||
doc? ( dev-util/gtk-doc )
|
||||
"
|
||||
|
||||
|
||||
@@ -45,7 +45,10 @@ RDEPEND="
|
||||
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
"
|
||||
BDEPEND="
|
||||
>=dev-libs/gobject-introspection-1.3.0
|
||||
sys-devel/autoconf-archive
|
||||
doc? ( dev-util/gtk-doc )
|
||||
"
|
||||
|
||||
|
||||
@@ -12,6 +12,7 @@ if [[ "${PV}" == *9999 ]] ; then
|
||||
inherit autotools git-r3
|
||||
EGIT_REPO_URI="https://github.com/storaged-project/libblockdev.git"
|
||||
BDEPEND="
|
||||
sys-devel/autoconf-archive
|
||||
gtk-doc? ( dev-util/gtk-doc )
|
||||
"
|
||||
else
|
||||
@@ -54,10 +55,10 @@ RDEPEND="
|
||||
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
>=dev-libs/gobject-introspection-1.3.0
|
||||
"
|
||||
|
||||
BDEPEND+="
|
||||
>=dev-libs/gobject-introspection-1.3.0
|
||||
dev-util/gtk-doc-am
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user