summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-05-18 11:18:05 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2024-05-18 11:18:05 +0300
commit73fdb514dd4c70e9ccb2dfb7e6481831b2038813 (patch)
treea39ce6ef1e28e2324498369055d2dfd0232008ad
parentsci-libs/volk: Stabilize 3.1.2 amd64, #908603 (diff)
downloadgentoo-73fdb514dd4c70e9ccb2dfb7e6481831b2038813.tar.gz
gentoo-73fdb514dd4c70e9ccb2dfb7e6481831b2038813.tar.bz2
gentoo-73fdb514dd4c70e9ccb2dfb7e6481831b2038813.zip
net-libs/libiio: Stabilize 0.25 amd64, #908603
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--net-libs/libiio/libiio-0.25.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libiio/libiio-0.25.ebuild b/net-libs/libiio/libiio-0.25.ebuild
index c752d70a4699..b3b1ae2e1fa4 100644
--- a/net-libs/libiio/libiio-0.25.ebuild
+++ b/net-libs/libiio/libiio-0.25.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -13,7 +13,7 @@ if [ "${PV}" = "9999" ]; then
inherit git-r3
else
SRC_URI="https://github.com/analogdevicesinc/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~riscv ~x86"
+ KEYWORDS="amd64 ~arm ~riscv ~x86"
fi
LICENSE="LGPL-2.1"