diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-12-27 19:36:52 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-12-27 19:36:52 +0200 |
commit | 5ba1ff83b9a7c3a8d51260db78acd63d84e00547 (patch) | |
tree | fae63444ae21b0ed8466231fe151811b1956b687 /net-libs/xdp-tools | |
parent | app-crypt/libsecret: add missing deps, allow py3.10 for tests (diff) | |
download | gentoo-5ba1ff83b9a7c3a8d51260db78acd63d84e00547.tar.gz gentoo-5ba1ff83b9a7c3a8d51260db78acd63d84e00547.tar.bz2 gentoo-5ba1ff83b9a7c3a8d51260db78acd63d84e00547.zip |
net-libs/xdp-tools: Keyword 1.2.0 arm, #821133
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-libs/xdp-tools')
-rw-r--r-- | net-libs/xdp-tools/xdp-tools-1.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/xdp-tools/xdp-tools-1.2.0.ebuild b/net-libs/xdp-tools/xdp-tools-1.2.0.ebuild index 1c7f80eb7c0d..3aa124b5203c 100644 --- a/net-libs/xdp-tools/xdp-tools-1.2.0.ebuild +++ b/net-libs/xdp-tools/xdp-tools-1.2.0.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/xdp-project/${PN}/archive/refs/tags/v${PV}.tar.gz -> LICENSE="GPL-2 LGPL-2.1 BSD-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~x86" IUSE="+doc +tools" |