From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AB768138330 for ; Sat, 6 Jan 2018 22:42:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C83EE089B; Sat, 6 Jan 2018 22:42:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D0757E089B for ; Sat, 6 Jan 2018 22:42:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 602DE335C72 for ; Sat, 6 Jan 2018 22:42:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E94B0195 for ; Sat, 6 Jan 2018 22:42:27 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1515278541.024a727b2db862ff122216a324c3ca4177e2785b.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xinit/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/xinit/xinit-1.3.4-r4.ebuild X-VCS-Directories: x11-apps/xinit/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 024a727b2db862ff122216a324c3ca4177e2785b X-VCS-Branch: master Date: Sat, 6 Jan 2018 22:42:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2bfd3d89-988c-45a8-a9c2-a1f717e08a77 X-Archives-Hash: d3271ddee50afc6263791692d0299320 commit: 024a727b2db862ff122216a324c3ca4177e2785b Author: Mike Gilbert gentoo org> AuthorDate: Sat Jan 6 22:40:58 2018 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sat Jan 6 22:42:21 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=024a727b 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(+) 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 00000000000..ea3e115f959 --- /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" +}