commit: b852144648542743ae2774a88be3362a103e5868 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sat Apr 20 17:46:54 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sat Apr 20 17:46:54 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8521446
sys-apps/uam: EAPI=8, fix udev_reload Closes: https://bugs.gentoo.org/851888 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> sys-apps/uam/{uam-0.3.2-r1.ebuild => uam-0.3.2-r2.ebuild} | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/sys-apps/uam/uam-0.3.2-r1.ebuild b/sys-apps/uam/uam-0.3.2-r2.ebuild similarity index 92% rename from sys-apps/uam/uam-0.3.2-r1.ebuild rename to sys-apps/uam/uam-0.3.2-r2.ebuild index 2514adb19864..2aea00b7b611 100644 --- a/sys-apps/uam/uam-0.3.2-r1.ebuild +++ b/sys-apps/uam/uam-0.3.2-r2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit udev @@ -12,12 +12,11 @@ SRC_URI="https://github.com/projg2/uam/releases/download/${P}/${P}.tar.bz2" LICENSE="BSD" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" RDEPEND=" acct-group/plugdev virtual/udev" -DEPEND="virtual/pkgconfig" +BDEPEND="virtual/pkgconfig" pkg_postinst() { elog "To be able to access uam-mounted filesystems, you have to be" @@ -38,3 +37,7 @@ pkg_postinst() { udev_reload } + +pkg_postrm() { + udev_reload +}
