diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2018-01-27 14:15:30 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2018-01-27 14:15:53 +0100 |
commit | 359ed61f2483c1c236c9b3a60b4be1a7ffb09414 (patch) | |
tree | a6e7dd68986fb7f68c667993c5c27546951480d4 /sys-devel/binutils/binutils-9999.ebuild | |
parent | dev-lang/qu-prolog: port to QT5 (diff) | |
download | gentoo-359ed61f2483c1c236c9b3a60b4be1a7ffb09414.tar.gz gentoo-359ed61f2483c1c236c9b3a60b4be1a7ffb09414.tar.bz2 gentoo-359ed61f2483c1c236c9b3a60b4be1a7ffb09414.zip |
sys-devel/binutils: Minor fixes. Use defaults.
Package-Manager: Portage-2.3.20, Repoman-2.3.6
Diffstat (limited to 'sys-devel/binutils/binutils-9999.ebuild')
-rw-r--r-- | sys-devel/binutils/binutils-9999.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sys-devel/binutils/binutils-9999.ebuild b/sys-devel/binutils/binutils-9999.ebuild index 16b853f51c7e..3e4f54cd69bb 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/" } |