commit:     ad80f38181a03376fb1b72a1af616489add453e5
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  8 17:45:38 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Apr  8 17:45:38 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad80f381

dev-libs/dotconf: inherit git-r3 only if live version

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-libs/dotconf/dotconf-1.4.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-libs/dotconf/dotconf-1.4.ebuild 
b/dev-libs/dotconf/dotconf-1.4.ebuild
index 7621056d492b..7e8371546f9f 100644
--- a/dev-libs/dotconf/dotconf-1.4.ebuild
+++ b/dev-libs/dotconf/dotconf-1.4.ebuild
@@ -3,11 +3,12 @@
 
 EAPI=8
 
-inherit autotools git-r3 toolchain-funcs
+inherit autotools toolchain-funcs
 
 DESCRIPTION="dot.conf configuration file parser"
 HOMEPAGE="https://github.com/williamh/dotconf";
 if [[ ${PV} == 9999* ]]; then
+       inherit git-r3
        EGIT_REPO_URI="https://github.com/williamh/dotconf.git";
 else
        SRC_URI="https://github.com/williamh/dotconf/archive/v${PV}.tar.gz -> 
${P}.tar.gz"

Reply via email to