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 E805A138334 for ; Wed, 17 Oct 2018 13:05:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5CB9E0898; Wed, 17 Oct 2018 13:05:47 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 7EE6CE0898 for ; Wed, 17 Oct 2018 13:05:47 +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 A1A15335CEC for ; Wed, 17 Oct 2018 13:05:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E41D1442 for ; Wed, 17 Oct 2018 13:05:37 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1539781524.04968da565f77f0b9f3db6f3e52ca93cedf17461.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-base/xorg-drivers/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-base/xorg-drivers/xorg-drivers-1.19.ebuild x11-base/xorg-drivers/xorg-drivers-1.20.ebuild x11-base/xorg-drivers/xorg-drivers-9999.ebuild X-VCS-Directories: x11-base/xorg-drivers/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 04968da565f77f0b9f3db6f3e52ca93cedf17461 X-VCS-Branch: master Date: Wed, 17 Oct 2018 13:05:37 +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: c739dfcf-1d22-4e5e-b6a1-801cde596b09 X-Archives-Hash: 2d828605561bb641edc9fb535705fedf commit: 04968da565f77f0b9f3db6f3e52ca93cedf17461 Author: Lars Wendler gentoo org> AuthorDate: Wed Oct 17 12:54:34 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Oct 17 13:05:24 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04968da5 x11-base/xorg-drivers: Drop x11-drivers/xf86-video-virtualbox Signed-off-by: Lars Wendler gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 x11-base/xorg-drivers/xorg-drivers-1.19.ebuild | 8 ++------ x11-base/xorg-drivers/xorg-drivers-1.20.ebuild | 7 ++----- x11-base/xorg-drivers/xorg-drivers-9999.ebuild | 7 ++----- 3 files changed, 6 insertions(+), 16 deletions(-) diff --git a/x11-base/xorg-drivers/xorg-drivers-1.19.ebuild b/x11-base/xorg-drivers/xorg-drivers-1.19.ebuild index 73a61b07b1b..c2382d5cb06 100644 --- a/x11-base/xorg-drivers/xorg-drivers-1.19.ebuild +++ b/x11-base/xorg-drivers/xorg-drivers-1.19.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -97,10 +97,7 @@ PDEPEND=" video_cards_vc4? ( >=x11-base/xorg-server-${PV}[glamor] ) video_cards_vesa? ( x11-drivers/xf86-video-vesa ) video_cards_via? ( x11-drivers/xf86-video-openchrome ) - video_cards_virtualbox? ( || ( - x11-drivers/xf86-video-vboxvideo - x11-drivers/xf86-video-virtualbox - ) ) + video_cards_virtualbox? ( x11-drivers/xf86-video-vboxvideo ) video_cards_vmware? ( x11-drivers/xf86-video-vmware ) video_cards_voodoo? ( x11-drivers/xf86-video-voodoo ) @@ -136,6 +133,5 @@ PDEPEND=" !=x11-base/xorg-server-${PV}[glamor] ) video_cards_vesa? ( x11-drivers/xf86-video-vesa ) video_cards_via? ( x11-drivers/xf86-video-openchrome ) - video_cards_virtualbox? ( || ( - x11-drivers/xf86-video-vboxvideo - >=x11-drivers/xf86-video-virtualbox-5.1.14 - ) ) + video_cards_virtualbox? ( x11-drivers/xf86-video-vboxvideo ) video_cards_vmware? ( >=x11-drivers/xf86-video-vmware-13.3.0 ) video_cards_voodoo? ( x11-drivers/xf86-video-voodoo )