From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 99EA6138334 for ; Fri, 5 Oct 2018 21:13:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C65C9E08F4; Fri, 5 Oct 2018 21:13:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A4ABCE08F4 for ; Fri, 5 Oct 2018 21:13:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AA48B335C39 for ; Fri, 5 Oct 2018 21:13:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E999E3F6 for ; Fri, 5 Oct 2018 21:13:42 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1538774008.63f8b546ecd777f723583dd5ee6a7269338ca6c4.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/squashfs-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/squashfs-tools/squashfs-tools-9999.ebuild X-VCS-Directories: sys-fs/squashfs-tools/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 63f8b546ecd777f723583dd5ee6a7269338ca6c4 X-VCS-Branch: master Date: Fri, 5 Oct 2018 21:13:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ad349208-0a37-4dc7-a615-97beb456f94c X-Archives-Hash: 74beb3047bd154d4bd3d27a78aa2939b commit: 63f8b546ecd777f723583dd5ee6a7269338ca6c4 Author: Jeroen Roovers gentoo org> AuthorDate: Fri Oct 5 21:13:00 2018 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Fri Oct 5 21:13:28 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63f8b546 sys-fs/squashfs-tools: Fix Github HOMEPAGE. Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Jeroen Roovers gentoo.org> sys-fs/squashfs-tools/squashfs-tools-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/squashfs-tools/squashfs-tools-9999.ebuild b/sys-fs/squashfs-tools/squashfs-tools-9999.ebuild index e6d80fb8d83..5668f68d505 100644 --- a/sys-fs/squashfs-tools/squashfs-tools-9999.ebuild +++ b/sys-fs/squashfs-tools/squashfs-tools-9999.ebuild @@ -7,7 +7,7 @@ inherit flag-o-matic git-r3 toolchain-funcs DESCRIPTION="Tool for creating compressed filesystem type squashfs" HOMEPAGE=" http://squashfs.sourceforge.net - https://github.com/plougher + https://github.com/plougher/squashfs-tools " EGIT_REPO_URI="https://github.com/plougher/${PN}" LICENSE="GPL-2"