From 024a727b2db862ff122216a324c3ca4177e2785b Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Sat, 6 Jan 2018 17:40:58 -0500 Subject: [PATCH] x11-apps/xinit: apply vt patch unconditionally Our xserverrc file already takes care of passing the correct vt, so we don't need startx to do it too. Closes: https://bugs.gentoo.org/620896 Package-Manager: Portage-2.3.19_p3, Repoman-2.3.6_p37 --- x11-apps/xinit/xinit-1.3.4-r4.ebuild | 67 ++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 x11-apps/xinit/xinit-1.3.4-r4.ebuild diff --git a/x11-apps/xinit/xinit-1.3.4-r4.ebuild b/x11-apps/xinit/xinit-1.3.4-r4.ebuild new file mode 100644 index 000000000000..ea3e115f959f --- /dev/null +++ b/x11-apps/xinit/xinit-1.3.4-r4.ebuild @@ -0,0 +1,67 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +inherit xorg-2 + +DESCRIPTION="X Window System initializer" + +LICENSE="${LICENSE} GPL-2" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux" +IUSE="+minimal" + +RDEPEND=" + ! /etc/env.d/90xsession" + ewarn " env-update && source /etc/profile" +} -- 2.26.2