Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/binutils-config/
Date: Sun, 09 Jan 2022 14:57:32
Message-Id: 1641740180.bc0ee34901a5df2ea5ab83c2d8b20b2249355915.floppym@gentoo
1 commit: bc0ee34901a5df2ea5ab83c2d8b20b2249355915
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 9 14:56:20 2022 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 9 14:56:20 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc0ee349
7
8 sys-devel/binutils-config: drop eprefixify
9
10 This is handled by the Makefile.
11
12 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
13
14 sys-devel/binutils-config/binutils-config-9999.ebuild | 6 +-----
15 1 file changed, 1 insertion(+), 5 deletions(-)
16
17 diff --git a/sys-devel/binutils-config/binutils-config-9999.ebuild b/sys-devel/binutils-config/binutils-config-9999.ebuild
18 index be7e03ed3330..17daaedfeda0 100644
19 --- a/sys-devel/binutils-config/binutils-config-9999.ebuild
20 +++ b/sys-devel/binutils-config/binutils-config-9999.ebuild
21 @@ -1,10 +1,8 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27
28 -inherit prefix
29 -
30 if [[ ${PV} == 9999 ]]; then
31 EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/binutils-config.git"
32 inherit git-r3
33 @@ -29,8 +27,6 @@ src_compile() {
34
35 src_install() {
36 emake DESTDIR="${D}" PV="${PV}" install
37 -
38 - use prefix && eprefixify "${ED}"/usr/bin/${PN}
39 }
40
41 pkg_postinst() {