commit:     efd82e2c4cfb9c06bec6d87efd1df78e3373d5f5
Author:     David Michael <fedora.dm0 <AT> gmail <DOT> com>
AuthorDate: Sat Dec 26 02:56:22 2020 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Dec 28 17:35:46 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efd82e2c

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 <AT> gmail.com>
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 sys-power/upower/upower-0.99.11.ebuild | 10 +++++-----
 1 file 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 de0b142ed8a..7ae3e5c30bf 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}/.*"

Reply via email to