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 E1EF3138E74 for ; Mon, 3 Nov 2014 23:24:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A46DCE0882; Mon, 3 Nov 2014 23:24:32 +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 8778AE0880 for ; Mon, 3 Nov 2014 23:24:31 +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 8924F3404E8 for ; Mon, 3 Nov 2014 23:24:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A87869608 for ; Mon, 3 Nov 2014 23:24:25 +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: <1415056019.f936ed1f9bd63c94d5ef25a6c67e89f59a807828.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: eclass/ X-VCS-Repository: proj/gnome X-VCS-Files: eclass/gnome2-live.eclass X-VCS-Directories: eclass/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: f936ed1f9bd63c94d5ef25a6c67e89f59a807828 X-VCS-Branch: master Date: Mon, 3 Nov 2014 23:24:25 +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: 165da800-4486-4a92-91a9-409c0a88719c X-Archives-Hash: d8fdf5472ffb281b85e11876cacc5847 commit: f936ed1f9bd63c94d5ef25a6c67e89f59a807828 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Mon Nov 3 23:06:59 2014 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Mon Nov 3 23:06:59 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=f936ed1f eclass/gnome2-live.eclass: enable epatch_user Will ease users life when testing out live tree. --- eclass/gnome2-live.eclass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/eclass/gnome2-live.eclass b/eclass/gnome2-live.eclass index 286c6ee..627f93e 100644 --- a/eclass/gnome2-live.eclass +++ b/eclass/gnome2-live.eclass @@ -14,7 +14,7 @@ # Always to be imported *AFTER* gnome2.eclass # -inherit autotools gnome2 gnome2-utils libtool git-r3 +inherit autotools eutils gnome2 gnome2-utils libtool git-r3 # Stolen from git.eclass EXPORTED_FUNCTIONS="src_unpack pkg_postinst" @@ -92,6 +92,8 @@ gnome2-live_src_prepare() { epatch "${i}" done + epatch_user + # If ChangeLog doesn't exist, maybe it's autogenerated # Avoid a `dodoc` failure by adding an empty ChangeLog if ! test -e ChangeLog; then