Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/binutils/
Date: Sat, 27 Jan 2018 13:16:06
Message-Id: 1517058953.359ed61f2483c1c236c9b3a60b4be1a7ffb09414.dilfridge@gentoo
1 commit: 359ed61f2483c1c236c9b3a60b4be1a7ffb09414
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 27 13:15:30 2018 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 27 13:15:53 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=359ed61f
7
8 sys-devel/binutils: Minor fixes. Use defaults.
9
10 Package-Manager: Portage-2.3.20, Repoman-2.3.6
11
12 sys-devel/binutils/binutils-9999.ebuild | 8 +++-----
13 1 file changed, 3 insertions(+), 5 deletions(-)
14
15 diff --git a/sys-devel/binutils/binutils-9999.ebuild b/sys-devel/binutils/binutils-9999.ebuild
16 index 16b853f51c7..3e4f54cd69b 100644
17 --- a/sys-devel/binutils/binutils-9999.ebuild
18 +++ b/sys-devel/binutils/binutils-9999.ebuild
19 @@ -7,8 +7,8 @@ inherit eutils libtool flag-o-matic gnuconfig multilib versionator
20
21 DESCRIPTION="Tools necessary to build programs"
22 HOMEPAGE="https://sourceware.org/binutils/"
23 -LICENSE="|| ( GPL-3 LGPL-3 )"
24 -IUSE="cxx multitarget nls static-libs test"
25 +LICENSE="GPL-3+"
26 +IUSE="+cxx multitarget +nls static-libs test"
27
28 # Variables that can be set here:
29 # PATCH_VER - the patchset version
30 @@ -86,12 +86,11 @@ src_unpack() {
31 ;;
32 esac
33 mkdir -p "${MY_BUILDDIR}"
34 - [[ -d ${WORKDIR}/patch ]] && mkdir "${WORKDIR}"/patch/skip
35 }
36
37 src_prepare() {
38 if [[ ! -z ${PATCH_VER} ]] ; then
39 - elog "Applying binutils-${PATCH_BINUTILS_VER} patchset ${PATCH_VER}"
40 + einfo "Applying binutils-${PATCH_BINUTILS_VER} patchset ${PATCH_VER}"
41 eapply "${WORKDIR}/patch"/*.patch
42 fi
43
44 @@ -132,7 +131,6 @@ src_prepare() {
45 elibtoolize --portage --no-uclibc
46 }
47
48 -# Intended for ebuilds to override to set their own versioning information.
49 toolchain-binutils_bugurl() {
50 printf "https://bugs.gentoo.org/"
51 }