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 F019F139083 for ; Wed, 22 Nov 2017 15:37:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F467E0C2F; Wed, 22 Nov 2017 15:37:13 +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 E3FA1E0C2F for ; Wed, 22 Nov 2017 15:37:12 +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 DA76E340988 for ; Wed, 22 Nov 2017 15:37:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33D3DA3C5 for ; Wed, 22 Nov 2017 15:37:10 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1511365023.02049a3d0aa6ba30cdce3a94bc26ae3045667b9f.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/strace/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/strace/strace-9999.ebuild X-VCS-Directories: dev-util/strace/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 02049a3d0aa6ba30cdce3a94bc26ae3045667b9f X-VCS-Branch: master Date: Wed, 22 Nov 2017 15:37:10 +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: 827e3092-cf48-4fab-8597-b464c1abbca6 X-Archives-Hash: f92a36e72c4af957a852a2e5469ecae5 commit: 02049a3d0aa6ba30cdce3a94bc26ae3045667b9f Author: Lars Wendler gentoo org> AuthorDate: Wed Nov 22 15:35:34 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Nov 22 15:37:03 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02049a3d dev-util/strace: Sync live ebuild. Package-Manager: Portage-2.3.16, Repoman-2.3.6 dev-util/strace/strace-9999.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-util/strace/strace-9999.ebuild b/dev-util/strace/strace-9999.ebuild index 24bc92be859..458e7d64d80 100644 --- a/dev-util/strace/strace-9999.ebuild +++ b/dev-util/strace/strace-9999.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 -inherit flag-o-matic eutils toolchain-funcs +inherit flag-o-matic toolchain-funcs if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="git://git.code.sf.net/p/strace/code" EGIT_PROJECT="${PN}" - inherit git-2 autotools + inherit git-r3 autotools else SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux" @@ -34,7 +34,7 @@ RDEPEND=" " src_prepare() { - epatch_user + default if [[ ! -e configure ]] ; then # git generation