diff options
author | Sam James <sam@gentoo.org> | 2022-09-04 18:46:23 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-09-04 18:46:23 +0100 |
commit | 9377c650a24e178658eaeb9c2a7b54124e6183f8 (patch) | |
tree | a383e6e2a48fe9e0d6a9ae6e7b52be1392c667ae /sci-geosciences | |
parent | dev-util/pkgcheck: Stabilize 0.10.12 x86, #868450 (diff) | |
download | gentoo-9377c650a24e178658eaeb9c2a7b54124e6183f8.tar.gz gentoo-9377c650a24e178658eaeb9c2a7b54124e6183f8.tar.bz2 gentoo-9377c650a24e178658eaeb9c2a7b54124e6183f8.zip |
sci-geosciences/gpsd: Stabilize 3.24 arm, #868309
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-geosciences')
-rw-r--r-- | sci-geosciences/gpsd/gpsd-3.24.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-geosciences/gpsd/gpsd-3.24.ebuild b/sci-geosciences/gpsd/gpsd-3.24.ebuild index 064d624ce1dd..57cdc120ea05 100644 --- a/sci-geosciences/gpsd/gpsd-3.24.ebuild +++ b/sci-geosciences/gpsd/gpsd-3.24.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-r3 else SRC_URI="mirror://nongnu/${PN}/${P}.tar.xz" - KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc x86" + KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc x86" fi DESCRIPTION="GPS daemon and library for USB/serial GPS devices and GPS/mapping clients" |