Git commit 6a3c7911ecd2c013889e0952837a1a818ddd8f1e by Andrius da Costa Rib= as. Committed on 31/12/2013 at 22:40. Pushed by andriusr into branch 'kde-4.12'. Add a 1.16 target to GSL pointing to current head commit (of ampl's cmake-b= ased repo) and make it the default target. M +2 -1 portage/testing/gsl/gsl-all.py http://commits.kde.org/emerge/6a3c7911ecd2c013889e0952837a1a818ddd8f1e diff --git a/portage/testing/gsl/gsl-all.py b/portage/testing/gsl/gsl-all.py index 88cb689..741c20d 100644 --- a/portage/testing/gsl/gsl-all.py +++ b/portage/testing/gsl/gsl-all.py @@ -3,8 +3,9 @@ import info class subinfo(info.infoclass): def setTargets( self ): self.svnTargets['gitHEAD'] =3D "[git]https://github.com/ampl/gsl.g= it" + self.svnTargets['1.16'] =3D "[git]https://github.com/ampl/gsl.git|= |709cc572279e4a56b0e218b834f202c1b3f757af" self.shortDescription =3D 'GNU Scientific Library' - self.defaultTarget =3D 'gitHEAD' + self.defaultTarget =3D '1.16' = def setDependencies( self ): self.hardDependencies['virtual/bin-base'] =3D 'default'