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 60435158011 for ; Sat, 26 Feb 2022 03:09:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F920E081B; Sat, 26 Feb 2022 03:09:40 +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 79040E081B for ; Sat, 26 Feb 2022 03:09:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 80EDB342F1A for ; Sat, 26 Feb 2022 03:09:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F3DBA2D8 for ; Sat, 26 Feb 2022 03:09:37 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1645844969.fcbbe6d27e5bb09b42c3cc78a5553e60567f71a7.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/cairo/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/cairo/cairo-9999.ebuild X-VCS-Directories: x11-libs/cairo/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: fcbbe6d27e5bb09b42c3cc78a5553e60567f71a7 X-VCS-Branch: master Date: Sat, 26 Feb 2022 03:09: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1c31dea6-6004-42bb-b5b8-3888adba12fd X-Archives-Hash: 66f0e3f0e892f464743fbf8e68774ec5 commit: fcbbe6d27e5bb09b42c3cc78a5553e60567f71a7 Author: Matt Turner gentoo org> AuthorDate: Sat Feb 26 03:08:18 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Feb 26 03:09:29 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcbbe6d2 x11-libs/cairo: Drop dead build flags Signed-off-by: Matt Turner gentoo.org> x11-libs/cairo/cairo-9999.ebuild | 5 ----- 1 file changed, 5 deletions(-) diff --git a/x11-libs/cairo/cairo-9999.ebuild b/x11-libs/cairo/cairo-9999.ebuild index 1eb05d30fd2f..0c5c1384ad56 100644 --- a/x11-libs/cairo/cairo-9999.ebuild +++ b/x11-libs/cairo/cairo-9999.ebuild @@ -111,11 +111,6 @@ multilib_src_configure() { --enable-png \ --enable-ps \ --enable-script \ - --disable-drm \ - --disable-directfb \ - --disable-gallium \ - --disable-qt \ - --disable-vg \ --disable-xlib-xcb \ ${myopts} }