diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 15:00:11 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:04:23 +0100 |
commit | 8616ba5b6ca7750ee269acf61a48ce42c57b40f7 (patch) | |
tree | 32bb7aa1fd172ad7e1ffdf78af9d46c117107cad /sys-apps/epoch | |
parent | sys-apps/edac-utils: eutils-- (diff) | |
download | gentoo-8616ba5b6ca7750ee269acf61a48ce42c57b40f7.tar.gz gentoo-8616ba5b6ca7750ee269acf61a48ce42c57b40f7.tar.bz2 gentoo-8616ba5b6ca7750ee269acf61a48ce42c57b40f7.zip |
sys-apps/epoch: eutils->epatch
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/epoch')
-rw-r--r-- | sys-apps/epoch/epoch-1.2.1.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/epoch/epoch-1.2.2.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/epoch/epoch-1.3.0.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/epoch/epoch-9999.ebuild | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/sys-apps/epoch/epoch-1.2.1.ebuild b/sys-apps/epoch/epoch-1.2.1.ebuild index 16daffeeac89..865e15dc24b2 100644 --- a/sys-apps/epoch/epoch-1.2.1.ebuild +++ b/sys-apps/epoch/epoch-1.2.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" -inherit eutils linux-info +inherit epatch linux-info MY_PV="${PV/rc/RC}" MY_P="${PN}-${MY_PV}" diff --git a/sys-apps/epoch/epoch-1.2.2.ebuild b/sys-apps/epoch/epoch-1.2.2.ebuild index 4bb4a8d5db24..af18fc85b21a 100644 --- a/sys-apps/epoch/epoch-1.2.2.ebuild +++ b/sys-apps/epoch/epoch-1.2.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" -inherit eutils linux-info +inherit epatch linux-info MY_PV="${PV/rc/RC}" MY_P="${PN}-${MY_PV}" diff --git a/sys-apps/epoch/epoch-1.3.0.ebuild b/sys-apps/epoch/epoch-1.3.0.ebuild index 9b6a3f67f14b..a37c2f912f6a 100644 --- a/sys-apps/epoch/epoch-1.3.0.ebuild +++ b/sys-apps/epoch/epoch-1.3.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" -inherit eutils linux-info +inherit epatch linux-info MY_PV="${PV/rc/RC}" MY_P="${PN}-${MY_PV}" diff --git a/sys-apps/epoch/epoch-9999.ebuild b/sys-apps/epoch/epoch-9999.ebuild index f35febe3564b..007de0c5e28b 100644 --- a/sys-apps/epoch/epoch-9999.ebuild +++ b/sys-apps/epoch/epoch-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" -inherit eutils linux-info git-r3 +inherit epatch linux-info git-r3 MY_PV="${PV/rc/RC}" MY_P="${PN}-${MY_PV}" |