diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 08:53:20 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:21:57 +0100 |
commit | b2ae4b6140624f780234bdadf049886257c47e1c (patch) | |
tree | c2e0ccb8f47bf5ec6989294f765405b3c5bc9002 /sys-apps | |
parent | sys-apps/dtc: eutils-- (diff) | |
download | gentoo-b2ae4b6140624f780234bdadf049886257c47e1c.tar.gz gentoo-b2ae4b6140624f780234bdadf049886257c47e1c.tar.bz2 gentoo-b2ae4b6140624f780234bdadf049886257c47e1c.zip |
sys-apps/dtc: eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/dtc/dtc-1.5.0-r2.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/dtc/dtc-1.6.0.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/dtc/dtc-9999.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys-apps/dtc/dtc-1.5.0-r2.ebuild b/sys-apps/dtc/dtc-1.5.0-r2.ebuild index ac119788204b..3394d77c0623 100644 --- a/sys-apps/dtc/dtc-1.5.0-r2.ebuild +++ b/sys-apps/dtc/dtc-1.5.0-r2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit multilib toolchain-funcs eutils +inherit multilib toolchain-funcs if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/dtc/dtc.git" diff --git a/sys-apps/dtc/dtc-1.6.0.ebuild b/sys-apps/dtc/dtc-1.6.0.ebuild index 12c3ff004ae9..41acb4a8a9bc 100644 --- a/sys-apps/dtc/dtc-1.6.0.ebuild +++ b/sys-apps/dtc/dtc-1.6.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit multilib toolchain-funcs eutils +inherit multilib toolchain-funcs if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/dtc/dtc.git" diff --git a/sys-apps/dtc/dtc-9999.ebuild b/sys-apps/dtc/dtc-9999.ebuild index 5d8cb20a5b37..00244f88a148 100644 --- a/sys-apps/dtc/dtc-9999.ebuild +++ b/sys-apps/dtc/dtc-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit multilib toolchain-funcs eutils +inherit multilib toolchain-funcs if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/dtc/dtc.git" |