app-misc/lirc: Fix pkg_setup()
authorCraig Andrews <candrews@gentoo.org>
Mon, 30 Jul 2018 18:44:43 +0000 (14:44 -0400)
committerCraig Andrews <candrews@gentoo.org>
Mon, 30 Jul 2018 18:47:46 +0000 (14:47 -0400)
Add python-single-r1_pkg_setup and linux-info_pkg_setup to pkg_setup

Closes: https://bugs.gentoo.org/662334
Package-Manager: Portage-2.3.44, Repoman-2.3.10

app-misc/lirc/lirc-0.10.1.ebuild

index 089e859cb3e51c88c37f39e38df61b17eff387c8..c31dc9f61af89fcecfa579cdf8a8531cf80ddfa8 100644 (file)
@@ -69,6 +69,8 @@ RDEPEND="
 
 pkg_setup() {
        use uinput && CONFIG_CHECK="INPUT_UINPUT"
+       python-single-r1_pkg_setup
+       linux-info_pkg_setup
 }
 
 src_configure() {