sci-libs/linux-gpib-modules: GLEP 81 fixes
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Sat, 18 Apr 2020 21:02:13 +0000 (00:02 +0300)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Sat, 18 Apr 2020 21:03:09 +0000 (00:03 +0300)
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
sci-libs/linux-gpib-modules/linux-gpib-modules-4.3.0.ebuild

index 957aefc659a9eb8a5c30d565dcbfed27efba78a8..1e308f83dea29281058b27f55aee732ee15a1bd3 100644 (file)
@@ -16,6 +16,7 @@ IUSE="debug"
 
 COMMONDEPEND=""
 RDEPEND="${COMMONDEPEND}
+       acct-group/gpib
        !<sci-libs/linux-gpib-4.2.0_rc1
 "
 DEPEND="${COMMONDEPEND}
@@ -68,12 +69,3 @@ src_install() {
 
        dodoc ChangeLog AUTHORS README* NEWS
 }
-
-pkg_preinst() {
-       linux-mod_pkg_preinst
-       enewgroup gpib
-}
-
-pkg_postinst() {
-       linux-mod_pkg_postinst
-}