commit:     359ed61f2483c1c236c9b3a60b4be1a7ffb09414
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 27 13:15:30 2018 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> 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/";
 }

Reply via email to