public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-alt r1717 - trunk/toolchain-prefix-wrapper
@ 2012-02-22 19:36 Fabian Groffen (grobian)
  0 siblings, 0 replies; only message in thread
From: Fabian Groffen (grobian) @ 2012-02-22 19:36 UTC (permalink / raw
  To: gentoo-commits

Author: grobian
Date: 2012-02-22 19:36:56 +0000 (Wed, 22 Feb 2012)
New Revision: 1717

Modified:
   trunk/toolchain-prefix-wrapper/bootstrap
Log:
bootstrap: support subversion 1.7

Modified: trunk/toolchain-prefix-wrapper/bootstrap
===================================================================
--- trunk/toolchain-prefix-wrapper/bootstrap	2012-02-22 19:35:16 UTC (rev 1716)
+++ trunk/toolchain-prefix-wrapper/bootstrap	2012-02-22 19:36:56 UTC (rev 1717)
@@ -25,7 +25,7 @@
 	if [ "x${versioning_done}" != xyes ] && [ -d .svn ] ; then
 		svnversion=`svn --version 2>/dev/null | head -n 1`
 		case ${svnversion} in
-		*" version 1."[6-6]"."*) revisionrange="20-27" ;;
+		*" version 1."[6-7]"."*) revisionrange="20-27" ;;
 		*" version 1."[0-5]"."*) revisionrange="19-26" ;;
 		*) echo "don't know how to work with ${svnversion}" >&2; exit 1 ;;
 	   esac




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-02-22 19:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-22 19:36 [gentoo-commits] gentoo-alt r1717 - trunk/toolchain-prefix-wrapper Fabian Groffen (grobian)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox