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 29E1C139085 for ; Wed, 4 Jan 2017 22:37:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 417D2E0CAB; Wed, 4 Jan 2017 22:37:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1B0DDE0CAB for ; Wed, 4 Jan 2017 22:37:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3AC163415B7 for ; Wed, 4 Jan 2017 22:37:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6628F2633 for ; Wed, 4 Jan 2017 22:37:39 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1483569446.2ec0570f3ff1c983e5324a626de1d1fde779dfcc.eva@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gvfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-base/gvfs/gvfs-1.30.3.ebuild X-VCS-Directories: gnome-base/gvfs/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 2ec0570f3ff1c983e5324a626de1d1fde779dfcc X-VCS-Branch: master Date: Wed, 4 Jan 2017 22:37:39 +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: e90533e2-9540-44b4-a74f-2d4f895e5829 X-Archives-Hash: b5523792b9e38fcebc04e70e69d4fee4 commit: 2ec0570f3ff1c983e5324a626de1d1fde779dfcc Author: Gilles Dartiguelongue gentoo org> AuthorDate: Wed Jan 4 22:11:07 2017 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Wed Jan 4 22:37:26 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ec0570f gnome-base/gvfs: re-add glibc sysmacro patch Package-Manager: Portage-2.3.3, Repoman-2.3.1 gnome-base/gvfs/gvfs-1.30.3.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gnome-base/gvfs/gvfs-1.30.3.ebuild b/gnome-base/gvfs/gvfs-1.30.3.ebuild index e9821e2..85124c7 100644 --- a/gnome-base/gvfs/gvfs-1.30.3.ebuild +++ b/gnome-base/gvfs/gvfs-1.30.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -81,6 +81,10 @@ DEPEND="${RDEPEND} # https://bugzilla.gnome.org/700162 RESTRICT="test" +PATCHES=( + "${FILESDIR}"/${PN}-1.30.2-sysmacros.patch #580234 +) + src_prepare() { if ! use udev; then sed -e 's/gvfsd-burn/ /' \