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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EF9DB158086 for ; Wed, 10 Nov 2021 08:39:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D7D22C407B; Wed, 10 Nov 2021 08:39:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 260632C407B for ; Wed, 10 Nov 2021 08:39:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5ACE3342F90 for ; Wed, 10 Nov 2021 08:39:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 473B1DC for ; Wed, 10 Nov 2021 08:39:42 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1636533576.65da511aaf9c5e381f89c5601230d13ad92f6254.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/ia64/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/ia64/make.defaults X-VCS-Directories: profiles/arch/ia64/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 65da511aaf9c5e381f89c5601230d13ad92f6254 X-VCS-Branch: master Date: Wed, 10 Nov 2021 08:39:42 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a77b7af2-6270-4709-a2ac-3b33e2908516 X-Archives-Hash: be6803252901e20602e635d96e9636ae commit: 65da511aaf9c5e381f89c5601230d13ad92f6254 Author: Sam James gentoo org> AuthorDate: Wed Nov 10 08:36:56 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Nov 10 08:39:36 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65da511a profiles/arch/ia64: set dummy VIDEO_CARDS, INPUT_DEVICES to reduce deps Doesn't seem like all of the defaults even build right now anyway. xf86-video-mga which got dragged in somehow failed which is how I noticed. Signed-off-by: Sam James gentoo.org> profiles/arch/ia64/make.defaults | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/profiles/arch/ia64/make.defaults b/profiles/arch/ia64/make.defaults index 4327e575707..5f183775458 100644 --- a/profiles/arch/ia64/make.defaults +++ b/profiles/arch/ia64/make.defaults @@ -26,4 +26,6 @@ CHOST_ia64="${CHOST}" # Donnie Berkholz (2006-08-18) # Defaults for video drivers -VIDEO_CARDS="fbdev glint mga nv r128 radeon" +#VIDEO_CARDS="fbdev glint mga nv r128 radeon" +INPUT_DEVICES="void" +VIDEO_CARDS="dummy"