diff options
author | Sam James <sam@gentoo.org> | 2021-09-25 01:05:23 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-09-25 01:05:23 +0100 |
commit | 6bbc1cd0bf6905b4fd8e12f8abcc3e5bf602c293 (patch) | |
tree | ebd8ecc69a6d5b50bb2b4de46173317d457a8dc9 /sci-geosciences/gpsd/gpsd-3.23.1.ebuild | |
parent | sci-geosciences/gpsd: Stabilize 3.23-r2 amd64, #813168 (diff) | |
download | gentoo-6bbc1cd0bf6905b4fd8e12f8abcc3e5bf602c293.tar.gz gentoo-6bbc1cd0bf6905b4fd8e12f8abcc3e5bf602c293.tar.bz2 gentoo-6bbc1cd0bf6905b4fd8e12f8abcc3e5bf602c293.zip |
sci-geosciences/gpsd: drop unused multilib inherit
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-geosciences/gpsd/gpsd-3.23.1.ebuild')
-rw-r--r-- | sci-geosciences/gpsd/gpsd-3.23.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-geosciences/gpsd/gpsd-3.23.1.ebuild b/sci-geosciences/gpsd/gpsd-3.23.1.ebuild index 550576d658a5..41d26755b6a3 100644 --- a/sci-geosciences/gpsd/gpsd-3.23.1.ebuild +++ b/sci-geosciences/gpsd/gpsd-3.23.1.ebuild @@ -7,7 +7,7 @@ DISTUTILS_OPTIONAL=1 PYTHON_COMPAT=( python3_{8,9,10} ) SCONS_MIN_VERSION="2.3.0" -inherit udev multilib distutils-r1 scons-utils toolchain-funcs +inherit udev distutils-r1 scons-utils toolchain-funcs if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://gitlab.com/gpsd/gpsd.git" |