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 D39E7138334 for ; Sun, 24 Jun 2018 01:47:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DDD31E0932; Sun, 24 Jun 2018 01:47:34 +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 A64EAE0932 for ; Sun, 24 Jun 2018 01:47:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2701D335C93 for ; Sun, 24 Jun 2018 01:47:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 711C32CA for ; Sun, 24 Jun 2018 01:47:30 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1529804799.b5de09e8759a01eec4ea946c2a33d98fcfb6c714.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/mpfr/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/mpfr/mpfr-3.1.3_p4.ebuild dev-libs/mpfr/mpfr-4.0.0-r1.ebuild dev-libs/mpfr/mpfr-4.0.1.ebuild X-VCS-Directories: dev-libs/mpfr/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: b5de09e8759a01eec4ea946c2a33d98fcfb6c714 X-VCS-Branch: master Date: Sun, 24 Jun 2018 01:47:30 +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: 00d5d742-e1ff-46a3-8eb4-7090b8a6a83d X-Archives-Hash: 0c59ba02eae45d25bae840a7ba2f1813 commit: b5de09e8759a01eec4ea946c2a33d98fcfb6c714 Author: Matthias Maier gentoo org> AuthorDate: Sun Jun 24 01:44:02 2018 +0000 Commit: Matthias Maier gentoo org> CommitDate: Sun Jun 24 01:46:39 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5de09e8 dev-libs/mpfr: inherit preserve-libs instead of eutils Closes: https://bugs.gentoo.org/645116 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-libs/mpfr/mpfr-3.1.3_p4.ebuild | 2 +- dev-libs/mpfr/mpfr-4.0.0-r1.ebuild | 2 +- dev-libs/mpfr/mpfr-4.0.1.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/mpfr/mpfr-3.1.3_p4.ebuild b/dev-libs/mpfr/mpfr-3.1.3_p4.ebuild index ea96ab6369f..4a7ba6e9854 100644 --- a/dev-libs/mpfr/mpfr-3.1.3_p4.ebuild +++ b/dev-libs/mpfr/mpfr-3.1.3_p4.ebuild @@ -4,7 +4,7 @@ EAPI="4" # NOTE: we cannot depend on autotools here starting with gcc-4.3.x -inherit eutils libtool multilib multilib-minimal +inherit libtool multilib multilib-minimal preserve-libs MY_PV=${PV/_p*} MY_P=${PN}-${MY_PV} diff --git a/dev-libs/mpfr/mpfr-4.0.0-r1.ebuild b/dev-libs/mpfr/mpfr-4.0.0-r1.ebuild index 272e4e3f30c..f2ae19aea02 100644 --- a/dev-libs/mpfr/mpfr-4.0.0-r1.ebuild +++ b/dev-libs/mpfr/mpfr-4.0.0-r1.ebuild @@ -4,7 +4,7 @@ EAPI=6 # NOTE: we cannot depend on autotools here starting with gcc-4.3.x -inherit eutils libtool multilib-minimal +inherit libtool multilib-minimal preserve-libs MY_PV=${PV/_p*} MY_P=${PN}-${MY_PV} diff --git a/dev-libs/mpfr/mpfr-4.0.1.ebuild b/dev-libs/mpfr/mpfr-4.0.1.ebuild index 272e4e3f30c..f2ae19aea02 100644 --- a/dev-libs/mpfr/mpfr-4.0.1.ebuild +++ b/dev-libs/mpfr/mpfr-4.0.1.ebuild @@ -4,7 +4,7 @@ EAPI=6 # NOTE: we cannot depend on autotools here starting with gcc-4.3.x -inherit eutils libtool multilib-minimal +inherit libtool multilib-minimal preserve-libs MY_PV=${PV/_p*} MY_P=${PN}-${MY_PV}