Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/octave/
Date: Sat, 07 Apr 2018 20:49:34
Message-Id: 1523134125.8838fcf498568b7ddac0c8baa4f38547b65059fe.asturm@gentoo
1 commit: 8838fcf498568b7ddac0c8baa4f38547b65059fe
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 7 18:20:06 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 7 20:48:45 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8838fcf4
7
8 sci-mathematics/octave: Fix HOMEPAGE
9
10 Package-Manager: Portage-2.3.28, Repoman-2.3.9
11
12 sci-mathematics/octave/octave-4.2.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sci-mathematics/octave/octave-4.2.2.ebuild b/sci-mathematics/octave/octave-4.2.2.ebuild
16 index 3992dc9da4e..66323d5a8b5 100644
17 --- a/sci-mathematics/octave/octave-4.2.2.ebuild
18 +++ b/sci-mathematics/octave/octave-4.2.2.ebuild
19 @@ -7,7 +7,7 @@ inherit autotools flag-o-matic fortran-2 gnome2-utils java-pkg-opt-2 pax-utils t
20
21 DESCRIPTION="High-level interactive language for numerical computations"
22 LICENSE="GPL-3"
23 -HOMEPAGE="http://www.octave.org/"
24 +HOMEPAGE="https://www.gnu.org/software/octave/"
25 SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
26
27 SLOT="0/${PV}"