From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CEF891388C1 for ; Sat, 19 Dec 2015 13:42:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 935AC21C00D; Sat, 19 Dec 2015 13:42:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 32DCC21C00D for ; Sat, 19 Dec 2015 13:42:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 116B9340139 for ; Sat, 19 Dec 2015 13:42:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6057EC6F for ; Sat, 19 Dec 2015 13:42:34 +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: <1450532537.7f044b1f6a3268f81449c82b26d7d690730c86d6.mattst88@gentoo> Subject: [gentoo-commits] proj/x11:master commit in: x11-base/xorg-server/ X-VCS-Repository: proj/x11 X-VCS-Files: x11-base/xorg-server/xorg-server-9999.ebuild X-VCS-Directories: x11-base/xorg-server/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 7f044b1f6a3268f81449c82b26d7d690730c86d6 X-VCS-Branch: master Date: Sat, 19 Dec 2015 13:42:34 +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: 33f96536-96d7-42fc-8e99-e2d3e0609197 X-Archives-Hash: 9f2b5cb1a8668db765107f0f284e0017 commit: 7f044b1f6a3268f81449c82b26d7d690730c86d6 Author: Matt Turner gmail com> AuthorDate: Sat Dec 19 13:41:50 2015 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Dec 19 13:42:17 2015 +0000 URL: https://gitweb.gentoo.org/proj/x11.git/commit/?id=7f044b1f x11-base/xorg-server: Drop libxf86config. See upstream commit dabf7c3590b. Bug: https://bugs.gentoo.org/565324 x11-base/xorg-server/xorg-server-9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/x11-base/xorg-server/xorg-server-9999.ebuild b/x11-base/xorg-server/xorg-server-9999.ebuild index f76fc6a..bdf6e8d 100644 --- a/x11-base/xorg-server/xorg-server-9999.ebuild +++ b/x11-base/xorg-server/xorg-server-9999.ebuild @@ -170,7 +170,6 @@ src_configure() { $(use_enable wayland xwayland) $(use_enable !minimal record) $(use_enable !minimal xfree86-utils) - $(use_enable !minimal install-libxf86config) $(use_enable !minimal dri) $(use_enable !minimal dri2) $(use_enable !minimal glx)