Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gpsd/
Date: Sat, 25 Sep 2021 00:05:43
Message-Id: 1632528323.6bbc1cd0bf6905b4fd8e12f8abcc3e5bf602c293.sam@gentoo
1 commit: 6bbc1cd0bf6905b4fd8e12f8abcc3e5bf602c293
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 25 00:05:23 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 25 00:05:23 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bbc1cd0
7
8 sci-geosciences/gpsd: drop unused multilib inherit
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sci-geosciences/gpsd/gpsd-3.23.1.ebuild | 2 +-
13 sci-geosciences/gpsd/gpsd-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-geosciences/gpsd/gpsd-3.23.1.ebuild b/sci-geosciences/gpsd/gpsd-3.23.1.ebuild
17 index 550576d658a..41d26755b6a 100644
18 --- a/sci-geosciences/gpsd/gpsd-3.23.1.ebuild
19 +++ b/sci-geosciences/gpsd/gpsd-3.23.1.ebuild
20 @@ -7,7 +7,7 @@ DISTUTILS_OPTIONAL=1
21 PYTHON_COMPAT=( python3_{8,9,10} )
22 SCONS_MIN_VERSION="2.3.0"
23
24 -inherit udev multilib distutils-r1 scons-utils toolchain-funcs
25 +inherit udev distutils-r1 scons-utils toolchain-funcs
26
27 if [[ ${PV} == "9999" ]] ; then
28 EGIT_REPO_URI="https://gitlab.com/gpsd/gpsd.git"
29
30 diff --git a/sci-geosciences/gpsd/gpsd-9999.ebuild b/sci-geosciences/gpsd/gpsd-9999.ebuild
31 index 550576d658a..41d26755b6a 100644
32 --- a/sci-geosciences/gpsd/gpsd-9999.ebuild
33 +++ b/sci-geosciences/gpsd/gpsd-9999.ebuild
34 @@ -7,7 +7,7 @@ DISTUTILS_OPTIONAL=1
35 PYTHON_COMPAT=( python3_{8,9,10} )
36 SCONS_MIN_VERSION="2.3.0"
37
38 -inherit udev multilib distutils-r1 scons-utils toolchain-funcs
39 +inherit udev distutils-r1 scons-utils toolchain-funcs
40
41 if [[ ${PV} == "9999" ]] ; then
42 EGIT_REPO_URI="https://gitlab.com/gpsd/gpsd.git"