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 8469413832E for ; Fri, 29 Jul 2016 20:09:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F819E0850; Fri, 29 Jul 2016 20:09:25 +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 0BA03E0850 for ; Fri, 29 Jul 2016 20:09:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 18685340BBA for ; Fri, 29 Jul 2016 20:09:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F1287DD for ; Fri, 29 Jul 2016 20:09:22 +0000 (UTC) From: "Mikhail Pukhlikov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikhail Pukhlikov" Message-ID: <1469822944.458cf0d0d7409e22122954766c8921f221443b51.cynede@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/mono/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/mono/mono-4.4.1.0.ebuild X-VCS-Directories: dev-lang/mono/ X-VCS-Committer: cynede X-VCS-Committer-Name: Mikhail Pukhlikov X-VCS-Revision: 458cf0d0d7409e22122954766c8921f221443b51 X-VCS-Branch: master Date: Fri, 29 Jul 2016 20:09:22 +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: da3049ac-8235-43c9-aae8-a177a7092fe5 X-Archives-Hash: 42259c88fbffc733de9e860160b98211 commit: 458cf0d0d7409e22122954766c8921f221443b51 Author: Vadim A. Misbakh-Soloviov mva name> AuthorDate: Fri Jul 22 16:13:19 2016 +0000 Commit: Mikhail Pukhlikov gentoo org> CommitDate: Fri Jul 29 20:09:04 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=458cf0d0 dev-lang/mono: generic cleanup dev-lang/mono/mono-4.4.1.0.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/dev-lang/mono/mono-4.4.1.0.ebuild b/dev-lang/mono/mono-4.4.1.0.ebuild index a42be9f..fb97c33 100644 --- a/dev-lang/mono/mono-4.4.1.0.ebuild +++ b/dev-lang/mono/mono-4.4.1.0.ebuild @@ -3,8 +3,6 @@ # $Id$ EAPI=6 -AUTOTOOLS_PRUNE_LIBTOOL_FILES="all" -AUTOTOOLS_AUTORECONF=1 inherit eutils linux-info mono-env flag-o-matic pax-utils versionator @@ -34,7 +32,6 @@ DEPEND="${COMMONDEPEND} !dev-lang/mono-basic " -MAKEOPTS="${MAKEOPTS} -j1" #nowarn S="${WORKDIR}/${PN}-$(get_version_component_range 1-3)" pkg_pretend() {