summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-07-16 02:14:56 +0000
committerMike Frysinger <vapier@gentoo.org>2007-07-16 02:14:56 +0000
commitdefe01dd659ebd4bd69bc3cb8db4a8192ad76255 (patch)
tree967d4608d3cd0eb955884d0d2ef92d52b228bd97 /eclass
parentversion bump (diff)
downloadhistorical-defe01dd659ebd4bd69bc3cb8db4a8192ad76255.tar.gz
historical-defe01dd659ebd4bd69bc3cb8db4a8192ad76255.tar.bz2
historical-defe01dd659ebd4bd69bc3cb8db4a8192ad76255.zip
insert PATCH_VER into Gentoo version tagging as needed
Diffstat (limited to 'eclass')
-rw-r--r--eclass/toolchain.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 704b5509379a..dfcf054165a6 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.337 2007/07/02 14:16:32 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.338 2007/07/16 02:14:56 vapier Exp $
#
# Maintainer: Toolchain Ninjas <toolchain@gentoo.org>
@@ -1016,6 +1016,7 @@ gcc_src_unpack() {
guess_patch_type_in_dir "${WORKDIR}"/patch
EPATCH_MULTI_MSG="Applying Gentoo patches ..." \
epatch "${WORKDIR}"/patch
+ release_version="${release_version} p${PATCH_VER}"
fi
if [[ -n ${UCLIBC_VER} ]] ; then
guess_patch_type_in_dir "${WORKDIR}"/uclibc
@@ -1054,7 +1055,6 @@ gcc_src_unpack() {
version_string="${version_string} ${BRANCH_UPDATE}"
fi
-
einfo "patching gcc version: ${version_string} (${release_version})"
gcc_version_patch "${version_string}" "${release_version}"