diff options
author | Sam James <sam@gentoo.org> | 2021-08-11 00:52:26 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-11 00:52:26 +0100 |
commit | ac6aec9da84b5b721c0587056f3587a11343d8c8 (patch) | |
tree | ef35b6d4fddc344b3f37391549fbed9a7d78d3ec /sci-geosciences/gpsd | |
parent | sci-geosciences/gpsd: adjust udev rule based on USE=systemd (diff) | |
download | gentoo-ac6aec9da84b5b721c0587056f3587a11343d8c8.tar.gz gentoo-ac6aec9da84b5b721c0587056f3587a11343d8c8.tar.bz2 gentoo-ac6aec9da84b5b721c0587056f3587a11343d8c8.zip |
sci-geosciences/gpsd: restore ~arm64
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-geosciences/gpsd')
-rw-r--r-- | sci-geosciences/gpsd/gpsd-3.23.ebuild | 2 | ||||
-rw-r--r-- | sci-geosciences/gpsd/gpsd-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sci-geosciences/gpsd/gpsd-3.23.ebuild b/sci-geosciences/gpsd/gpsd-3.23.ebuild index 316786473e7f..b6f5d935d703 100644 --- a/sci-geosciences/gpsd/gpsd-3.23.ebuild +++ b/sci-geosciences/gpsd/gpsd-3.23.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-r3 else SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~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" diff --git a/sci-geosciences/gpsd/gpsd-9999.ebuild b/sci-geosciences/gpsd/gpsd-9999.ebuild index 316786473e7f..b6f5d935d703 100644 --- a/sci-geosciences/gpsd/gpsd-9999.ebuild +++ b/sci-geosciences/gpsd/gpsd-9999.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-r3 else SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~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" |