From efd82e2c4cfb9c06bec6d87efd1df78e3373d5f5 Mon Sep 17 00:00:00 2001 From: David Michael Date: Fri, 25 Dec 2020 21:56:22 -0500 Subject: sys-power/upower: use BDEPEND with EAPI 7 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: David Michael Signed-off-by: Mike Gilbert --- sys-power/upower/upower-0.99.11.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sys-power/upower') diff --git a/sys-power/upower/upower-0.99.11.ebuild b/sys-power/upower/upower-0.99.11.ebuild index de0b142ed8a3..7ae3e5c30bff 100644 --- a/sys-power/upower/upower-0.99.11.ebuild +++ b/sys-power/upower/upower-0.99.11.ebuild @@ -19,7 +19,7 @@ KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 sparc x86" # gtk-doc files are not available as prebuilt in the tarball IUSE="doc +introspection ios kernel_FreeBSD kernel_linux selinux" -COMMON_DEPS=" +DEPEND=" >=dev-libs/glib-2.38:2 sys-apps/dbus:= introspection? ( dev-libs/gobject-introspection:= ) @@ -34,15 +34,15 @@ COMMON_DEPS=" ) " RDEPEND=" - ${COMMON_DEPS} + ${DEPEND} selinux? ( sec-policy/selinux-devicekit ) " -DEPEND="${COMMON_DEPS} - doc? ( dev-util/gtk-doc ) - dev-libs/libxslt +BDEPEND=" app-text/docbook-xsl-stylesheets + dev-libs/libxslt >=sys-devel/gettext-0.19.8 virtual/pkgconfig + doc? ( dev-util/gtk-doc ) " QA_MULTILIB_PATHS="usr/lib/${PN}/.*" -- cgit v1.2.3-65-gdbad