diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 14:38:57 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 06:53:18 +0100 |
commit | 1b37a48bc6703cee35c3b0368714b0257b098468 (patch) | |
tree | 82edcd63b8eab33619da9154b9bafe0b465feb2c /app-misc | |
parent | app-misc/ckermit: eutils->epatch (diff) | |
download | gentoo-1b37a48bc6703cee35c3b0368714b0257b098468.tar.gz gentoo-1b37a48bc6703cee35c3b0368714b0257b098468.tar.bz2 gentoo-1b37a48bc6703cee35c3b0368714b0257b098468.zip |
app-misc/detox: 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/detox/detox-1.2.0-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/detox/detox-1.2.0-r3.ebuild b/app-misc/detox/detox-1.2.0-r3.ebuild index ec5d2e34a18c..2ec1846e2a59 100644 --- a/app-misc/detox/detox-1.2.0-r3.ebuild +++ b/app-misc/detox/detox-1.2.0-r3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils +inherit epatch MY_P="${PN}-${PV/_/-}" |