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 ECB2458973 for ; Tue, 9 Feb 2016 17:13:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C63021C07B; Tue, 9 Feb 2016 17:13:29 +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 C480F21C244 for ; Tue, 9 Feb 2016 17:13:28 +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 C4996340A51 for ; Tue, 9 Feb 2016 17:13:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3777D8F8 for ; Tue, 9 Feb 2016 17:13:26 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1455037995.6dee848c6cbfe46a3881a35471ea208a1da0f363.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/pe-format/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-dotnet/pe-format/pe-format-2.9999.ebuild X-VCS-Directories: dev-dotnet/pe-format/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6dee848c6cbfe46a3881a35471ea208a1da0f363 X-VCS-Branch: master Date: Tue, 9 Feb 2016 17:13:26 +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: 40c70bbe-1f29-4cfe-a779-6ae5e61f4ca3 X-Archives-Hash: 9e1f974c61193785f2ade4f243285857 commit: 6dee848c6cbfe46a3881a35471ea208a1da0f363 Author: Michał Górny gentoo org> AuthorDate: Tue Feb 9 15:49:25 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Feb 9 17:13:15 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dee848c dev-dotnet/pe-format: Stop using autotools-utils (in live) dev-dotnet/pe-format/pe-format-2.9999.ebuild | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/dev-dotnet/pe-format/pe-format-2.9999.ebuild b/dev-dotnet/pe-format/pe-format-2.9999.ebuild index 5edcc5e..d5801e1 100644 --- a/dev-dotnet/pe-format/pe-format-2.9999.ebuild +++ b/dev-dotnet/pe-format/pe-format-2.9999.ebuild @@ -1,17 +1,16 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 #if LIVE -AUTOTOOLS_AUTORECONF=yes EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}2.git" -inherit git-r3 +inherit autotools git-r3 #endif -inherit autotools-utils fdo-mime systemd +inherit fdo-mime systemd DESCRIPTION="Intelligent PE executable wrapper for binfmt_misc" HOMEPAGE="https://bitbucket.org/mgorny/pe-format2/" @@ -27,17 +26,21 @@ RDEPEND="!