diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-08-10 01:09:11 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-08-10 01:09:28 +0100 |
commit | c7b86a1c083893cafbea2e562689ab54882264db (patch) | |
tree | f281be2aed1cb2992bc7b5a1467dc7753d8adb40 /sci-geosciences | |
parent | net-misc/pps-tools: keyword 1.0.2 for ~riscv (diff) | |
download | gentoo-c7b86a1c083893cafbea2e562689ab54882264db.tar.gz gentoo-c7b86a1c083893cafbea2e562689ab54882264db.tar.bz2 gentoo-c7b86a1c083893cafbea2e562689ab54882264db.zip |
sci-geosciences/gpsd: keyword 3.21 for ~riscv
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'sci-geosciences')
-rw-r--r-- | sci-geosciences/gpsd/gpsd-3.21.ebuild | 4 | ||||
-rw-r--r-- | sci-geosciences/gpsd/gpsd-9999.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sci-geosciences/gpsd/gpsd-3.21.ebuild b/sci-geosciences/gpsd/gpsd-3.21.ebuild index 8d563919cfa6..628cd0ae3c91 100644 --- a/sci-geosciences/gpsd/gpsd-3.21.ebuild +++ b/sci-geosciences/gpsd/gpsd-3.21.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-r3 else SRC_URI="mirror://nongnu/${PN}/${P}.tar.xz" - KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 ~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 6eba1d409bcb..d42188087c84 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 ~sparc ~x86" + KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~riscv ~sparc ~x86" fi DESCRIPTION="GPS daemon and library for USB/serial GPS devices and GPS/mapping clients" |