diff options
-rw-r--r-- | sys-fs/squashfs-tools/squashfs-tools-4.3_p7.ebuild | 4 | ||||
-rw-r--r-- | sys-fs/squashfs-tools/squashfs-tools-9999.ebuild | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sys-fs/squashfs-tools/squashfs-tools-4.3_p7.ebuild b/sys-fs/squashfs-tools/squashfs-tools-4.3_p7.ebuild index 117cc4a8978d..8565685e580a 100644 --- a/sys-fs/squashfs-tools/squashfs-tools-4.3_p7.ebuild +++ b/sys-fs/squashfs-tools/squashfs-tools-4.3_p7.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit flag-o-matic toolchain-funcs -DESCRIPTION="Tool for creating compressed filesystem type squashfs" +DESCRIPTION="tools to create and extract Squashfs filesystems" HOMEPAGE="http://squashfs.sourceforge.net" SRC_URI=" mirror://sourceforge/squashfs/squashfs${PV/_p*}.tar.gz diff --git a/sys-fs/squashfs-tools/squashfs-tools-9999.ebuild b/sys-fs/squashfs-tools/squashfs-tools-9999.ebuild index 5668f68d5054..4a4833de6e17 100644 --- a/sys-fs/squashfs-tools/squashfs-tools-9999.ebuild +++ b/sys-fs/squashfs-tools/squashfs-tools-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit flag-o-matic git-r3 toolchain-funcs -DESCRIPTION="Tool for creating compressed filesystem type squashfs" +DESCRIPTION="tools to create and extract Squashfs filesystems" HOMEPAGE=" http://squashfs.sourceforge.net https://github.com/plougher/squashfs-tools |