commit: 6598542cf9da719f618c8f4a0e6c7e876578464a
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 2 21:30:01 2017 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Jul 2 21:30:23 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6598542c
sys-fs/f2fs-tools: fix typo
Package-Manager: Portage-2.3.6, Repoman-2.3.1
.../{f2fs-tools-1.7.0-r1.ebuild => f2fs-tools-1.7.0-r2.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-fs/f2fs-tools/f2fs-tools-1.7.0-r1.ebuild
b/sys-fs/f2fs-tools/f2fs-tools-1.7.0-r2.ebuild
similarity index 95%
rename from sys-fs/f2fs-tools/f2fs-tools-1.7.0-r1.ebuild
rename to sys-fs/f2fs-tools/f2fs-tools-1.7.0-r2.ebuild
index 105667a48d5..b28c634561a 100644
--- a/sys-fs/f2fs-tools/f2fs-tools-1.7.0-r1.ebuild
+++ b/sys-fs/f2fs-tools/f2fs-tools-1.7.0-r2.ebuild
@@ -20,7 +20,7 @@ DEPEND="$RDEPEND"
src_configure() {
#This is required to install to /sbin, bug #481110
econf \
- --bindir="${EPREFIX}"/sbin
+ --bindir="${EPREFIX}"/sbin \
--disable-static
}