diff options
author | 2020-07-25 20:49:32 +0300 | |
---|---|---|
committer | 2020-07-25 20:50:15 +0300 | |
commit | fa9c2ca6157c31305c95e486d05442a2d8d45651 (patch) | |
tree | 3d75fe4268662e98a158fb7c10d4094ef9b5a5df /sys-devel/binutils/binutils-9999.ebuild | |
parent | dev-perl/DateTime-Calendar-Julian: Bump to version 0.102.0 (diff) | |
download | gentoo-fa9c2ca6157c31305c95e486d05442a2d8d45651.tar.gz gentoo-fa9c2ca6157c31305c95e486d05442a2d8d45651.tar.bz2 gentoo-fa9c2ca6157c31305c95e486d05442a2d8d45651.zip |
sys-devel/binutils: Version bump, untested, no keywords
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'sys-devel/binutils/binutils-9999.ebuild')
-rw-r--r-- | sys-devel/binutils/binutils-9999.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-devel/binutils/binutils-9999.ebuild b/sys-devel/binutils/binutils-9999.ebuild index 32c72483db8d..fb041ee7e6bc 100644 --- a/sys-devel/binutils/binutils-9999.ebuild +++ b/sys-devel/binutils/binutils-9999.ebuild @@ -19,8 +19,8 @@ REQUIRED_USE="default-gold? ( gold )" # PATCH_DEV - Use download URI https://dev.gentoo.org/~{PATCH_DEV}/distfiles/... # for the patchsets -PATCH_VER=5 -PATCH_BINUTILS_VER=2.34 +PATCH_VER=1 +PATCH_DEV=dilfridge if [[ ${PV} == 9999* ]]; then inherit git-r3 @@ -82,7 +82,7 @@ src_unpack() { unpack ${P}.tar.xz cd "${WORKDIR}" || die - unpack glibc-${RELEASE_VER}-patches-${PATCH_VER}.tar.xz + unpack binutils-${PATCH_BINUTILS_VER}-patches-${PATCH_VER}.tar.xz fi cd "${WORKDIR}" || die @@ -94,7 +94,7 @@ src_prepare() { if [[ ${PV} == 9999* ]] ; then patchsetname="from git master" else - patchsetname="${RELEASE_VER}-${PATCH_VER}" + patchsetname="${PATCH_BINUTILS_VER}-${PATCH_VER}" fi if [[ ! -z ${PATCH_VER} ]] || [[ ${PV} == 9999* ]] ; then |