diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 14:40:25 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 06:53:38 +0100 |
commit | c5cf5f09d9beeafa92d5b2bce14bd01103f3a8ae (patch) | |
tree | b2dfd65dec2bac86fc19fe16232c866f60c0a335 /app-shells/tcsh | |
parent | app-shells/posh: use BDEPEND for app-arch/xz-utils (diff) | |
download | gentoo-c5cf5f09d9beeafa92d5b2bce14bd01103f3a8ae.tar.gz gentoo-c5cf5f09d9beeafa92d5b2bce14bd01103f3a8ae.tar.bz2 gentoo-c5cf5f09d9beeafa92d5b2bce14bd01103f3a8ae.zip |
app-shells/tcsh: eutils->epatch
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-shells/tcsh')
-rw-r--r-- | app-shells/tcsh/tcsh-6.22.02.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/tcsh/tcsh-6.22.02.ebuild b/app-shells/tcsh/tcsh-6.22.02.ebuild index 02fa21d5200c..b5d2662737f5 100644 --- a/app-shells/tcsh/tcsh-6.22.02.ebuild +++ b/app-shells/tcsh/tcsh-6.22.02.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit eutils flag-o-matic autotools prefix +inherit epatch flag-o-matic autotools prefix CONFVER="1.9" |