EAPI=6
-inherit udev user
+inherit udev
DESCRIPTION="Simple udev-based automounter for removable USB media"
HOMEPAGE="https://github.com/mgorny/uam/"
KEYWORDS="amd64 x86"
IUSE=""
-RDEPEND="virtual/udev"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
+RDEPEND="
+ acct-group/plugdev
+ virtual/udev"
+DEPEND="virtual/pkgconfig"
pkg_postinst() {
- # The plugdev group is created by pam, pmount and many other ebuilds
- # in gx86. As we don't want to depend on any of them (even pmount is
- # optional), we create it ourself too.
- enewgroup plugdev
-
elog "To be able to access uam-mounted filesystems, you have to be"
elog "a member of the 'plugdev' group."
elog
EAPI=6
-inherit autotools git-r3 udev user
+inherit autotools git-r3 udev
DESCRIPTION="Simple udev-based automounter for removable USB media"
HOMEPAGE="https://github.com/mgorny/uam/"
KEYWORDS=""
IUSE=""
-RDEPEND="virtual/udev"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
+RDEPEND="
+ acct-group/plugdev
+ virtual/udev"
+DEPEND="virtual/pkgconfig"
src_prepare() {
default
}
pkg_postinst() {
- # The plugdev group is created by pam, pmount and many other ebuilds
- # in gx86. As we don't want to depend on any of them (even pmount is
- # optional), we create it ourself too.
- enewgroup plugdev
-
elog "To be able to access uam-mounted filesystems, you have to be"
elog "a member of the 'plugdev' group."
elog