commit:     10accc2c165a0d975be93fba222bbf13b63311a7
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  8 18:30:49 2024 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Mon Apr  8 18:34:41 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10accc2c

dev-libs/dotconf: style changes

Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

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

diff --git a/dev-libs/dotconf/dotconf-1.4.ebuild 
b/dev-libs/dotconf/dotconf-1.4.ebuild
index 7e8371546f9f..36d47ae81583 100644
--- a/dev-libs/dotconf/dotconf-1.4.ebuild
+++ b/dev-libs/dotconf/dotconf-1.4.ebuild
@@ -3,12 +3,14 @@
 
 EAPI=8
 
+if [[ ${PV} == 9999* ]]; then
+       inherit git-r3
+fi
 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