diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 20:26:28 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:04:24 +0100 |
commit | bac7ac4b826f47efda32d5f79720f12199c49d04 (patch) | |
tree | 4fca6b7ae58985b2de16a4096c34b3e798799a34 /sys-apps/fxload | |
parent | sys-apps/epoch: eutils->epatch (diff) | |
download | gentoo-bac7ac4b826f47efda32d5f79720f12199c49d04.tar.gz gentoo-bac7ac4b826f47efda32d5f79720f12199c49d04.tar.bz2 gentoo-bac7ac4b826f47efda32d5f79720f12199c49d04.zip |
sys-apps/fxload: eutils--
Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/fxload')
-rw-r--r-- | sys-apps/fxload/fxload-20081013-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/fxload/fxload-20081013-r1.ebuild b/sys-apps/fxload/fxload-20081013-r1.ebuild index fb1c041f177a..e5da4db9cfe4 100644 --- a/sys-apps/fxload/fxload-20081013-r1.ebuild +++ b/sys-apps/fxload/fxload-20081013-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils toolchain-funcs +inherit toolchain-funcs # source maintainers named it fxload-YYYY_MM_DD instead of fxload-YYYYMMDD MY_P="${PN}-${PV:0:4}_${PV:4:2}_${PV:6:2}" |