diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 08:52:49 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:21:28 +0100 |
commit | 3024ff49b147350dfe4d8631e0dfbc2932cfc228 (patch) | |
tree | 87461c1c7e811734087d608e552c269355591099 /sci-geosciences/gpsd | |
parent | sci-geosciences/congen: eutils-- (diff) | |
download | gentoo-3024ff49b147350dfe4d8631e0dfbc2932cfc228.tar.gz gentoo-3024ff49b147350dfe4d8631e0dfbc2932cfc228.tar.bz2 gentoo-3024ff49b147350dfe4d8631e0dfbc2932cfc228.zip |
sci-geosciences/gpsd: eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-geosciences/gpsd')
-rw-r--r-- | sci-geosciences/gpsd/gpsd-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-geosciences/gpsd/gpsd-9999.ebuild b/sci-geosciences/gpsd/gpsd-9999.ebuild index f34a81133689..fd54dc05ae27 100644 --- a/sci-geosciences/gpsd/gpsd-9999.ebuild +++ b/sci-geosciences/gpsd/gpsd-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ DISTUTILS_OPTIONAL=1 PYTHON_COMPAT=( python3_{7,8} ) SCONS_MIN_VERSION="2.3.0" -inherit eutils udev multilib distutils-r1 scons-utils toolchain-funcs +inherit udev multilib distutils-r1 scons-utils toolchain-funcs if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://gitlab.com/gpsd/gpsd.git" |