Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/archivemount/
Date: Mon, 14 Jan 2019 07:48:26
Message-Id: 1547452072.3b4894eb602a5b6cc3d1e8875b644a2d13884cbc.radhermit@gentoo
1 commit: 3b4894eb602a5b6cc3d1e8875b644a2d13884cbc
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 12 08:58:09 2019 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 14 07:47:52 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b4894eb
7
8 sys-fs/archivemount: add github site to HOMEPAGE
9
10 Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
11
12 sys-fs/archivemount/archivemount-0.8.12.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-fs/archivemount/archivemount-0.8.12.ebuild b/sys-fs/archivemount/archivemount-0.8.12.ebuild
16 index 4030a1ec332..76c93396bb9 100644
17 --- a/sys-fs/archivemount/archivemount-0.8.12.ebuild
18 +++ b/sys-fs/archivemount/archivemount-0.8.12.ebuild
19 @@ -4,7 +4,7 @@
20 EAPI=6
21
22 DESCRIPTION="Mount archives using libarchive and FUSE"
23 -HOMEPAGE="https://www.cybernoia.de/software/archivemount.html"
24 +HOMEPAGE="https://www.cybernoia.de/software/archivemount.html https://github.com/cybernoid/archivemount.git"
25 SRC_URI="https://www.cybernoia.de/software/archivemount/${P}.tar.gz"
26
27 LICENSE="GPL-2"