summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Michael <fedora.dm0@gmail.com>2020-12-25 21:56:22 -0500
committerMike Gilbert <floppym@gentoo.org>2020-12-28 12:35:46 -0500
commitefd82e2c4cfb9c06bec6d87efd1df78e3373d5f5 (patch)
treed90f8efbc7a4bce948a9ee45507ac89a26576eae
parentdev-libs/libatasmart: support cross-compiling (diff)
downloadgentoo-efd82e2c.tar.gz
gentoo-efd82e2c.tar.bz2
gentoo-efd82e2c.zip
sys-power/upower: use BDEPEND with EAPI 7
Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: David Michael <fedora.dm0@gmail.com> Signed-off-by: Mike Gilbert <floppym@gentoo.org>
-rw-r--r--sys-power/upower/upower-0.99.11.ebuild10
1 files changed, 5 insertions, 5 deletions
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}/.*"