commit: adef9e2c72e14efcc6bd4246929a507aeaddf049 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Mon Sep 21 13:35:51 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Mon Sep 21 13:35:51 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=adef9e2c
sci-mathematics/dolfin: Fix SRC_URI Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> sci-mathematics/dolfin/dolfin-0.9.9.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-mathematics/dolfin/dolfin-0.9.9.ebuild b/sci-mathematics/dolfin/dolfin-0.9.9.ebuild index 547ff0c..887d541 100644 --- a/sci-mathematics/dolfin/dolfin-0.9.9.ebuild +++ b/sci-mathematics/dolfin/dolfin-0.9.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,7 +10,7 @@ inherit cmake-utils eutils python-single-r1 DESCRIPTION="C++/Python interface of FEniCS" HOMEPAGE="https://launchpad.net/dolfin/" -SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz" +SRC_URI="https://launchpad.net/${PN}/0.x/${PV}/+download/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0"
