diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-03 17:49:19 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-09 17:45:24 +0300 |
commit | 3140c5eedc5d2d5bd64171e6537eccf589154cd1 (patch) | |
tree | 512402c9983312ecb3df087a2e204bad3e9c7d37 /sci-geosciences | |
parent | sci-geosciences/gpsbabel: destabilize for ~x86 (diff) | |
download | gentoo-3140c5eedc5d2d5bd64171e6537eccf589154cd1.tar.gz gentoo-3140c5eedc5d2d5bd64171e6537eccf589154cd1.tar.bz2 gentoo-3140c5eedc5d2d5bd64171e6537eccf589154cd1.zip |
sci-geosciences/gpsd: destabilize for ~x86
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-geosciences')
-rw-r--r-- | sci-geosciences/gpsd/gpsd-3.23.1-r2.ebuild | 2 | ||||
-rw-r--r-- | sci-geosciences/gpsd/gpsd-3.24.ebuild | 2 | ||||
-rw-r--r-- | sci-geosciences/gpsd/gpsd-3.25.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sci-geosciences/gpsd/gpsd-3.23.1-r2.ebuild b/sci-geosciences/gpsd/gpsd-3.23.1-r2.ebuild index 56d41a9013c5..65b0b1bf3424 100644 --- a/sci-geosciences/gpsd/gpsd-3.23.1-r2.ebuild +++ b/sci-geosciences/gpsd/gpsd-3.23.1-r2.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" diff --git a/sci-geosciences/gpsd/gpsd-3.24.ebuild b/sci-geosciences/gpsd/gpsd-3.24.ebuild index e484dcef731e..b53f262d6c8e 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 ~loong ~ppc ppc64 ~riscv ~sparc x86" + KEYWORDS="amd64 arm ~arm64 ~loong ~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-3.25.ebuild b/sci-geosciences/gpsd/gpsd-3.25.ebuild index 8186bde296b2..95012f056712 100644 --- a/sci-geosciences/gpsd/gpsd-3.25.ebuild +++ b/sci-geosciences/gpsd/gpsd-3.25.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" |