diff options
author | Sam James <sam@gentoo.org> | 2020-09-25 17:52:13 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-09-25 17:52:13 +0000 |
commit | 3ba27f0f9ee0806702b6a42d9fad028a75ac6b5c (patch) | |
tree | cfe747cfab3e4d1ce39a4588cfe8197676f219f6 /sci-geosciences | |
parent | sci-geosciences/gpsd: misc fixes (diff) | |
download | gentoo-3ba27f0f9ee0806702b6a42d9fad028a75ac6b5c.tar.gz gentoo-3ba27f0f9ee0806702b6a42d9fad028a75ac6b5c.tar.bz2 gentoo-3ba27f0f9ee0806702b6a42d9fad028a75ac6b5c.zip |
sci-geosciences/gpsd: Stabilize 3.21 arm, #743556
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-geosciences')
-rw-r--r-- | sci-geosciences/gpsd/gpsd-3.21.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-geosciences/gpsd/gpsd-3.21.ebuild b/sci-geosciences/gpsd/gpsd-3.21.ebuild index 427bd9baf5cf..c5109b205bda 100644 --- a/sci-geosciences/gpsd/gpsd-3.21.ebuild +++ b/sci-geosciences/gpsd/gpsd-3.21.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-r3 else SRC_URI="mirror://nongnu/${PN}/${P}.tar.xz" - KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~sparc x86" + KEYWORDS="amd64 arm ~ppc ~ppc64 ~sparc x86" fi DESCRIPTION="GPS daemon and library for USB/serial GPS devices and GPS/mapping clients" |