Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/squashfs-tools/
Date: Fri, 05 Oct 2018 21:13:47
Message-Id: 1538774008.63f8b546ecd777f723583dd5ee6a7269338ca6c4.jer@gentoo
1 commit: 63f8b546ecd777f723583dd5ee6a7269338ca6c4
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 5 21:13:00 2018 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 5 21:13:28 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63f8b546
7
8 sys-fs/squashfs-tools: Fix Github HOMEPAGE.
9
10 Package-Manager: Portage-2.3.50, Repoman-2.3.11
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 sys-fs/squashfs-tools/squashfs-tools-9999.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-fs/squashfs-tools/squashfs-tools-9999.ebuild b/sys-fs/squashfs-tools/squashfs-tools-9999.ebuild
17 index e6d80fb8d83..5668f68d505 100644
18 --- a/sys-fs/squashfs-tools/squashfs-tools-9999.ebuild
19 +++ b/sys-fs/squashfs-tools/squashfs-tools-9999.ebuild
20 @@ -7,7 +7,7 @@ inherit flag-o-matic git-r3 toolchain-funcs
21 DESCRIPTION="Tool for creating compressed filesystem type squashfs"
22 HOMEPAGE="
23 http://squashfs.sourceforge.net
24 - https://github.com/plougher
25 + https://github.com/plougher/squashfs-tools
26 "
27 EGIT_REPO_URI="https://github.com/plougher/${PN}"
28 LICENSE="GPL-2"