diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 14:40:00 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 06:53:30 +0100 |
commit | 4627aba4f69ee8e4c9ea117e01bfb0a0eb83d0c2 (patch) | |
tree | 88341926b475f3292c39b934647a0298001c61e6 /app-misc | |
parent | app-misc/srm: eutils->epatch (diff) | |
download | gentoo-4627aba4f69ee8e4c9ea117e01bfb0a0eb83d0c2.tar.gz gentoo-4627aba4f69ee8e4c9ea117e01bfb0a0eb83d0c2.tar.bz2 gentoo-4627aba4f69ee8e4c9ea117e01bfb0a0eb83d0c2.zip |
app-misc/tdfsb: 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-misc')
-rw-r--r-- | app-misc/tdfsb/tdfsb-0.0.10-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/tdfsb/tdfsb-0.0.10-r1.ebuild b/app-misc/tdfsb/tdfsb-0.0.10-r1.ebuild index a624e018c08c..fdae4089bf69 100644 --- a/app-misc/tdfsb/tdfsb-0.0.10-r1.ebuild +++ b/app-misc/tdfsb/tdfsb-0.0.10-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils toolchain-funcs +inherit epatch toolchain-funcs DESCRIPTION="SDL based graphical file browser" HOMEPAGE="http://www.determinate.net/webdata/seg/tdfsb.html" |