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 EAFF31382C5 for ; Sat, 27 Jan 2018 13:16:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2929EE0922; Sat, 27 Jan 2018 13:16:06 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0902CE0922 for ; Sat, 27 Jan 2018 13:16:05 +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 B7D59335C2E for ; Sat, 27 Jan 2018 13:16:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E2801BB for ; Sat, 27 Jan 2018 13:16:03 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1517058953.359ed61f2483c1c236c9b3a60b4be1a7ffb09414.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/binutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/binutils/binutils-9999.ebuild X-VCS-Directories: sys-devel/binutils/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 359ed61f2483c1c236c9b3a60b4be1a7ffb09414 X-VCS-Branch: master Date: Sat, 27 Jan 2018 13:16:03 +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: 209f82ff-771d-4195-a98d-85b140a4ea02 X-Archives-Hash: 3baa4965703496f72a0978ce70a8646e commit: 359ed61f2483c1c236c9b3a60b4be1a7ffb09414 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Jan 27 13:15:30 2018 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sat Jan 27 13:15:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=359ed61f sys-devel/binutils: Minor fixes. Use defaults. Package-Manager: Portage-2.3.20, Repoman-2.3.6 sys-devel/binutils/binutils-9999.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/sys-devel/binutils/binutils-9999.ebuild b/sys-devel/binutils/binutils-9999.ebuild index 16b853f51c7..3e4f54cd69b 100644 --- a/sys-devel/binutils/binutils-9999.ebuild +++ b/sys-devel/binutils/binutils-9999.ebuild @@ -7,8 +7,8 @@ inherit eutils libtool flag-o-matic gnuconfig multilib versionator DESCRIPTION="Tools necessary to build programs" HOMEPAGE="https://sourceware.org/binutils/" -LICENSE="|| ( GPL-3 LGPL-3 )" -IUSE="cxx multitarget nls static-libs test" +LICENSE="GPL-3+" +IUSE="+cxx multitarget +nls static-libs test" # Variables that can be set here: # PATCH_VER - the patchset version @@ -86,12 +86,11 @@ src_unpack() { ;; esac mkdir -p "${MY_BUILDDIR}" - [[ -d ${WORKDIR}/patch ]] && mkdir "${WORKDIR}"/patch/skip } src_prepare() { if [[ ! -z ${PATCH_VER} ]] ; then - elog "Applying binutils-${PATCH_BINUTILS_VER} patchset ${PATCH_VER}" + einfo "Applying binutils-${PATCH_BINUTILS_VER} patchset ${PATCH_VER}" eapply "${WORKDIR}/patch"/*.patch fi @@ -132,7 +131,6 @@ src_prepare() { elibtoolize --portage --no-uclibc } -# Intended for ebuilds to override to set their own versioning information. toolchain-binutils_bugurl() { printf "https://bugs.gentoo.org/" }