Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 645116 - dev-libs/mpfr should inherit preserve-libs.eclass directly
Summary: dev-libs/mpfr should inherit preserve-libs.eclass directly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 645108
  Show dependency tree
 
Reported: 2018-01-20 13:05 UTC by Ulrich Müller
Modified: 2018-06-24 01:47 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ulrich Müller gentoo-dev 2018-01-20 13:05:17 UTC
The following ebuilds inherit eutils for preserve_old_lib{,_notify}. Since these functions have been split off to preserve-libs.eclass, the following ebuilds should be updated to inherit preserve-libs directly.

   dev-libs/mpfr-3.1.3_p4
   dev-libs/mpfr-4.0.0-r1

Please also check if preserve_old_lib{,_notify} were the only functions for which eutils was needed, in which case it can be dropped.
Comment 1 Larry the Git Cow gentoo-dev 2018-06-24 01:47:29 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5de09e8759a01eec4ea946c2a33d98fcfb6c714

commit b5de09e8759a01eec4ea946c2a33d98fcfb6c714
Author:     Matthias Maier <tamiko@gentoo.org>
AuthorDate: 2018-06-24 01:44:02 +0000
Commit:     Matthias Maier <tamiko@gentoo.org>
CommitDate: 2018-06-24 01:46:39 +0000

    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(-)