diff options
-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}" |