summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@chromium.org>2022-01-06 14:13:13 -0500
committerMike Frysinger <vapier@gentoo.org>2022-01-06 14:21:41 -0500
commit7d7571d5d819862e37b48a88bca847a757399398 (patch)
treea667225b18ee61dc6a09d75fc22a55a0f7f60854 /sys-devel/binutils/binutils-2.34-r2.ebuild
parentsys-libs/binutils-libs: use simpler shell test (diff)
downloadgentoo-7d7571d5d819862e37b48a88bca847a757399398.tar.gz
gentoo-7d7571d5d819862e37b48a88bca847a757399398.tar.bz2
gentoo-7d7571d5d819862e37b48a88bca847a757399398.zip
sys-devel/binutils: use simpler shell test
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'sys-devel/binutils/binutils-2.34-r2.ebuild')
-rw-r--r--sys-devel/binutils/binutils-2.34-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/binutils/binutils-2.34-r2.ebuild b/sys-devel/binutils/binutils-2.34-r2.ebuild
index e6087c134ba8..c61503139101 100644
--- a/sys-devel/binutils/binutils-2.34-r2.ebuild
+++ b/sys-devel/binutils/binutils-2.34-r2.ebuild
@@ -90,7 +90,7 @@ src_unpack() {
}
src_prepare() {
- if [[ ! -z ${PATCH_VER} ]] ; then
+ if [[ -n ${PATCH_VER} ]] ; then
einfo "Applying binutils-${PATCH_BINUTILS_VER} patchset ${PATCH_VER}"
eapply "${WORKDIR}/patch"/*.patch
fi