summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2018-10-05 23:09:06 +0200
committerJeroen Roovers <jer@gentoo.org>2018-10-05 23:09:24 +0200
commit6a2f80a82c59f9f3b5fa4e6c37a5f76965e13233 (patch)
tree9af04877637dcbe6adcf2fe7e27bea638ade6aa1
parentmedia-sound/cantata: 2.3.2 amd64 stable (diff)
downloadgentoo-6a2f80a82c59f9f3b5fa4e6c37a5f76965e13233.tar.gz
gentoo-6a2f80a82c59f9f3b5fa4e6c37a5f76965e13233.tar.bz2
gentoo-6a2f80a82c59f9f3b5fa4e6c37a5f76965e13233.zip
sys-fs/squashfs-tools: Add Github HOMEPAGE
Fixes: https://bugs.gentoo.org/667812 Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
-rw-r--r--sys-fs/squashfs-tools/squashfs-tools-9999.ebuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/squashfs-tools/squashfs-tools-9999.ebuild b/sys-fs/squashfs-tools/squashfs-tools-9999.ebuild
index 11c0570d7f45..e6d80fb8d83f 100644
--- a/sys-fs/squashfs-tools/squashfs-tools-9999.ebuild
+++ b/sys-fs/squashfs-tools/squashfs-tools-9999.ebuild
@@ -1,12 +1,15 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit flag-o-matic git-r3 toolchain-funcs
DESCRIPTION="Tool for creating compressed filesystem type squashfs"
-HOMEPAGE="http://squashfs.sourceforge.net"
-EGIT_REPO_URI="https://github.com/plougher/squashfs-tools"
+HOMEPAGE="
+ http://squashfs.sourceforge.net
+ https://github.com/plougher
+"
+EGIT_REPO_URI="https://github.com/plougher/${PN}"
LICENSE="GPL-2"
SLOT="0"
IUSE="debug lz4 lzma lzo static xattr +xz zstd"