diff options
author | Christoph Junghans <junghans@gentoo.org> | 2017-01-15 17:07:30 -0700 |
---|---|---|
committer | Christoph Junghans <junghans@gentoo.org> | 2017-01-15 17:17:00 -0700 |
commit | e1ead1f3675089c25bd76c8fc36b92e262e44219 (patch) | |
tree | 5454096de8ff7be1a5eebeaf2df26f12984db950 /sys-cluster/libquo/libquo-1.2.4-r1.ebuild | |
parent | sys-kernel/gentoo-sources: Linux patch 4.9.4 (diff) | |
download | gentoo-e1ead1f3675089c25bd76c8fc36b92e262e44219.tar.gz gentoo-e1ead1f3675089c25bd76c8fc36b92e262e44219.tar.bz2 gentoo-e1ead1f3675089c25bd76c8fc36b92e262e44219.zip |
sys-cluster/libquo: update homepage
Package-Manager: portage-2.3.0
Diffstat (limited to 'sys-cluster/libquo/libquo-1.2.4-r1.ebuild')
-rw-r--r-- | sys-cluster/libquo/libquo-1.2.4-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-cluster/libquo/libquo-1.2.4-r1.ebuild b/sys-cluster/libquo/libquo-1.2.4-r1.ebuild index 6f4ed947735e..affeb65e51ad 100644 --- a/sys-cluster/libquo/libquo-1.2.4-r1.ebuild +++ b/sys-cluster/libquo/libquo-1.2.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,17 +10,17 @@ FORTRAN_STANDARD=90 inherit autotools-utils fortran-2 if [ "${PV}" = "9999" ]; then - EGIT_REPO_URI="git://github.com/losalamos/${PN}.git https://github.com/losalamos/${PN}.git" + EGIT_REPO_URI="git://github.com/lanl/${PN}.git https://github.com/lanl/${PN}.git" inherit git-r3 KEYWORDS="" AUTOTOOLS_AUTORECONF=1 else - SRC_URI="http://losalamos.github.io/${PN}/dists/${P}.tar.gz" + SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz" KEYWORDS="~amd64" fi DESCRIPTION="run-time tuning of process binding policies made easy" -HOMEPAGE="http://losalamos.github.io/libquo/" +HOMEPAGE="http://lanl.github.io/libquo/" LICENSE="BSD" SLOT="0" |