diff options
author | 2024-03-11 00:21:40 +0100 | |
---|---|---|
committer | 2024-03-11 00:21:40 +0100 | |
commit | b8138ab0597bf8a92a86b838c139cf46cda874bd (patch) | |
tree | 7d888f499cf2f551e95498530fc9096e274ca933 | |
parent | dev-util/perf: Stabilize 6.7 arm, #916522 (diff) | |
download | gentoo-b8138ab0597bf8a92a86b838c139cf46cda874bd.tar.gz gentoo-b8138ab0597bf8a92a86b838c139cf46cda874bd.tar.bz2 gentoo-b8138ab0597bf8a92a86b838c139cf46cda874bd.zip |
dev-libs/libtraceevent: Stabilize 1.7.3 arm, #916522
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
-rw-r--r-- | dev-libs/libtraceevent/libtraceevent-1.7.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libtraceevent/libtraceevent-1.7.3.ebuild b/dev-libs/libtraceevent/libtraceevent-1.7.3.ebuild index 543a1dd5fafc..ad5f964c4d7b 100644 --- a/dev-libs/libtraceevent/libtraceevent-1.7.3.ebuild +++ b/dev-libs/libtraceevent/libtraceevent-1.7.3.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} =~ [9]{4,} ]]; then inherit git-r3 else SRC_URI="https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git/snapshot/${P}.tar.gz" - KEYWORDS="~alpha amd64 ~arm ~arm64 ~loong ppc ppc64 ~riscv x86" + KEYWORDS="~alpha amd64 arm ~arm64 ~loong ppc ppc64 ~riscv x86" fi LICENSE="LGPL-2.1" |