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 2A7041384B4 for ; Tue, 24 Nov 2015 18:50:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1FDE21C0AA; Tue, 24 Nov 2015 18:50:13 +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 1AF0D21C0AC for ; Tue, 24 Nov 2015 18:50:13 +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 5F1D534070A for ; Tue, 24 Nov 2015 18:50:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A43AF50 for ; Tue, 24 Nov 2015 18:50:08 +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: <1448390978.fa737de16d4e2a3f7d4723bf3a8e34c6068ef791.eva@gentoo> Subject: [gentoo-commits] repo/gentoo:gnome-xdg-eclasses commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/xdg.eclass X-VCS-Directories: eclass/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: fa737de16d4e2a3f7d4723bf3a8e34c6068ef791 X-VCS-Branch: gnome-xdg-eclasses Date: Tue, 24 Nov 2015 18:50:08 +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: f902381d-9540-4510-ae89-aabf85696921 X-Archives-Hash: 26e8804658c80a351420f8d5a3c27884 commit: fa737de16d4e2a3f7d4723bf3a8e34c6068ef791 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Tue Nov 24 17:44:17 2015 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Tue Nov 24 18:49:38 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa737de1 xdg.eclass: use default in EAPI=6 instead of just eapply_user As suggested by Michał Górny. eclass/xdg.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/xdg.eclass b/eclass/xdg.eclass index 1813858..26c41c3 100644 --- a/eclass/xdg.eclass +++ b/eclass/xdg.eclass @@ -32,7 +32,7 @@ DEPEND=" xdg_src_prepare() { xdg_environment_reset - has ${EAPI:-0} 6 && eapply_user + has ${EAPI:-0} 6 && default } # @FUNCTION: xdg_pkg_preinst