diff options
Diffstat (limited to 'dev-libs/dotconf/dotconf-1.4.ebuild')
-rw-r--r-- | dev-libs/dotconf/dotconf-1.4.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
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" |