diff options
author | Piotr Karbowski <slashbeast@gentoo.org> | 2020-03-07 20:44:28 +0100 |
---|---|---|
committer | Piotr Karbowski <slashbeast@gentoo.org> | 2020-03-07 20:46:54 +0100 |
commit | 41f779c900008cac5f1995e56cd1d082a2a96976 (patch) | |
tree | 2a89e5132d875fb07e5da058135bb1064f6e281d /sys-fs | |
parent | app-text/calibre: Remove old versions (diff) | |
download | gentoo-41f779c900008cac5f1995e56cd1d082a2a96976.tar.gz gentoo-41f779c900008cac5f1995e56cd1d082a2a96976.tar.bz2 gentoo-41f779c900008cac5f1995e56cd1d082a2a96976.zip |
sys-fs/duperemove-0.11.1: eapi and description bump.
Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/duperemove/duperemove-0.11.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-fs/duperemove/duperemove-0.11.1.ebuild b/sys-fs/duperemove/duperemove-0.11.1.ebuild index 995cb2060b38..ff14e72029b6 100644 --- a/sys-fs/duperemove/duperemove-0.11.1.ebuild +++ b/sys-fs/duperemove/duperemove-0.11.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit toolchain-funcs -DESCRIPTION="Btrfs deduplication utility" +DESCRIPTION="Btrfs and xfs deduplication utility" HOMEPAGE="https://github.com/markfasheh/duperemove" SRC_URI="https://github.com/markfasheh/duperemove/archive/v${PV/_/.}.tar.gz -> ${P/_/.}.tar.gz" |