sys-devel/binutils: Minor fixes. Use defaults.
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Sat, 27 Jan 2018 13:15:30 +0000 (14:15 +0100)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Sat, 27 Jan 2018 13:15:53 +0000 (14:15 +0100)
Package-Manager: Portage-2.3.20, Repoman-2.3.6

sys-devel/binutils/binutils-9999.ebuild

index 16b853f51c7e4776f799b75ff822d28b81e3313c..3e4f54cd69bb4193c7b86aace3e1dae949b64f08 100644 (file)
@@ -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/"
 }