summaryrefslogtreecommitdiff
path: root/app-text/csvfix/csvfix-1.6.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/csvfix/csvfix-1.6.ebuild')
-rw-r--r--app-text/csvfix/csvfix-1.6.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/app-text/csvfix/csvfix-1.6.ebuild b/app-text/csvfix/csvfix-1.6.ebuild
index e79e239ef7de..8f35d4536767 100644
--- a/app-text/csvfix/csvfix-1.6.ebuild
+++ b/app-text/csvfix/csvfix-1.6.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit toolchain-funcs versionator vcs-snapshot
+inherit toolchain-funcs versionator vcs-snapshot eutils
MY_PV="$(delete_all_version_separators)"
DESCRIPTION="A stream editor for manipulating CSV files"
@@ -23,6 +23,7 @@ DEPEND="${RDEPEND}
PATCHES=(
"${FILESDIR}"/${P}-makefile.patch
"${FILESDIR}"/${PN}-1.10a-tests.patch
+ "${FILESDIR}"/${P}-shuffle-test.patch
)
src_prepare() {