commit: e506b412bc9046644e806af5df402ea808a2014f
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 25 13:18:48 2020 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Fri Sep 25 14:25:32 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e506b412
net-misc/oidc-agent: do not install incompatible Xsession.d file
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
.../{oidc-agent-3.3.5.ebuild => oidc-agent-3.3.5-r1.ebuild} | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/net-misc/oidc-agent/oidc-agent-3.3.5.ebuild
b/net-misc/oidc-agent/oidc-agent-3.3.5-r1.ebuild
similarity index 89%
rename from net-misc/oidc-agent/oidc-agent-3.3.5.ebuild
rename to net-misc/oidc-agent/oidc-agent-3.3.5-r1.ebuild
index 8c424ae08fe..5d92fd75b2c 100644
--- a/net-misc/oidc-agent/oidc-agent-3.3.5.ebuild
+++ b/net-misc/oidc-agent/oidc-agent-3.3.5-r1.ebuild
@@ -41,6 +41,10 @@ src_install() {
INCLUDE_PATH="${ED}"/usr/include \
LIB_PATH="${ED}"/usr/$(get_libdir) \
install
+
+ # This file is not compatible with Gentoo and in any case, we generally
+ # let the users load such agents themselves.
+ rm -f "${ED}"/etc/X11/Xsession.d/91${PN}
}
pkg_postinst() {