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 157371384B4 for ; Mon, 16 Nov 2015 13:00:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F15FE0810; Mon, 16 Nov 2015 13:00:41 +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 3B105E0810 for ; Mon, 16 Nov 2015 13:00:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0A8BA3407D2 for ; Mon, 16 Nov 2015 13:00:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A8141ABD for ; Mon, 16 Nov 2015 13:00:36 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1447678834.a14d9ecda3d0fa2a3c21b3aaca9063a8f2f95227.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/aufs-util/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/aufs-util/aufs-util-4.0_p20151116.ebuild X-VCS-Directories: sys-fs/aufs-util/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: a14d9ecda3d0fa2a3c21b3aaca9063a8f2f95227 X-VCS-Branch: master Date: Mon, 16 Nov 2015 13:00:36 +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: c91afaff-8cd0-4818-8f96-b5bf1301892d X-Archives-Hash: 761cd6d698f6315b8c7b0b6232190d39 commit: a14d9ecda3d0fa2a3c21b3aaca9063a8f2f95227 Author: Justin Lecher gentoo org> AuthorDate: Mon Nov 16 13:00:20 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Nov 16 13:00:34 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a14d9ecd sys-fs/aufs-util: Drop obsolete patch Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> sys-fs/aufs-util/aufs-util-4.0_p20151116.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/sys-fs/aufs-util/aufs-util-4.0_p20151116.ebuild b/sys-fs/aufs-util/aufs-util-4.0_p20151116.ebuild index ca59ac8..27e104b 100644 --- a/sys-fs/aufs-util/aufs-util-4.0_p20151116.ebuild +++ b/sys-fs/aufs-util/aufs-util-4.0_p20151116.ebuild @@ -24,7 +24,6 @@ DEPEND="${RDEPEND} ~sys-fs/aufs-headers-${PV}" src_prepare() { - epatch "${FILESDIR}"/${P}-version.patch sed \ -e "/LDFLAGS += -static -s/d" \ -e "/CFLAGS/s:-O::g" \