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, 18 Nov 2019 06:44:33
Message-Id: 1574059432.a7163258d1082e157c15ed8ed1ecf1ee74058ac7.radhermit@gentoo
1 commit: a7163258d1082e157c15ed8ed1ecf1ee74058ac7
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 18 06:43:44 2019 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 18 06:43:52 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7163258
7
8 sys-fs/archivemount: bump to EAPI 7
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 f8e3636bdeb..d987a19f01e 100644
17 --- a/sys-fs/archivemount/archivemount-0.8.12.ebuild
18 +++ b/sys-fs/archivemount/archivemount-0.8.12.ebuild
19 @@ -1,7 +1,7 @@
20 # Copyright 1999-2019 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=6
24 +EAPI=7
25
26 DESCRIPTION="Mount archives using libarchive and FUSE"
27 HOMEPAGE="https://www.cybernoia.de/software/archivemount.html https://github.com/cybernoid/archivemount"