diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 15:07:59 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:05:32 +0100 |
commit | 1e239e00475584206a24b724dcb03319e6ee49f3 (patch) | |
tree | ef1d62835bf282f6098c7d12b74d03efa10a2610 /x11-plugins/wmSpaceWeather | |
parent | x11-plugins/pidgin-gpg: eutils-- (diff) | |
download | gentoo-1e239e00475584206a24b724dcb03319e6ee49f3.tar.gz gentoo-1e239e00475584206a24b724dcb03319e6ee49f3.tar.bz2 gentoo-1e239e00475584206a24b724dcb03319e6ee49f3.zip |
x11-plugins/wmSpaceWeather: eutils->epatch
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-plugins/wmSpaceWeather')
-rw-r--r-- | x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04_p19-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04_p19-r1.ebuild b/x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04_p19-r1.ebuild index 9bd5996db7f1..66f4ca8ec602 100644 --- a/x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04_p19-r1.ebuild +++ b/x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04_p19-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=6 -inherit eutils toolchain-funcs +inherit epatch toolchain-funcs MY_PN="wmspaceweather" MY_PV_ORIG="${PV/_p*}" |