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 E7A2D1382C5 for ; Sat, 28 Apr 2018 01:25:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D2B1E096D; Sat, 28 Apr 2018 01:25:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 04C94E096C for ; Sat, 28 Apr 2018 01:25:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 09B67335C88 for ; Sat, 28 Apr 2018 01:25:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38BE2272 for ; Sat, 28 Apr 2018 01:25:31 +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: <1524878677.5799e0306c9a7ea2f26155ab70dfcdfb824f21b9.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libFS/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/libFS/libFS-1.0.6.ebuild X-VCS-Directories: x11-libs/libFS/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 5799e0306c9a7ea2f26155ab70dfcdfb824f21b9 X-VCS-Branch: master Date: Sat, 28 Apr 2018 01:25:31 +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: 52034075-9af5-4254-b275-5db860bedec7 X-Archives-Hash: aa8bd5c39ae1cd689694ecd808938898 commit: 5799e0306c9a7ea2f26155ab70dfcdfb824f21b9 Author: Matt Turner gentoo org> AuthorDate: Sat Apr 28 01:17:27 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Apr 28 01:24:37 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5799e030 x11-libs/libFS: Drop unnecessary x11-proto dep x11-libs/libFS/libFS-1.0.6.ebuild | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/x11-libs/libFS/libFS-1.0.6.ebuild b/x11-libs/libFS/libFS-1.0.6.ebuild deleted file mode 100644 index 93b0cd3502b..00000000000 --- a/x11-libs/libFS/libFS-1.0.6.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit xorg-2 - -DESCRIPTION="X.Org FS library" - -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" -IUSE="ipv6" - -RDEPEND="x11-libs/xtrans - x11-proto/xproto - x11-proto/fontsproto" -DEPEND="${RDEPEND}" - -src_configure() { - XORG_CONFIGURE_OPTIONS=( - $(use_enable ipv6) - ) - xorg-2_src_configure -}